]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
selection inside insets y-coord fix
[lyx.git] / src / ChangeLog
1 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
2
3         * rowpainter.C (paintSelection): coord fix
4
5 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
6
7         * Spacing.C: compile fix
8
9 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
10
11         * cursor.C (dispatch): restore current_ before returning
12
13 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
14
15         * text2.C (cursorUp, cursorDown): fix coords
16         (moveUp): fix crash
17
18 2004-02-12  André Pönitz  <poenitz@gmx.net>
19
20         * lyxtext.h:
21         * text.C:
22         * text2.C:
23         * text3.C: add LCursor & parameter to most cursor movement functions
24           remove usage of LyXText::cursorRow() and cursorPar()
25
26         * cursor.[Ch]: add textRow() needed members
27
28         * BufferView.C:
29         * BufferView_pimpl.C:
30         * paragraph.[Ch]:
31         * BufferView.C:
32         * BufferView_pimpl.C: adjust
33
34 2004-02-11  André Pönitz  <poenitz@gmx.net>
35
36         * lyxfunc.C:
37         * BufferView.[Ch]:
38         * BufferView_pimpl.C: shift undo/redo handling
39
40         * cursor.[Ch]: fix mathed crash
41
42         * lyxfind.C:
43         * lyxtext.h: move selectionAsText to LCursor
44
45         * output_latex.C:
46         * paragraph.C:
47         * text.C:
48         * text2.C:
49         * text3.C: adjust
50
51         * rowpainter.C: fix excessive drawing
52
53 2004-02-06  André Pönitz  <poenitz@gmx.net>
54
55         * BufferView.[Ch]:
56         * BufferView_pimpl.[Ch]:
57         * text3.C: move some text specific LFUN handling
58
59 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
60
61         * text3.C (checkInsetHit): adjust coords
62         * text2.C (getColumnNearX): adjust coords
63         (edit): adjust coords
64         * text.C (getRowNearY): add two asserts
65
66 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
67
68         * converter.C:
69         * format.C: add using std::distance to compile on gcc 2.95/stlport
70
71 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
72
73         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
74
75 2004-02-04  André Pönitz  <poenitz@gmx.net>
76
77         * BufferView.[Ch] (insertInset):
78         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value 
79
80         * text2.C:
81         * text3.C: adjust
82
83 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
84
85         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch 
86         on the default clause of the switch
87         * lyxfunc.C (dispatch): call BufferView::dispatch if the event 
88         wasn't catched by LCursor::dispatch
89
90 2004-02-03  André Pönitz  <poenitz@gmx.net>
91
92         * BufferView.C:
93         * cursor.[Ch]: some additional asserts
94
95         * undo.[Ch]: remove LyXText dependency in interface
96
97         * lyxfunc.C: adjust
98
99         * lyxtext.h (firstPar, lastPar): remove dead functions 
100
101         * text.C:
102         * text2.C:
103         * text3.C:
104         * paragraph.[Ch]: adjust
105
106 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
107
108         * lyxfind.C (find): fix argument order in call to ::find
109
110 2004-02-02  André Pönitz  <poenitz@gmx.net>
111
112         * cursor.[Ch]: remove direct access to anchor
113
114         * text.C: remove findText() hack
115
116 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
117
118         * iterators.[Ch] (lockPath): remove in favour of...
119         * BufferView.[Ch] (setCursor): this addition
120         * BufferView.C (putSelectionAt): adjust
121         * undo.C (performUndoOrRedo): adjust
122         * lyxfunc.C (dispatch): adjust
123
124 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
125
126         * iterators.C (lockPath): add a missing slice
127         * undo.C (performUndoOrRedo): remove redundant positioning code
128
129 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
130
131         * vc-backend.C (scanMaster): ";" -> ';'
132
133 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
134
135         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
136         std::binary_function
137
138         * lyxtextclass.C (compare_name): rename to...
139         (LayoutNamesEqual): ...this
140
141         * lyxlex_pimpl.C (compare_tags): inherit from
142         std::binary_function, put back into anon namespace
143
144         * lyxfind.C (MatchString): inherig from std::binary_function
145         (findChange): use empty() istead of !size()
146
147         * format.C (FormatNamesEqual): new functor
148         (getFormat): use it
149         (getNumber): use it
150         (add): use it
151         (erase): use it
152         (setViewer): use it
153
154         * converter.C (compare_Converter): rename to...
155         (ConverterEqual): ...this, and fixup a bit.
156         (getConverter): use it, and make function const
157         (getNumber): use it, and make function const
158         (add): use it
159         (erase): use it:
160
161         * bufferlist.C: add using boost::bind
162
163         * MenuBackend.C (MenuNamesEqual): new functor
164         (hasMenu): use it, and make function const
165         (hasSubmenu): use nested bind to get rid of compare_memfun.
166
167 2004-01-30  André Pönitz  <poenitz@gmx.net>
168
169         * BufferView_pimpl.C:
170         * cursor.C:
171         * cursor.h:
172         * cursor_slice.[Ch]:
173         * lyxfunc.C:
174         * lyxtext.h:
175         * paragraph_funcs.C:
176         * paragraph_funcs.h:
177         * rowpainter.C:
178         * text.C:
179         * text2.C:
180         * text3.C: move some of the edit(x,y) handling to the insets
181         some coordinate changes.
182
183 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
184
185         * text.C: add using statements for std::advance and std::distance
186
187         * paragraph.C: add using statement for std::distance
188
189         * lyxfind.C: add using statement for std::advance
190
191         * cursor.C (region): remove std:: from swap
192         (openable): use nucleus in stead of operator->
193
194         * BufferView.C: add using statements for std::distance and std::swap
195
196 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
197
198         * iterators.C: Remove the pimple, move the needed structures to
199         the header file. Create accessor for the positions stack.
200         (asPosIterator): remove function
201
202         * PosIterator.C (PosIterator): move constructors to top of file
203         (PosIterator): reimplement the constructor taking a ParIterator in
204         terms of setFrom.
205         (setFrom): new function
206         (operator!=): inline it
207
208 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
209
210         * lyxfind.C (replaceAll): use std::advance
211
212         * iterators.h: inherit from std::iterator.
213
214         * PosIterator.C (advance, distance): remove
215         * PosIterator.h: interit from std::iterator.
216
217 2004-01-26  André Pönitz  <poenitz@gmx.net>
218
219         * BufferView.[Ch]:
220         * BufferView_pimpl.[Ch]:
221         * InsetList.[Ch]:
222         * PosIterator.[Ch]:
223         * buffer.h:
224         * bufferview_funcs.C:
225         * cursor.[Ch]:
226         * cursor_slice.h:
227         * factory.[Ch]:
228         * iterators.[Ch]:
229         * lyxfind.C:
230         * lyxfunc.C:
231         * lyxtext.h:
232         * output_docbook.C:
233         * output_latex.C:
234         * output_linuxdoc.C:
235         * output_plaintext.C:
236         * paragraph.[Ch]:
237         * paragraph_funcs.[Ch]:
238         * paragraph_pimpl.[Ch]:
239         * rowpainter.C:
240         * tabular.C:
241         * tabular.h:
242         * text.C:
243         * text2.C:
244         * text3.C: more IU:  dumps most of the rest of the mathcursor
245     implementation into cursor.[Ch]; "globalize" a bit of it.
246
247 2004-01-25  Angus Leeming  <leeming@lyx.org>
248
249         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
250
251 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
252
253         * LaTeXFeatures.h: add nice_ and nice() const
254         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
255
256 2004-01-20  André Pönitz  <poenitz@gmx.net>
257
258         * BufferView.[Ch]:
259         * BufferView_pimpl.C:
260         * PosIterator.C:
261         * bufferview_funcs.C:
262         * cursor.[Ch]:
263         * cursor_slice.[Ch]:
264         * factory.C:
265         * iterators.C:
266         * lyx_cb.C:
267         * lyxfind.C:
268         * lyxfunc.C:
269         * lyxtext.h:
270         * rowpainter.C:
271         * text.C:
272         * text2.C:
273         * text3.C:
274         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
275           LCursor and mathcursor parts to LCursor and InsetBase.
276
277 2004-01-15  André Pönitz  <poenitz@gmx.net>
278
279         * cursor_slice.[Ch]: add a few covienience functions
280
281         * funcrequest.[Ch]: remove BufferView * member
282
283         * BufferView_pimpl.C:
284         * cursor.C:
285         * factory.[Ch]:
286         * lyxfind.[Ch]:
287         * lyxfunc.C:
288         * lyxtext.h:
289         * text3.C:
290         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
291
292 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
293
294         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
295         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
296
297 2004-01-13  André Pönitz  <poenitz@gmx.net>
298
299         * textcursor.[Ch]:
300         * lyxtext.h: hide cursor and selection anchor behind accessor function
301
302         * BufferView.C:
303         * BufferView_pimpl.[Ch]:
304         * PosIterator.C:
305         * bufferview_funcs.C:
306         * cursor.h:
307         * lyxfind.C:
308         * lyxfunc.C:
309         * text.C:
310         * text2.C:
311         * text3.C:
312         * undo.C: adjust
313
314         * cursor.h:
315         * cursor_slice.[Ch]: some integer type changes for inset unification
316
317         * lyxcursor.[hC]: remove, it's CursorSlice now.
318
319         * Makefile.am:
320         * BufferView_pimpl.[Ch]:
321         * bufferview_funcs.C:
322         * cursor_slice.C:
323         * lyxtext.h:
324         * text.C:
325         * text2.C:
326         * text3.C:
327         * textcursor.[Ch]: adjust
328
329 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
330
331         * text2.C (undoSpan): add and use
332         * text.C (breakParagraph): use undoSpan (fix bug 578)
333         * lyxtext.h: adjust
334
335 2004-01-08  Angus Leeming  <leeming@lyx.org>
336
337         * BufferView_pimpl.C (MenuInsertLyXFile):
338         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
339         * lyxfunc.C (menuNew, open, doImport):
340         FileFilterList change to the FileDialog open and save functions.
341
342 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
343
344         * ShareContainer.h: make isEqual and isUnique adaptable
345
346         * CutAndPaste.C: make resetOwnerAndChanges adaptable
347
348 2004-01-07  Angus Leeming  <leeming@lyx.org>
349
350         * LyXAction.C:
351         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
352
353         * BufferView_pimpl.C (dispatch): act on these LFUNs.
354
355         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
356         functions replacing find, replace and replaceAll.
357
358         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
359         LFUN_WORDFIND(FORWARD|BACKWARD).
360
361 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
362
363         * text.C (breakParagraph): remove an outdated #warning
364
365 2004-01-07  André Pönitz  <poenitz@gmx.net>
366
367         * lyxfind.C: somewhat clearer logic
368
369         * text.C: prevent crash in cursorX on unitialized row cache
370
371 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
372
373         * lyxcursor.[Ch] (operator>): add
374         * textcursor.C (selStart, selEnd): use std::min and std::max
375
376 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
377
378         * Chktex.C: include boost/format.hpp
379
380 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
381
382         * InsetList.C: replace functor MathcIt with adaptable functor
383         InsetTablePosLess
384         (insetIterator): modify accordingly
385
386         * BranchList.h: move the BranchNamesEqual functor here from...
387         * BranchList.C: ... to here
388
389         * BranchList.C: new BranchListEqual fuctor, use it. Remove
390         SameName and match.
391         (add): replace a finding loop with std::find_if.
392
393 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
394
395         * output_docbook.C: moving LatexParam functionality into
396         .layout files
397
398 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
399
400         * buffer.C: increment format to 229.
401
402 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
403
404         * LaTeXFeatures.C:
405         * lyx_sty.[Ch]: remove minipageindent_def
406
407         * LyXAction.C:
408         * factory.C:
409         * lfuns.h:
410         * lyxfunc.C:
411         * text3.C: remove LFUN_INSET_MINIPAGE
412
413 2003-12-28  Angus Leeming  <leeming@lyx.org>
414
415         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
416
417 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
418
419         * text2.C (setParagraph): fix off-by-one crash
420
421 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
422
423         * output_docbook.C: header stuff for AGU
424
425 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
426
427         * text2.C (redoCursor): remove
428         * text.C:
429         * text3.C:
430         * BufferView_pimpl.C: remove calls to redoCursor and
431         setCursor(cursor.par(), cursor.pos()) all around
432
433 2003-12-15  Angus Leeming  <leeming@lyx.org>
434
435         * buffer.C: up the format to 228.
436
437 2003-12-15  André Pönitz  <poenitz@gmx.net>
438
439         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
440         slices
441
442         * Makefile.am:
443
444         * BufferView_pimpl.C:
445         * cursor.[Ch]:
446         * lyxcursor.[Ch]:
447         * rowpainter.[Ch]:
448         * lyxtext.h:
449         * text.C:
450         * text2.C:
451         * text3.C: adjust
452
453 2003-12-15  Angus Leeming  <leeming@lyx.org>
454
455         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
456         than getFromGUIName to manipulate the color.
457
458 2003-12-14  Angus Leeming  <leeming@lyx.org>
459
460         * BranchList.[Ch]: minimize the API.
461         (Branch::getBranch, getColor): now return a 'const &'.
462         (Branch::setSelected) now returns a bool set to true if the
463         selection status changes.
464         (BranchList::clear, size, getColor, setColor, setSelected,
465         allBranches, allSelected, separator): removed.
466         (BranchList::find): new functions, returning the Branch with
467         the given name.
468         (BranchList::add, remove): return a bool indicating that
469         the operation was successful.
470
471         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
472         new InsetBranch::isBranchSlected member function.
473
474         * LColor.[Ch]: mimimize the API.
475         (fill): renamed as addColor and made private.
476         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
477         versions of these functions taking a string arg have been removed.
478
479         * bufferparams.C (readToken):
480         * lyxfunc.C (dispatch):
481         * lyxrc.C (read): changes due to the altered BranchList and
482         LColor APIs.
483
484         * factory.C (createInset, readInset): changes due to altered
485         InsetBranch c-tor.
486
487 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
488
489         * factory.C:
490         * lyxfunc.C: remove insetminipage. "minipage-insert"
491         now produces a frameless minipage box inset.
492
493 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
494
495         * textcursor.[Ch] (selStart,selEnd): add new methods
496         remove selection::start, end, use LyXCursor::operator<
497         * lyxcursor.[Ch] (operator<): add
498         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
499         * BufferView.[Ch] (unsetXSel): add
500         * text2.C (clearSelection): use unsetXSel,adjust
501         * text.C: adjust
502         * text3.C: adjust
503         * rowpainter.C: adjust
504         * bufferview_funcs.C (put_selection_at): adjust
505
506 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
507
508         * BufferView_pimpl.C: small coord. correction
509
510 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
511
512         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
513         dragging over the splash screen.
514
515 2003-12-11  Angus Leeming  <leeming@lyx.org>
516
517         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
518         as it is now handled in LyXText::dispatch.
519
520         * text3.C (doInsertInset): remove a level of nesting.
521
522 2003-12-11  Angus Leeming  <leeming@lyx.org>
523
524         * factory.C (createInset): changes due to the changed interface to
525         InsetCommandMailer::string2params.
526
527 2003-12-10  Angus Leeming  <leeming@lyx.org>
528
529         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
530         'dialog-show-new-inset <inset name>'
531
532 2003-12-10  Angus Leeming  <leeming@lyx.org>
533
534         * buffer.C: up the format to 227.
535
536         * factory.C: the box inset is now identified simply by 'Box'.
537
538 2003-12-10  Angus Leeming  <leeming@lyx.org>
539
540         * buffer.C: up the format to 226.
541
542         * factory.C: the note inset is now identified simply by 'Note'.
543
544 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
545
546         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
547         when a pit is enough. Standarize a couple of loops.
548
549 2003-12-05  Angus Leeming  <leeming@lyx.org>
550
551         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
552         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
553         data to the re-worked "log" dialog.
554
555 2003-12-03  André Pönitz  <poenitz@gmx.net>
556
557         * PosIterator.C:
558         * iterators.C:
559         * lyxtext.h:
560         * output_latex.C:
561         * paragraph_funcs.C:
562         * text.C:
563         * text2.C: use Inset::getText instead of Inset::getParagraph
564
565 2003-12-03  André Pönitz  <poenitz@gmx.net>
566
567         * buffer.[Ch]:
568         * lyxtext.h:
569         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
570         InsetText::read() as LyXText::read()
571
572 2003-12-02  Angus Leeming  <leeming@lyx.org>
573
574         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
575         type. Add a comment in the implementation that the function uses
576         the stream's bad() function rather than fail() as the std::streams
577         would do.
578
579 2003-12-02  André Pönitz  <poenitz@gmx.net>
580
581         * lyxlex.[Ch]: make interface more similar to std::stream
582
583         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
584
585 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
586
587         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
588
589 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
590
591         * vspace.[Ch]: remove VSpace::NONE
592
593 2003-12-01  André Pönitz  <poenitz@gmx.net>
594
595         * buffer.[Ch]:
596         * lyxtext.h: move ParagraphList member to LyXText
597         rename LyXText::ownerParagraphs to LyXText::paragraph
598
599         * CutAndPaste.C:
600         * bufferview_funcs.C:
601         * iterators.[Ch]:
602         * lyx_cb.C:
603         * paragraph.C:
604         * rowpainter.C:
605         * tabular.C:
606         * text.C:
607         * text2.C:
608         * text3.C: adjust
609
610         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
611
612         * undo.C: fix cursor positioning
613
614 2003-12-01  John Levon  <levon@movementarian.org>
615
616         * BufferView_pimpl.C: fix a crash on exit with
617         a buffer open
618
619 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
620
621         * BranchList.C: fix setSelected() method.
622
623 2003-11-28  André Pönitz  <poenitz@gmx.net>
624
625         * ParagraphParameters.[Ch]:
626         * ParameterStruct.h: remove space above/below from Paragraph to
627          InsetVSpace
628
629         * BufferView_pimpl.C:
630         * factory.C:
631         * lyxfunc.C:
632         * lyxtext.h:
633         * output_latex.C:
634         * paragraph.C:
635         * paragraph_funcs.C:
636         * rowpainter.[Ch]:
637         * text.C:
638         * text2.C:
639         * text3.C: adjust
640
641 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
642
643         * factory.C: Syntax change for CharStyles
644
645 2003-11-28  André Pönitz  <poenitz@gmx.net>
646
647         * BufferView.[Ch]:
648         * BufferView.[Ch]:
649         * buffer.[Ch]:
650         * buffer.[Ch]: move LyXText member
651
652 2003-11-28  André Pönitz  <poenitz@gmx.net>
653
654         * BufferView.[Ch]: make LyXText * text a private member
655
656         * BufferView_pimpl.C:
657         * cursor.C:
658         * iterators.C:
659         * lyx_cb.C:
660         * lyxfind.C:
661         * lyxtext.h:
662         * rowpainter.[Ch]:
663         * text.C:
664         * text2.C:
665         * undo.C: adjust
666
667         * output_plaintext.C: cleanup
668
669 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
670
671         * buffer.C:
672         * lyxtextclass.[Ch]: parametrize SGML document header
673
674 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
675
676         * converter.[Ch]:
677         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
678         getFlavor().
679
680 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
681
682         * text2.C (setFont): rework using PosIterator (no more recursive)
683         (setCharFont): no more needed
684         (setLayout): no more selection cursors fiddling (done by redoCursor)
685         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
686         destroy remaining ones)
687
688 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
689
690         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
691         * lyxtext.h: ditto
692         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
693         selection cursors
694         * lyxfunc.C: adjust
695         * text3.C: adjust + re-allow multi par depth changes
696         * textcursor.C: simplify a bit
697
698 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
699
700         * src/buffer.C:
701         * src/lyxlayout.C:
702         * src/lyxlayout.h:
703         * src/lyxtext.h:
704         * src/output_docbook.C:
705         * src/output_latex.C:
706         * src/paragraph.C:
707         * src/paragraph.h:
708         * src/sgml.C:
709         * src/sgml.h:
710         * src/text2.C: Introducing a number of tags parametrizing various
711         XML formats that we may want to support
712
713 2003-11-25  André Pönitz  <poenitz@gmx.net>
714
715         * InsetList.[Ch] (begein, end): inline as suggested by profiler
716
717         * lyxtext.h (leftMargin/rightMargin): simplify interface
718
719         * rowpainter.C:
720         * text.C:
721         * text2.C:
722         * text3.C: adjust
723
724 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
725
726         * lyxfunc.C (dispatch): propogate the bibtex databases from the
727         master file to any child files. Fixes bug 546.
728
729 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
730
731         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
732
733 2003-11-24  André Pönitz  <poenitz@gmx.net>
734
735         * rowpainter.C: simplification
736
737         * text2.C (updateCounters): remove call to redoParagraph on
738         changed labels as this is far too expensive.
739
740 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
741
742         * converter.C (convert): fix a crash: this function gets
743         called with buffer == 0 from importer code.
744
745 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
746
747         * text3.C (cursorPrevious): make sure that we do not compare
748         iterators form different containers.
749         (cursorNext): ditto
750
751         * rowpainter.C (paintSelection): make sure that we do not compare
752         iterators from different containers.
753
754         * text3.C (dispatch): [PRIOR] make sure that we do not compare
755         iterators from different ParagraphList containers.
756         [NEXT] ditto
757
758         * text2.C (LyXText): change order of initialization slightly
759         (operator=): new function. copy all variables except cache_par_
760         (moveUp): make sure that we do not compare iterators from
761         different ParagraphList constainers.
762         (moveDown): ditto
763
764         * text.C (firstPar): new function
765         (lastPar): new function
766         (endPar): new function
767
768         * lyxtext.h: move things around and group public functions, public
769         variables, private functions, private variables
770
771 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
772
773         * factory.C: change call to InsetERT constructor to avoid
774         additional invocation of method status
775         * text2.C (toggleInset): remove redundant update() call
776         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
777         instead of a Bufferview pointer
778
779 2003-11-21  André Pönitz  <poenitz@gmx.net>
780
781         * rowpainter.C: simplification
782
783 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
784
785         * text3.C (dispatch): make possible to extend a word/row selection
786         with the mouse
787
788 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
789
790         * lyxtext.h: x0_,y0_ -> xo_,yo_
791         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
792         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
793         * rowpainter.C (paintRows): paint full paragraphs
794
795 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
796
797         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
798         screen coordinates)
799
800 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
801
802         * lyxtext.h: add x0_, y0_
803         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
804         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
805
806 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
807
808         * text2.C (setCursorIntern): move the x_target update here *
809         * text3.C: change some bv() to true/false in calls to
810         cursorUp/Down/Right/Left
811         * cursor.C: use helper function.
812
813 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
814
815         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
816         * paragraph_funcs.[Ch]: correct comment
817         * rowpainter.C: do not paint selections away from bv->cursor()
818         Fix a long standing selection painting bug.
819         * text3.C: generalize mouse-selection code to LyXTexts other that
820         top one
821         * textcursor.C: do not use y coords if we can use par offsets
822
823 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
824
825         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
826         cursor position after e.g. inset insert)
827
828 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
829
830         * lyxfind.C (replace): adjust to locking removal + some
831         code simplification
832
833 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
834
835         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
836         of the path
837
838 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
839
840         * lyxlayout.[Ch]:
841         * output_docbook.C: XML sanitation: new layout
842         parameters InnerTag and CommandDepth
843
844 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
845
846         * BufferView_pimpl.C:
847         * factory.C:
848         * text3.C: Fix the insertion and modification of button-style
849         insets
850
851 2003-11-13  André Pönitz  <poenitz@gmx.net>
852
853         * InsetList.[Ch]: remove deleteLyXText
854
855         * paragraph.[Ch]: cache beginOfBody position
856
857         * Bidi.C:
858         * text.C:
859         * text2.C:
860         * text3.C: remove superfluous update() calls
861
862         * vspace.C: cleanup
863
864 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
865
866         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
867         * BufferView.C (fitLockedInsetCursor): remove
868         * cursor.[Ch] (getDim): add
869         * text.C (getRowNearY): add faster version
870         * text3.C: remove some update calls
871
872 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
873
874         * LaTeXFeatures.C:
875         * LyXAction.C:
876         * MenuBackend.C:
877         * MenuBackend.h:
878         * dispatchresult.h:
879         * factory.C:
880         * lfuns.h:
881         * lyxfunc.C:
882         * lyxtextclass.C:
883         * lyxtextclass.h:
884         * text3.C: The Character Style /XML short element patch.
885
886 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
887
888         * text3.C:
889         * factory.C: Small step to solving 'unable to insert some insets'
890         problem
891
892 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
893
894         * cursor.[Ch] (updatePos): new function for updating the y
895         position of the tip inset
896         * bufferview_funcs.C (put_selection_at):
897         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
898
899 2003-11-11  André Pönitz  <poenitz@gmx.net>
900
901         * text.C: remove big comment on invalid Paragraph pointers as it is
902         not valid anymore
903
904 2003-11-11  André Pönitz  <poenitz@gmx.net>
905
906         * text_funcs.[Ch]: merge with ...
907
908         * text.C: ... this
909
910         * lyxtext.h:
911         * text2.C:
912         * text3.C: adjust
913
914         * Makefile.am: remove text_funcs.[Ch]
915
916 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
917
918         * cursor.C (getPos): return absolute cached y coord
919
920         * BufferView_pimpl.C (fitCursor): new simplistic code
921         (workAreaDispatch): add a fitCursor call
922
923 2003-11-10  André Pönitz  <poenitz@gmx.net>
924
925         * BufferView.[Ch]:
926         * BufferView_pimpl.[Ch]: merge update() and updateInset()
927
928 2003-11-10  André Pönitz  <poenitz@gmx.net>
929
930         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
931         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
932         indicate that the cursor needs to leave an inset
933
934         * lyxtext.h: remove inset locking
935
936         * cursor.[Ch]: re-implement functionality provided by inset locking
937
938         * BufferView.[Ch]:
939         * BufferView_pimpl.[Ch]:
940         * LyXAction.C:
941         * bufferview_funcs.[Ch]:
942         * factory.C:
943         * funcrequest.[Ch]:
944         * iterators.C:
945         * lyx_cb.C:
946         * lyxfind.C:
947         * lyxfunc.C:
948         * text.C:
949         * text2.C:
950         * text3.C:
951         * undo.C: adjust
952
953 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
954
955         * PosIterator.[Ch]: replace the stack with a vector, add inset
956         accesor
957         * iterators.[C]: adjust
958
959 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
960
961         * lyxfind.C (replaceAll): mark the buffer dirty if something was
962         replaced
963         * paragraph_funcs.C (readParToken): put the correct id in the
964         error item, not the id of the top paragraph
965
966 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
967
968         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
969         * bufferview_funcs.C (put_selection_at): use the above
970
971 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
972
973         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
974
975 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
976
977         * output_linuxdoc.h:
978         * output_plaintext.h:
979         * output.h:
980         * output_docbook.h: add #include statements
981
982 2003-11-05  José Matos  <jamatos@lyx.org>
983
984         * output_docbook.[Ch]:
985         * output_latex.[Ch]:
986         * output_linuxdoc.[Ch]:
987         * output_plaintext.[Ch]: New files for output formats.
988         * output.[Ch]: New file for helper functions.
989
990         * buffer.[Ch]:
991         * paragraph_funcs.[Ch]: output functions moved to new files.
992
993         * outputparams.h: rename of latexrunparams.h
994
995         * LaTeX.[Ch]:
996         * buffer.[Ch]:
997         * bufferlist.[Ch]:
998         * converter.[Ch]:
999         * exporter.C:
1000         * paragraph.[Ch]:
1001         * paragraph_funcs.[Ch]:
1002         * paragraph_pimpl.[Ch]:
1003         * tabular.[Ch]: rename ascii to plaintext
1004         and LatexRunParams to OutputParams.
1005
1006 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1007
1008         * iterators.[Ch] (text): require bv argument
1009         * undo.C (recordUndo):
1010         * lyxfunc.C (dispatch):
1011         * bufferview_funcs.C (put_selection_at): adjust
1012
1013 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1014
1015         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1016
1017 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1018
1019         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1020         nestings
1021
1022 2003-11-04  André Pönitz  <poenitz@gmx.net>
1023
1024         * cursor.[Ch]: restructure
1025
1026         * BufferView.[Ch]:
1027         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1028
1029         * iterators.[Ch] (asCursor): remove
1030
1031         * lfuns.h: remove LFUN_INSET_EDIT
1032
1033         * lyxfunc.C:
1034         * tabular.C:
1035         * text.C:
1036         * text2.C:
1037         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1038
1039 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1040
1041         * lyxfind.[Ch]: complete overhaul
1042         * BufferView_pimpl.C:
1043         * lyxfunc.C: adjust
1044         * paragraph.[Ch] (insert): add
1045
1046 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1047
1048         * BufferView.[Ch]:
1049         * lyxtext.h:
1050         * text.C: remove dead spellcheck code
1051
1052 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1053
1054         * dispatchresult.h: add a val setter
1055
1056         * cursor.C (dispatch): use a tempvar for data_[i]
1057
1058 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1059
1060         * PosIterator.[Ch]: compile fix
1061
1062 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1063
1064         * text.C (cursorPar): deactivate the cursor cache
1065
1066 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1067
1068         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1069
1070 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1071
1072         * text3.C (dispatch): adjust for new DisptchResult semantics.
1073
1074         * lyxfunc.C (dispatch): handle update when return from
1075         Cursor::dispatch, adjust for new DispatchResult semantics.
1076
1077         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1078         DispatchResult(true) mean to not update. Add class functions for
1079         setting dispatched and update, as well as reading.
1080
1081         * cursor.C (dispatch): don't handle update here
1082
1083 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1084
1085         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1086         * trans_mgr.C: adjust
1087
1088         * paragraph_funcs.C (readParToken): exception safety
1089
1090         * lyxvc.h: store the vcs pointer in a scoped_ptr
1091         * lyxvc.C: adjust
1092
1093         * lyxsocket.C (serverCallback): exception safety
1094
1095         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1096
1097         * ispell.C (clone): make it return a auto_ptr
1098
1099         * factory.C (createInset): exception safety
1100         (readInset): exception safety
1101
1102         * bufferlist.C (newBuffer): exception safety
1103
1104         * Thesaurus.C (Thesaurus): use initialization for aik_
1105
1106         * MenuBackend.C (expandToc): exception safety.
1107
1108 2003-11-03  André Pönitz  <poenitz@gmx.net>
1109
1110         * buffer.C:
1111         * buffer.h:
1112         * bufferview_funcs.C: remove getInsetFromId()
1113
1114         * lyxcursor.[Ch]:
1115         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1116
1117         * lyxfunc.C:
1118         * text2.C:
1119         * text3.C: adjust
1120
1121 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1122
1123         * PosIterator.C (distance, advance): new
1124         * bufferview_funcs.[Ch] (put_selection_at): new
1125         * iterators.[Ch] (lockPath): new
1126
1127 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1128
1129         * iterators.[Ch] (asPosIterator): added
1130         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1131         * PosIterator.[Ch]: added
1132
1133 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1134
1135         * text3.C:
1136         * lyxfunc.C:
1137         * cursor.C (dispatch):
1138         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1139
1140         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1141         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1142         contructor, add a class function dispatched. Remove operator>=
1143
1144 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1145
1146         * debug.C: only use the default constructor for debugstream
1147         (lyxerr) here.
1148
1149         * main.C (main): include debug.h and setup the lyxerr streambuf
1150         here.
1151
1152 2003-10-31  José Matos  <jamatos@lyx.org>
1153
1154         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1155
1156         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1157         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1158         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1159         * paragraph_pimpl.C (simpleTeXSpecialC):
1160         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1161         add LatexRunParams argument.
1162
1163         * exporter.C (Export): change call accordingly.
1164
1165         * latexrunparams.h: add new member to take care of the other backends.
1166 2003-10-30  José Matos  <jamatos@lyx.org>
1167
1168         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1169         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1170         factorise code for paragraph output.
1171         * buffer.[Ch]:
1172         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1173         move functions.
1174
1175 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1176
1177         * text3.C (dispatch):
1178         * lyxfunc.C (dispatch):
1179         * cursor.C (dispatch):
1180         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1181
1182         * dispatchresult.h: make the dispatch_result_t ctor explicit
1183
1184 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1185
1186         * sgml.[Ch]:
1187         * buffer.C: small refactoring of docbook stuff
1188
1189 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1190
1191         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1192         meaning.
1193
1194 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1195
1196         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1197         operator dispatch_result_t, and operators for == != and >=
1198
1199         * cursor.C (dispatch): adjust for operator dispatch_result_t
1200         removal. comment out call to update
1201
1202         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1203
1204 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1205
1206         * text3.C:
1207         * text2.C:
1208         * text.C:
1209         * lyxtext.h:
1210         * lyxfunc.C:
1211         * cursor.C:
1212         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1213         (dispatch):
1214
1215         * dispatchresult.h: new file, DispatchResult broken out of
1216         insets/insetbase.h
1217
1218         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1219
1220 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1221
1222         * text.C (rowBreakPoint): put a hack inside #if 0
1223
1224 2003-10-28  André Pönitz  <poenitz@gmx.net>
1225
1226         * lyxtext.h:
1227         * metricsinfo.C:
1228         * paragraph_funcs.C:
1229         * rowpainter.C:
1230         * text.C:
1231         * text2.C: general cleanup (lots of small stuff)
1232
1233 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1234
1235         * text2.C (cursorEnd): simple fix to the "end key goes to one
1236         before the end on last row" bug
1237
1238 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1239
1240         * text.C (backspace): fix the "zombie characters"
1241
1242 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1243
1244         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1245
1246 2003-10-27  André Pönitz  <poenitz@gmx.net>
1247
1248         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1249
1250         * factory.C: handle new InsetPagebreak, InsetLine
1251
1252         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1253         and move handling into new InsetPagebreak, InsetLine
1254
1255         * BufferView_pimpl.C:
1256         * LyXAction.C:
1257         * ParagraphParameters.C:
1258         * ParameterStruct.h:
1259         * lyxfunc.C:
1260         * lyxtext.h:
1261         * paragraph.C:
1262         * paragraph.h:
1263         * paragraph_funcs.C:
1264         * paragraph_pimpl.C:
1265         * rowpainter.C:
1266         * text.C:
1267         * text2.C:
1268         * text3.C: adjust
1269
1270 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1271
1272         * text.C:
1273         * lyxrow_funcs.[Ch]:
1274         * Bidi.C:
1275         * paragraph.C:
1276         * lyxtext.h:
1277         * rowpainter.C:
1278         * text2.C:
1279         * text3.C: remove lastPos uses in favour of Row::endpos
1280
1281 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1282
1283         * undo.C (performUndoOrRedo): fix two crashes by setting a
1284         cursor by hand and reordering some calls. Use bv->lockInset instead
1285         of inset->edit because the latter loses cursor information
1286
1287 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1288
1289         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1290         by Martin
1291         (rowBreakPoint): fix width. change point to point + 1.
1292         Add a missing check.
1293
1294 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1295
1296         * MenuBackend.C:
1297         * lyxfunc.C: fix (at least partly) the problems
1298         with the Nav menu and headers inside branch insets
1299         reported by Kayvan
1300
1301 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1302
1303         * paragraph.C (getChar): add strong asserts
1304
1305         * lyxrow_funcs.C (lastPos): remove hideous hack
1306
1307         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
1308         (fill): adjust to that (avoid an infinite loop)
1309
1310 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1311
1312         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
1313
1314 2003-10-23  André Pönitz  <poenitz@gmx.net>
1315
1316         * RowList_fwd.h: change list<> to vector<> to gain speed
1317         after suggestion from Alfredo
1318
1319 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1320
1321         * lyxtext.h: move the bidi stuff from here...
1322         * text.C: and here
1323         * text2.C: and here
1324         * Bidi.[Ch]: ... to here
1325
1326 2003-10-23  André Pönitz  <poenitz@gmx.net>
1327
1328         * lyxtext.h:
1329         * text.C (isLastRow, isFirstRow): new functions
1330
1331         * paragraph.h: new width cache member
1332
1333         * rowpainter.C: replace RowList::iterator with Row & where possible
1334
1335         * lyxfunc.C: replace several view()->text with a single call
1336
1337         * toc.C: fix 'unused' warning
1338
1339 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1340
1341         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
1342         when woring with stream::pos_type
1343         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
1344
1345 2003-10-22  André Pönitz  <poenitz@gmx.net>
1346
1347         * lyxtext.h:
1348         * text.C: use Row & instead of RowList::iterator
1349
1350         * lyxrow.h: rename end() to endpos()
1351
1352         * rowpainter.C:
1353         * text.C:
1354         * text2.C: adjust
1355
1356 2003-10-22  Angus Leeming  <leeming@lyx.org>
1357
1358         * buffer.[Ch] (fully_loaded): new member function, returning true
1359         only when the file has been loaded fully.
1360         Used to prevent the premature generation of previews and by the
1361         citation inset to prevent computation of the natbib-style label.
1362
1363         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
1364         templates are all set up.
1365
1366         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
1367
1368 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
1369
1370         * text.C: fixed an "oops" in the "is a bit silly"
1371         bug fix
1372
1373 2003-10-21  André Pönitz  <poenitz@gmx.net>
1374
1375         * FuncStatus.[Ch]: small stuff, whitespace
1376
1377         * lyxfont.[Ch]: operator<<() for debug reasons
1378
1379         * lyxfunc.C:
1380         * lyxrow_funcs.C:
1381         * lyxtext.h: whitespace, spelling
1382
1383         * paragraph.C: naming of variables
1384
1385         * text.C:
1386         * text2.C: small stuff
1387
1388
1389 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
1390
1391         * text.C: (1) finish off the inset display() work;
1392         (2) fix the "is a bit silly" bug (accessing char
1393         past end of par).
1394
1395 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
1396
1397         * text.C: re-introduce display() for insets, fixing the
1398         various bugs (stretch of line above, math inset
1399         positioning, ...)
1400
1401 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1402
1403         * text.C (rightMargin): remove spurious semicolon
1404
1405         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
1406         1415)
1407
1408 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
1409
1410         * text3.C: fix one crash due to wrong cursor def
1411
1412 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1413
1414         * vc-backend.C (scanMaster): make the regex static
1415
1416         * LaTeX.C (scanAuxFile): make the regexs static
1417
1418         * text3.C (doInsertInset, dispatch, dispatch):
1419         * text2.C (cursorUp, cursorDown):
1420         * text.C (selectNextWordToSpellcheck):
1421         * BufferView_pimpl.C (dispatch):
1422         * lyxfunc.C (dispatch):  localDispatch -> dispatch
1423
1424 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1425
1426         * lyxsocket.C: include <cerrno>
1427
1428 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1429
1430         * lyxfunc.C (dispatch): remove textcache stuff
1431
1432         * bufferlist.C (release): remove textcache stuff
1433         (closeAll): ditto
1434
1435         * TextCache.C: delete file
1436         * TextCache.h: delete file
1437
1438         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
1439
1440         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
1441         delete of the bv_->text.
1442         (resizeCurrentBuffer): remove texcache stuff
1443         (workAreaResize): ditto
1444
1445 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1446
1447         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
1448         action.
1449
1450 2003-10-16  André Pönitz  <poenitz@gmx.net>
1451
1452         * lyxrow.[Ch]:
1453         * paragraph.h:
1454         * rowpainter.C:
1455         * text.C:
1456         * text2.C:
1457         * text3.C: speed up by storing y positions per paragraph plus per-row
1458         offset instead of having a 'full' y position in the row.
1459
1460 2003-10-15  André Pönitz  <poenitz@gmx.net>
1461
1462         * iterators.[Ch]:
1463         * iterators.[Ch]:
1464         * undo.[Ch]: make undo aware of inner insets
1465
1466 2003-10-14  Angus Leeming  <leeming@lyx.org>
1467
1468         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
1469         static member functions LyX::ref() and LyX::cref.
1470         (lastfiles): new accessor functions for the new lastfiles_ member var.
1471         (addLyXView, views_): add a new LyXView to the list of views_.
1472         (updateInset): loop over all LyXViews to call their own updateInset
1473         member function, returning a pointer to the Buffer owning the inset.
1474
1475         * BufferView_pimpl.C (loadLyXFile):
1476         * MenuBackend.C (expandLastfiles):
1477         * bufferlist.C (MenuWrite, QuitLyX):
1478         lastfiles is no longer a global variable.
1479         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
1480
1481         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
1482         static function. Access through LyX::cref().emergencyCleanup().
1483
1484 2003-10-14  André Pönitz  <poenitz@gmx.net>
1485
1486         * iterators.[Ch]: new direct access to innermost LyXText and Inset
1487
1488         * undo.[Ch]: restoring part of 'undo in insets'
1489
1490         * Makefile.am:
1491         * undo_funcs.[Ch]: merge with undo.[Ch]
1492
1493         * tabular.C: small cleansing stuff
1494
1495 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
1496
1497         * paragraph_funcs.C (readParToken): report unknown insets as error
1498         boxes. Use the outer paragraph as location (also for unknown
1499         tokens).
1500
1501         * factory.C (readInset): do not abort on reading an unknown inset.
1502         Eat it and return 0.
1503
1504 2003-10-13  Angus Leeming  <leeming@lyx.org>
1505
1506         * lyx_main.C (LyX): remove call to setDisplayTranslator().
1507
1508         * lyxrc.C: displayTranslator is now a function,
1509         declared in GraphicsTypes.h.
1510
1511 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1512
1513         * format.C: new placeholder $$a to pass the socket address.
1514
1515         * bufferlist.[Ch]: new function getBufferFromTmp.
1516
1517         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
1518           files in the temporary dir.
1519
1520 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1521
1522         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
1523
1524         * Makefile.am: add lyxsocket.[Ch].
1525
1526         * lyx_main.C (error_handler): handle SIGPIPE.
1527
1528 2003-10-13  André Pönitz  <poenitz@gmx.net>
1529
1530         * BufferView_pimpl.C:
1531         * lyxtext.h:
1532         * text.C:
1533         * text2.C:
1534         * text3.C:
1535         * undo_funcs.[Ch]: use paroffset_type instead of
1536           ParagraphList::iterators to prevent multiple conversion
1537           (and get a more robust interface)
1538
1539 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1540
1541         * lyxfunc.C (dispatch): RESULT -> dispatch_result
1542         * lyxtext.h: ditto
1543         * text3.C (dispatch): ditto
1544
1545 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1546
1547         * LaTeX.C (handleFoundFile): move the static to smaller scope,
1548         move the onlyfile, use onlyfile instead of foundfile in a couple
1549         of places.
1550
1551         * DepTable.C (update): flush the error stream a bit more
1552
1553 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1554
1555         * lyxserver.C (callback): adjust
1556
1557         * lyxfunc.C (getStatus): add a missing brace in commented code
1558         (ensureBufferClean): reindent
1559         (dispatch): delete version taking a string
1560
1561 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1562
1563         * LaTeX.C (deplog): move found file handlig from here...
1564         (handleFoundFile): .. to new function here.
1565         (deplog): make sure to discover several files mentioned on the
1566         same log line.
1567
1568 2003-10-10  André Pönitz  <poenitz@gmx.net>
1569
1570         * lyxfunc.C:
1571         * lyxtext.h:
1572         * tabular.C:
1573         * text.C:
1574         * text2.C:
1575         * text3.C: fix some of the tabular crashes
1576
1577 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1578
1579         * MenuBackend.C (binding): put debug message into Debug::KBMAP
1580
1581         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
1582
1583 2003-10-09  André Pönitz  <poenitz@gmx.net>
1584
1585         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
1586
1587         * BufferView.C:
1588         * BufferView_pimpl.C:
1589         * bufferview_funcs.C:
1590         * lyx_cb.C:
1591         * lyxcursor.C:
1592         * lyxfind.C:
1593         * lyxfunc.C:
1594         * lyxtext.h:
1595         * text.C:
1596         * text2.C:
1597         * text3.C:
1598         * text_funcs.[Ch]:
1599         * textcursor.[Ch]:
1600         * undo_funcs.C: adjust
1601
1602 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1603
1604         * text2.C (incrementItemDepth): new function, use a backtracking
1605         algorithm to discover the correct item depth.
1606         (resetEnumCounterIfNeeded): new function, use a backtracking
1607         algorithm to discover if counter reset is needed.
1608         (setCounter): use them. Simplify a bit. Add different labels for
1609         different item depths for itemize.
1610
1611         * paragraph.C (Paragraph): remove initialization of enumdepth
1612         (operator=): ditto
1613
1614         * paragraph.h: get rid of enumdepth, and use itemdepth both for
1615         enumerate and itemize. Change the type of itemdepth to signed char.
1616
1617 2003-10-08  André Pönitz  <poenitz@gmx.net>
1618
1619         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
1620           thing assignable.
1621         * text.C:
1622         * text2.C: adjust
1623
1624         * tabular.[Ch]: fix crash after 'row-insert'
1625
1626 2003-10-08  Angus Leeming  <leeming@lyx.org>
1627
1628         Fix doxygen warnings.
1629
1630         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
1631         Remove CutAndPaste:: prefix from header file declaration.
1632
1633         * LColor.h (fill): remove LColor:: prefix from declaration.
1634
1635         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
1636         use lyx::depth_type rather than Paragraph::depth_type so that
1637         header file and .C file match.
1638
1639         * converter.h (intToFormat): remove Converters:: prefix from declaration.
1640
1641         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
1642         * aspell.C: \file aspell_local.C -> \file aspell.C
1643         * gettext.C: \file gettext.C -> \file src/gettext.C
1644         * gettext.h: \file gettext.h -> \file src/gettext.h
1645         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
1646         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
1647         * text.C: \file text.C -> \file src/text.C
1648
1649         * toc.C: move comment so that doxygen is not confused.
1650
1651 2003-10-07  Angus Leeming  <leeming@lyx.org>
1652
1653         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
1654
1655 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1656
1657         * aspell.C:
1658         * aspell_local.h: add forgotten std::string's.
1659
1660 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1661
1662         * LaTeXFeatures.C:
1663         * LyXAction.C:
1664         * factory.C:
1665         * lfuns.h:
1666         * lyxfunc.C:
1667         * text3.C: The Box patch. Fancybox support, minipage, parbox
1668
1669 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1670
1671         * CutAndPaste.h:
1672         * DepTable.h:
1673         * FloatList.h:
1674         * LaTeXFeatures.h:
1675         * ParagraphParameters.h:
1676         * TextCache.h:
1677         * Thesaurus.h:
1678         * bufferlist.h:
1679         * exporter.h:
1680         * importer.h:
1681         * lastfiles.h:
1682         * lyxfind.h:
1683         * lyxfont.h:
1684         * lyxlex.h:
1685         * lyxtextclasslist.h:
1686         * messages.h:
1687         * paragraph.h:
1688         * paragraph_pimpl.C:
1689         * textcursor.h: add <string> and other small fixes to make Lars'
1690         std::string patch compile with STLport.
1691
1692 2003-10-06  Angus Leeming  <leeming@lyx.org>
1693
1694         * LColor.h: Add missing #include <string>.
1695
1696 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1697
1698         * All most all file in all subdirs: Make <string> be the prefered
1699         way of getting to std::string, add using declarations.
1700
1701 2003-10-06  André Pönitz  <poenitz@gmx.net>
1702
1703         * metricsinfo.C: initialize LyXFont before changing attribute.
1704         (fixes the 'math in \emph is upright' bug)
1705
1706 2003-10-06  André Pönitz  <poenitz@gmx.net>
1707
1708         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
1709
1710 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
1711
1712         * graph.C:
1713         * paragraph_pimpl.C: Small fixes to build using STLport
1714
1715 2003-10-02  André Pönitz  <poenitz@gmx.net>
1716
1717         * lyxfunc.C:
1718         * text3.C: move handling of LFUN_DEPTH *; fix #1360
1719
1720 2003-10-01  André Pönitz  <poenitz@gmx.net>
1721
1722         * factory.C: assert early
1723
1724 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1725
1726         * lyx_main.C: remove the global debug object
1727
1728         * debug.h: adjust for new debugstream
1729
1730         * debug.C: adjust for new debugstream and keep the global debug
1731         object here.
1732
1733 2003-09-22  Angus Leeming  <leeming@lyx.org>
1734
1735         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
1736         of g++ which otherwise complain that the scoped_ptr destructor can't delete
1737         an incomplete class LyXFont.
1738
1739 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
1740
1741         * factory.C: bug fix in branches
1742
1743 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1744
1745         * lyxfunc.C (processKeySym): adjust
1746         (dispatch): adjust
1747         (dispatch): change arg name from ev to func, adjust
1748         (sendDispatchMessage): ditto
1749
1750         * lyx_main.C (defaultKeyBindings): adjust keybindings
1751         (deadKeyBindings): ditto
1752
1753         * kbsequence.C (addkey): return a FuncRequest
1754
1755         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
1756
1757         * kbmap.C (bind): take a FuncRequest as arg, adjust
1758         (read): adjust
1759         (lookup): adjust
1760         (defkey): change to take a FuncRequest as arg, adjust
1761         (findbinding): take a FuncRequest as arg, adjust.
1762
1763         * funcrequest.h (operator=): added
1764
1765         * funcrequest.C (FuncRequest): default kb_action changed from
1766         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
1767
1768         * buffer.C (dispatch): simplify
1769         (dispatch): adjust to take a FuncRequest as arg, adjust
1770
1771         * boost.C (assertion_failed): change assertion message slightly
1772
1773         * ToolbarBackend.C (read): simplify
1774
1775         * MenuBackend.C (binding): adjust call to findbinding, add a
1776         message if no binding is found.
1777         (read): simplify
1778         (expandToc): correct by adding a empty FuncRequest
1779
1780         * LyXAction.C: include <boost/assert.hpp>
1781         (isPseudoAction): delete function
1782         (LookupFunc): change name to...
1783         (lookupFunc): this. change return type to FuncRequest.
1784         (getActionName): take kb_action as arg, simplify
1785         (funcHasFlag): add an assert, simplify.
1786
1787 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1788
1789         * toc.C (action): return a FuncRequest, simplify
1790
1791         * lyxfunc.C (processKeySym): adjust
1792         (getStatus): delete version that takes an int.
1793         (getStatus): adjust
1794         (dispatch): delete version that takes action as int
1795         (dispatch): adjust
1796         (sendDispatchMessage): simplify and adjust
1797
1798         * funcrequest.C (getArg): take unsigned int as arg
1799
1800         * ToolbarBackend.C (read): adjust
1801         (add): delete version that takes func as a string.
1802         (getIton): take a FuncRequest as arg
1803
1804         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
1805         action.
1806
1807         * MenuBackend.C (MenuItem): add a new construct that only takes a
1808         Kind, simplify the constructor use for submenus.
1809         (add): adjust
1810         (expandLastfiles): adjust
1811         (expandDocuments): adjust
1812         (expandFormats): adjust
1813         (expandFloatListInsert): adjust
1814         (expandFloatInsert): adjust
1815         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
1816
1817         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
1818         Remove class variables lyx_pseudo_map and lyx_arg_map
1819
1820         * LyXAction.C (searchActionArg): delete function
1821         (getPseudoAction): delete function
1822         (retrieveActionArg): delete function
1823         (LookupFunc): make it return kb_action, simplify.
1824         (getActionName): simplify
1825
1826         * factory.C (createInset): fix new bug
1827
1828 2003-09-19  Angus Leeming  <leeming@lyx.org>
1829
1830         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1831         masterFilename_ parameter in the include inset.
1832
1833         * factory.C (createInset): changes due to the changes to InsetInclude.
1834
1835 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1836
1837         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1838
1839 2003-09-18  Angus Leeming  <leeming@lyx.org>
1840
1841         * buffer.C:
1842         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1843         Inset::fillWithBibKeys.
1844         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1845
1846 2003-09-18  Angus Leeming  <leeming@lyx.org>
1847
1848         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1849         variables.
1850         (ctor): pass and store a 'Buffer const &'
1851         (buffer): new member function.
1852
1853         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
1854         '*this' to the LaTeXFeatures ctor.
1855
1856 2003-09-18  Angus Leeming  <leeming@lyx.org>
1857
1858         * LColor.h:
1859         * lyxfont.C:
1860         * lyxfont.h:
1861         * lyxtext.h:
1862         * text.C: rename EnumLColor as LColor_color.
1863
1864 2003-09-18  Angus Leeming  <leeming@lyx.org>
1865
1866         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
1867         remove #include "insets/insetbase.h" from cursor.h.
1868
1869 2003-09-18  Angus Leeming  <leeming@lyx.org>
1870
1871         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
1872         InsetOld_code to remove #include "inset.h".
1873
1874         * iterators.C: add #include "insets/inset.h"
1875
1876 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
1877
1878         * BufferView.C: remove more locking stuff that apparently doesn't
1879         do anything sensible.
1880
1881 2003-09-16  André Pönitz  <poenitz@gmx.net>
1882
1883         * paragraph.[Ch]:
1884         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
1885           performance boost.
1886
1887 2003-09-16  Angus Leeming  <leeming@lyx.org>
1888
1889         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
1890
1891         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
1892         arg/return type.
1893
1894         * paragraph.h: remove #include "lyxfont.h". Forward declare
1895         LyXFont_size.
1896
1897 2003-09-16  Angus Leeming  <leeming@lyx.org>
1898
1899         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
1900         of support/textutils.h.
1901         (isWord): move the contents of support/textutils.h's IsWordChar here.
1902
1903         * buffer.C:
1904         * lyxfind.C:
1905         * rowpainter.C:
1906         * text.C:
1907         * text2.C: add #include "paragraph.h".
1908
1909         * rowpainter.C:
1910         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
1911
1912 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1913
1914         * main.C:
1915         * lyx_main.C:
1916         * lyx_cb.C:
1917         * buffer.C:
1918         * LaTeX.C: use namespace alias for lyx::support::os
1919
1920 2003-09-16  Angus Leeming  <leeming@lyx.org>
1921
1922         * bufferparams.C:
1923         * bufferview_funcs.C:
1924         * factory.C:
1925         * lyxfunc.C:
1926         * paragraph_pimpl.C:
1927         * rowpainter.C:
1928         * text.C: add #include "LColor.h".
1929
1930 2003-09-16  Angus Leeming  <leeming@lyx.org>
1931
1932         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1933         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1934         return LyXFont &.
1935         Store the FontBits::color variable as an int rather than as an
1936         LColor::colorso that we can move LColor.h out of the lyxfont.h header
1937         file.
1938
1939         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
1940         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
1941         string calls together.
1942
1943         * lyxrc.C: add #include "LColor.h".
1944
1945 2003-09-15  Angus Leeming  <leeming@lyx.org>
1946
1947         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
1948         a cow_ptr.
1949
1950 2003-09-15  Angus Leeming  <leeming@lyx.org>
1951
1952         * LColor.h: add an EnumLColor wrapper for LColor::color.
1953
1954         * lyxfont.[Ch] (color, setColor, realColor):
1955         * lyxtext.h, text.C (backgroundColor):
1956         pass EnumLColor args to/from the functions, rather than LColor::color
1957         ones.
1958
1959         * lyxfont.h:
1960         * lyxtext.h: forward declare EnumLColor.
1961
1962         * lyx_main.C: add #include "LColor.h".
1963
1964 2003-09-15  Angus Leeming  <leeming@lyx.org>
1965
1966         * .cvsignore: add lyx-gtk.
1967
1968 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1969
1970         * Chktex.C
1971         * LaTeX.C
1972         * LaTeXFeatures.C
1973         * ParagraphParameters.C
1974         * Spacing.C
1975         * buffer.C
1976         * bufferparams.C
1977         * bufferview_funcs.C
1978         * chset.C
1979         * counters.C
1980         * funcrequest.C
1981         * lyxfont.C
1982         * lyxgluelength.C
1983         * lyxlength.C
1984         * paragraph.C
1985         * paragraph_funcs.C
1986         * text3.C
1987         * vc-backend.C: remove usage of STRCONV
1988
1989 2003-09-15  Angus Leeming  <leeming@lyx.org>
1990
1991         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
1992         explicitly define the color passed to the painter.
1993
1994 2003-09-15  Angus Leeming  <leeming@lyx.org>
1995
1996         * bufferparams.C (BufferParams): reorder member initializers to avoid
1997         compiler warning.
1998
1999 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2000
2001         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2002         * text.C (updateRowPositions): remove an unusual nop
2003
2004 2003-09-12  André Pönitz  <poenitz@gmx.net>
2005
2006         * BufferView_pimpl.C:
2007         * Bullet.C:
2008         * layout.h:
2009         * lyxfunc.C:
2010         * lyxlayout.[Ch]:
2011         * lyxtextclass.C:
2012         * rowpainter.C:
2013         * text.C:
2014         * text2.C:
2015         * Counters.[Ch]: finish the 'automatic counters' job
2016
2017 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2018
2019         * aspell.C: include <boost/assert.cpp> (compile fix)
2020
2021 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2022
2023         * boost.C (assertion_failed): use lyx::support::abort instead of
2024         assert.
2025
2026 2003-09-10  Angus Leeming  <leeming@lyx.org>
2027
2028         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2029         with their _fwd progeny.
2030
2031 2003-09-09  Angus Leeming  <leeming@lyx.org>
2032
2033         134 files throughtout the source tree: replace 'using namespace abc;'
2034         directives with the appropriate 'using abc::xyz;' declarations.
2035
2036 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2037
2038         * boost.C (emergencyCleanup): moved here from LAssert.c
2039         (assertion_failed): new function, called by BOOST_ASSERT
2040
2041         * several files: change Assert to BOOST_ASSERT
2042
2043 2003-09-09  Angus Leeming  <leeming@lyx.org>
2044
2045         * buffer.[Ch]: Add an Impl class and move Buffer's member
2046         variables into it. As a result move several header files out of
2047         buffer.h.
2048
2049         Add header files to lots of .C files all over the tree as a result.
2050
2051 2003-09-09  Angus Leeming  <leeming@lyx.org>
2052
2053         * buffer.[Ch]: make Buffer's member variables private. Add
2054         accessor functions.
2055
2056         Lots of changes all over the tree as a result.
2057
2058 2003-09-08  Angus Leeming  <leeming@lyx.org>
2059
2060         * graph.C: #include <config.h>.
2061
2062 2003-09-08  Angus Leeming  <leeming@lyx.org>
2063
2064         * BranchList.C:
2065         * BufferView.C:
2066         * BufferView_pimpl.C:
2067         * CutAndPaste.C:
2068         * DepTable.C:
2069         * LaTeX.C:
2070         * LaTeXFeatures.C:
2071         * LyXAction.C:
2072         * MenuBackend.C:
2073         * TextCache.C:
2074         * aspell.C:
2075         * buffer.C:
2076         * bufferlist.C:
2077         * changes.C:
2078         * chset.C:
2079         * converter.C:
2080         * counters.C:
2081         * debug.C:
2082         * graph.C:
2083         * ispell.C:
2084         * lyx_cb.C:
2085         * lyxfind.C:
2086         * lyxfunc.C:
2087         * lyxlex_pimpl.C:
2088         * lyxrc.C:
2089         * lyxrow.C:
2090         * paragraph.C:
2091         * rowpainter.C:
2092         * texrow.C:
2093         * text.C:
2094         * text2.C:
2095         * toc.C: remove redundant using directives.
2096
2097 2003-09-07  Angus Leeming  <leeming@lyx.org>
2098
2099         * LaTeXFeatures.h: remove #include "support/types.h".
2100         * ToolbarBackend.h: remove #include <algorithm>.
2101         * changes.h: remove #include <ctime>.
2102         * debug.h: remove #include <iosfwd>.
2103         * graph.h: remove #include "support/std_string.h".
2104         * lyx_main.h: remove #include <csignal>.
2105         * lyxlex_pimpl.h: remove #include <fstream>.
2106         * sgml.h: remove #include <algorithm>, <utility>.
2107         * toc.h: remove #include "support/std_ostream.h".
2108         Add #include <iosfwd>.
2109
2110 2003-09-07  Angus Leeming  <leeming@lyx.org>
2111
2112         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2113
2114         * converter.h: forward declare LatexRunParams.
2115         * encoding.h: remove #include "lyxrc.h".
2116         * lyxtext.h: remove #include "LColor.h".
2117         * lyxtextclass.h: remove #include "support/types.h".
2118         * trans.h: remove #include "tex-accent.h".
2119         * trans_mgr.h: remove #include "tex-accent.h".
2120         * insets/inset.h: remove #include "support/types.h", <vector>.
2121         * insets/insetcollapsable.h: remove #include "LColor.h".
2122         * insets/insetinclude.h: remove #include "dimension.h".
2123         * insets/insetlatexaccent.h: remove #include "dimension.h".
2124         * insets/insetoptarg.h:: remove #include "insettext.h".
2125         * insets/insettext.h: remove #include "dimension.h",
2126         <boost/shared_ptr.hpp>
2127
2128         * insets/renderers.h: add #include "dimension.h".
2129         * insets/updatableinset.h: add #include "support/types.h".
2130
2131         * many .C files: Associated changes.
2132
2133 2003-09-06  Angus Leeming  <leeming@lyx.org>
2134
2135         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2136         one, inside testInvariant.
2137
2138         * PrinterParams.C: new file.
2139         * PrinterParams.[Ch]: move the function bodies out of line.
2140
2141 2003-09-06  Angus Leeming  <leeming@lyx.org>
2142
2143         * ParagraphParameters.h: forward declare ParameterStruct rather than
2144         including its header file.
2145         (depth): moved out-of-line.
2146
2147 2003-09-06  Angus Leeming  <leeming@lyx.org>
2148
2149         * BufferView_pimpl.h:
2150         * kbmap.h:
2151         * kbsequence.h:
2152         * lyxfunc.h: forward declare LyXKeySym rather than
2153         #include "frontends/LyXKeySym.h".
2154
2155         * BufferView_pimpl.C:
2156         * kbmap.C:
2157         * kbsequence.C:
2158         * lyxfunc.C: associated changes.
2159
2160 2003-09-06  Angus Leeming  <leeming@lyx.org>
2161
2162         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2163         As a result, can remove the #include "insets/inset.h" from BufferView.h
2164
2165 2003-09-06  Angus Leeming  <leeming@lyx.org>
2166
2167         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2168         As a result, can remove the #include "insets/inset.h" from BufferView.h
2169
2170 2003-09-06  Angus Leeming  <leeming@lyx.org>
2171
2172         * buffer_funcs.C:
2173         * buffer.h:
2174         * bufferlist.C:
2175         * BufferView.C:
2176         * bufferview_funcs.C:
2177         * BufferView_pimpl.C:
2178         * CutAndPaste.C:
2179         * lyx_cb.C:
2180         * lyxfunc.C:
2181         * paragraph.h:
2182         * ParagraphParameters.C:
2183         * tabular.C:
2184         * text3.C:
2185         * toc.C:
2186         * undo_funcs.C:
2187         * frontends/controllers/ControlDocument.C:
2188         * insets/insetcaption.C: rearrange the #includes into some sort of
2189         coherent order.
2190
2191         * buffer.h: remove #includes ErrorList.h, undo.h
2192
2193 2003-09-06  Angus Leeming  <leeming@lyx.org>
2194
2195         * support/types.h: add a 'depth_type' typedef, used to store the
2196         nesting depth of a paragraph.
2197
2198         * paragraph.h:
2199         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2200         defining explicitly.
2201
2202         * buffer.h:
2203         * paragraph_funcs.h:
2204         * ParagraphParameters.h:
2205         * sgml.h: use lyx::depth_type rather than Paragraph or
2206         ParameterStruct's depth_type.
2207
2208         * buffer.h
2209         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2210
2211         * BufferView.C:
2212         * BufferView_pimpl.C:
2213         * CutAndPaste.C:
2214         * ParagraphParameters.C:
2215         * buffer_funcs.C:
2216         * bufferlist.C:
2217         * bufferview_funcs.C:
2218         * lyx_cb.C:
2219         * lyxfunc.C:
2220         * tabular.C:
2221         * text3.C:
2222         * toc.C:
2223         * undo_funcs.C:
2224         * frontends/LyXView.C:
2225         * frontends/controllers/ControlDocument.C:
2226         * frontends/controllers/ControlErrorList.C:
2227         * insets/insetbibitem.C:
2228         * insets/insetbranch.C:
2229         * insets/insetcaption.C:
2230         * insets/insetcollapsable.C:
2231         * insets/insetenv.C:
2232         * insets/insetert.C:
2233         * insets/insetfloat.C:
2234         * insets/insetfoot.C:
2235         * insets/insetfootlike.C:
2236         * insets/insetnewline.C:
2237         * insets/insetquotes.C:
2238         * insets/insettabular.C:
2239         * insets/insettext.C:
2240         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2241
2242         * frontends/controllers/ControlChanges.C: #include "changes.h".
2243
2244 2003-09-06  Angus Leeming  <leeming@lyx.org>
2245
2246         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2247         than #including paragraph.h.
2248
2249         * ParagraphList.h:
2250         * RowList.h: deleted. Superfluous.
2251
2252         * CutAndPaste.h:
2253         * iterators.h:
2254         * lyxcursor.h:
2255         * lyxtext.h:
2256         * text_funcs.h:
2257         * undo.h:
2258         * undo_funcs.h:
2259         * insets/inset.h:
2260         * insets/insettext.h: use ParagraphList_fwd.h rather than
2261         ParagraphList.h.
2262
2263         * paragraph.h: don't forward declare ParagraphList.
2264
2265         * buffer.h:
2266         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2267         rather than ParagraphList.h. paragraph.h is still needed for the
2268         Paragraph::depth_type parameters.
2269
2270         * textcursor.h: enable it to compile stand-alone in light of the
2271         above changes.
2272
2273         * bufferview_funcs.C:
2274         * iterators.C:
2275         * lyxfunc.C:
2276         * lyxrow_funcs.C:
2277         * paragraph.C:
2278         * rowpainter.C:
2279         * text.C:
2280         * text2.C:
2281         * text3.C:
2282         * text_funcs.C:
2283         * textcursor.C:
2284         * undo.C:
2285         * frontends/controllers/ControlParagraph.C:
2286         * frontends/controllers/ControlTabular.C:
2287         * insets/insetmarginal.C:
2288         * insets/insetminipage.C:
2289         * insets/insetnote.C:
2290         * insets/insetoptarg.C: add header files needed to compile again.
2291
2292 2003-09-06  Angus Leeming  <leeming@lyx.org>
2293
2294         * RowList_fwd.h: new file, forward-declaring Row rather than
2295         #including lyxrow.h.
2296
2297         * lyxrow_funcs.h:
2298         * lyxtext.h:
2299         * paragraph.h:
2300         * insets/insettext.h: use it instead of RowList.h
2301
2302         * bufferview_funcs.C:
2303         * lyxfunc.C:
2304         * lyxrow_funcs.C:
2305         * paragraph.C:
2306         * rowpainter.C:
2307         * text.C:
2308         * text2.C:
2309         * text3.C: #include "RowList.h".
2310
2311 2003-09-05  Angus Leeming  <leeming@lyx.org>
2312
2313         * factory.C (createInset):
2314         * vspace.C (c-tor): replace sscanf call with an istringstream.
2315         * ispell.C: re-add missing HP/UX headers.
2316         * lyxserver.C: re-add missing  os2 headers.
2317
2318 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2319
2320         * BranchList.C:
2321         * graph.C:
2322         * ispell.C:
2323         * lastfiles.C:
2324         * lyx_cb.C:
2325         * lyxserver.C:
2326         * texrow.C:
2327         * text3.C: re-add missing system headers, needed for 2.95.2.
2328
2329 2003-09-05  Angus Leeming  <leeming@lyx.org>
2330
2331         Changes most place everywhere due to the removal of using directives
2332         from support/std_sstream.h.
2333
2334 2003-09-05  Angus Leeming  <leeming@lyx.org>
2335
2336         Replace LString.h with support/std_string.h,
2337         Lsstream.h with support/std_sstream.h,
2338         support/LIstream.h with support/std_istream.h,
2339         support/LOstream.h with support/std_ostream.h.
2340
2341         Changes resulting throughout the tree.
2342
2343 2003-09-05  Angus Leeming  <leeming@lyx.org>
2344
2345         * sgml.h: ensure that the header file can be compiled stand-alone.
2346         * *.C: strip out redundant #includes. (320 in total.)
2347
2348 2003-09-04  Angus Leeming  <leeming@lyx.org>
2349
2350         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
2351         here (from getPackages).
2352
2353         * debug.[Ch]: add a new EXTERNAL tag.
2354
2355 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2356
2357         * text2.C (cursorEnd): simplify
2358         (setCursor): adjust
2359         (getColumnNearX): adjust
2360
2361         * text.C (computeBidiTables): adjust
2362         (fill): adjust
2363
2364         * rowpainter.C (paintChars): adjust
2365         (paintSelection): adjust
2366         (paintChangeBar): adjust
2367         (paintText): adjust
2368
2369         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
2370         lastPos instead.
2371         (numberOfSeparators): adjust
2372
2373 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2374
2375         * LyXAction.C:
2376         * box.[Ch]:
2377         * lfuns.h:
2378         * lyxfunc.C:
2379         * text3.C: Restricts the mouse click functionality
2380         of insets like bibtex, include, toc and floatlist to the visible
2381         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2382         up the dialogs. Cursor has to be in front of the inset (i.e.
2383         start of row) for this to function.
2384
2385 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2386
2387         * bufferview_funcs.C (currentState): output row information
2388
2389 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2390
2391         * bufferview_funcs.C (currentState): output paragraph position
2392
2393 2003-09-04  Angus Leeming  <leeming@lyx.org>
2394
2395         * FloatList.h: move out #include "Floating.h".
2396         * LaTeX.h: move out #include "DepTable.h".
2397         * LyXAction.h: move out #include "funcrequest.h".
2398         * buffer.h: move out #include "author.h", "iterators.h".
2399         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
2400         * lyx_main.h: move out #include "errorlist.h".
2401         * lyxfunc.h: move out #include "FuncStatus.h".
2402         * lyxtext: move out #include "lyxcursor.h".
2403         * paragraph_pimpl.h: move out #include "counters.h".
2404
2405 2003-09-03  Angus Leeming  <leeming@lyx.org>
2406
2407         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
2408         preamble_snippets list, enabling us to add snippets to the preamble
2409         only if the snippet was not there already.
2410
2411 2003-09-04  Angus Leeming  <leeming@lyx.org>
2412
2413         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
2414
2415 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2416
2417         * lyxfunc.C (dispatch): if fitCursor did something be sure to
2418         update
2419
2420 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2421
2422         * BranchList.C: point fix, earlier forgotten
2423
2424 2003-09-02  Angus Leeming  <leeming@lyx.org>
2425
2426         * box.C (contains): renamed from 'contained' after a fantastic
2427         amount of hot air.
2428
2429 2003-09-02  John Levon  <levon@movementarian.org>
2430
2431         * BufferView.C:
2432         * lyxcursor.h:
2433         * lyxcursor.C:
2434         * lyxfunc.C:
2435         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
2436
2437 2003-09-02  John Levon  <levon@movementarian.org>
2438
2439         * text2.C: simplification of cursorEnd(), including partial
2440         fix for bug 1376
2441
2442 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2443
2444         * buffer.C (readFile): add a space
2445
2446 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
2447
2448         * BufferView_pimpl.C (update): remove bogus fitCursor() call
2449
2450 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2451
2452         * buffer.C (readFile): new function, take a filename and a
2453         ParagraphList::iterator
2454         (readFile): adjust
2455         (readFile): adjust, make it private. don't use setStream, make
2456         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
2457         always contain the filename.
2458
2459         * BufferView.C (insertLyXFile): simplify and make it work for
2460         gzipped files.
2461
2462 2003-08-30  John Levon  <levon@movementarian.org>
2463
2464         * Makefile.am: fix dist (from Kayvan)
2465
2466 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2467
2468         * most files: change to use const Buffer refs
2469
2470 2003-08-27  André Pönitz  <poenitz@gmx.net>
2471
2472         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
2473         on top of ownerPar().
2474
2475 2003-08-27  John Levon  <levon@movementarian.org>
2476
2477         * funcrequest.C: properly initialise POD members
2478
2479 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2480
2481         * lyxtext.h (top_y): move top_y from here
2482         * text.C:
2483         * text2.C:
2484         * text3.C:
2485         * BufferView.[Ch]:
2486         * BufferView_pimpl.[Ch]: to here
2487         * frontends/screen.C:
2488         * insets/insettabular.C:
2489         * insets/insettext.C: adjust
2490         * rowpainter.[Ch] (paintRows): remove LyXText & argument
2491
2492 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2493
2494         * BufferView.[Ch]:
2495         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
2496
2497 2003-08-26  André Pönitz  <poenitz@gmx.net>
2498
2499         * paragraph_func.[Ch] (outerPar): new function
2500
2501         * paragraph.C:
2502         * paragraph_funcs.C:
2503         * paragraph_funcs.h:
2504         * paragraph_pimpl.C:
2505         * text2.C: remove Inset::par_owner
2506
2507 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
2508
2509         * lyxrow_funcs.C:
2510         * lyxtext.h:
2511         * text.C:
2512         * text2.C: eliminates the needFullRow/display() stuff
2513         altogether, putting the logic in metrics/draw in the insets.
2514
2515 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
2516
2517         * text2.C (redoParagraphInternal, redoParagraphs):
2518         * text.C (redoParagraph): add a call to updateRowPositions at the
2519         end of each 'metrics-like' call. Remove all others.
2520         (getRow): remove the 'y-computing' version.
2521         (getRowNearY): do not compute nor return the real y. Solve the
2522         'y < 0' problem and simplify.
2523
2524 2003-08-22  Angus Leeming  <leeming@lyx.org>
2525
2526         * *.[Ch]: clean-up of licence and author blurbs.
2527         Also move config.h out of a few .h files and into a few .C files.
2528
2529 2003-08-22  André Pönitz  <poenitz@gmx.net>
2530
2531         * lyxrow.[Ch]: add x_ and *fill_ members
2532
2533         * lyxtext.h:
2534         * text.C:
2535         * rowpainter.C:
2536         * text2.C: adjust/remove prepareToPrint() calls
2537
2538 2003-08-22  André Pönitz  <poenitz@gmx.net>
2539
2540         * lyxrow.[Ch]: add  end_ member
2541
2542         * lyxrow_funcs.C: use LyXRow::end_
2543
2544         * lyxtext.h (singleWidth): add LyXFont parameter
2545
2546         * rowpainter.C:
2547         * text2.C: adjust LyXText::singleWidth() calls
2548
2549         * text.C (redoParagraph): simplify row breaking logic
2550
2551
2552 2003-08-19  André Pönitz  <poenitz@gmx.net>
2553
2554         * funcrequest.C: initialize button_ member
2555
2556         * text3.C:
2557         * rowpainter.[Ch]: interface consolidation
2558
2559 2003-08-18  André Pönitz  <poenitz@gmx.net>
2560
2561         * BufferView.C:
2562         * BufferView_pimpl.C:
2563         * lyxfind.C:
2564         * paragraph_funcs.C:
2565         * rowpainter.C:
2566         * text3.C: remove LyXScreen::draw() and fitCursor calls
2567
2568         * BranchList.h: remove spurious semicolons
2569
2570         * MenuBackend.C: fix branchlist related crash
2571
2572 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2573
2574         * BranchList.[Ch]:
2575         * InsetList.[Ch]:
2576         * LColor.[Ch]:
2577         * LyXAction.C:
2578         * Makefile.am:
2579         * MenuBackend.[Ch]:
2580         * bufferparams.[Ch]:
2581         * factory.C:
2582         * lfuns.h:
2583         * lyxfunc.C:
2584         * text3.C: implements the 'branch inset'
2585         idea. This allows the output of various versions of a document
2586         from a single source version, selectively outputing or suppressing
2587         output of parts of the text.
2588         This implementation contains a 'branch list editor' in a separate
2589         tab of the document settings dialog. Branches are user definable
2590         and have a "display colour" to distinguish them on-screen.
2591
2592         ColorHandler was somewhat cleaned up.
2593         (1) make possible a dynamically growing LColor list by allowing
2594         the graphic context cache to grow along (vector);
2595         (2) eliminate an IMHO unnecessary step in colour allocation.
2596
2597 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2598
2599         * BufferView_pimpl.C: compile fix
2600
2601 2003-08-15  André Pönitz  <poenitz@gmx.net>
2602
2603         * rowpainter.C: remove extra metrics calls
2604
2605         * lyxtext.h: merge the two constructors into a single one,
2606           pass reference to owner's par list
2607
2608         * BufferView_pimpl.C:
2609         * text.C:
2610         * text2.C: adjust
2611
2612 2003-08-15  André Pönitz  <poenitz@gmx.net>
2613
2614         * lyxrow_funcs.[Ch]:
2615         * lyxtext.h:
2616         * paragraph.h:
2617         * paragraph_funcs.C:
2618         * rowpainter.C:
2619         * text.C:
2620         * text2.C:
2621         * text3.C:
2622         * text_funcs.C: split LyXText::rowlist_ into individual
2623         Paragraph::rows_ chunks
2624
2625         * BufferView.[Ch]:
2626         * BufferView_pimpl.[Ch]:
2627         * lyxfind.C:
2628         * lyxtext.h:
2629         * text3.C: remove toggleSelection()
2630
2631 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
2632
2633         * bufferlist.C: beautify two alerts (shorter text of buttons)
2634         * buffer.C: Remove redundant ' ' from message
2635         * tabular.h:
2636         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
2637         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
2638         rename VALIGN_CENTER to VALIGN_MIDDLE
2639
2640 2003-08-11  André Pönitz  <poenitz@gmx.net>
2641
2642         * lyxtext.h (getPar):
2643         * text.C: new function
2644
2645 2003-08-11  André Pönitz  <poenitz@gmx.net>
2646
2647         * Makefile.am:
2648         * tracer.[Ch]: remove unneeded files
2649
2650         * InsetList.[Ch]: remove resizeInsetsLyXText()
2651
2652         * lyxtext.h:
2653         * text.C:
2654         * text2.C:
2655         * text3.C: merge insertParagraphs() and appendParagraph()
2656         remove breakAgain(), update()
2657
2658         * BufferView_pimpl.[Ch]:
2659         * bufferview_funcs.[Ch]:
2660         * lyxfunc.C:
2661         * paragraph.[Ch]:
2662         * rowpainter.C:
2663         * tabular.C: adjust after text & InsetList changes.
2664
2665 2003-08-08  André Pönitz  <poenitz@gmx.net>
2666
2667         * text.C (insertChar, backspace): replace rowlist fiddling
2668         with rebreak of full par
2669
2670         * lyxtext.h:
2671         * text.C (breakAgainOneRow, redoHeightOfParagraph,
2672         checkParagraph, updateInset): removed
2673
2674 2003-08-07  André Pönitz  <poenitz@gmx.net>
2675
2676         * paragraph.C:
2677         * text3.C: merge some LFUN handlers, remove dead code
2678
2679 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2680
2681         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
2682
2683 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
2684
2685         * text2.C (DEPM): fix part of bug 1255 and 1256
2686
2687 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2688
2689         * BufferView_pimpl.C (workAreaDispatch): change to use
2690         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
2691         that are no mouse related.
2692
2693 2003-08-05  André Pönitz  <poenitz@gmx.net>
2694
2695         * BufferView.[Ch]:
2696         * BufferView_pimpl.[Ch]:
2697         * bufferview_funcs.C:
2698         * text2.C:
2699         * text3.C: rip out "deep update"
2700
2701         * textcursor.[Ch] (last_sel_cursor): remove unused member
2702
2703 2003-08-04  André Pönitz  <poenitz@gmx.net>
2704
2705         * BufferView.[Ch]:
2706         * BufferView_pimpl.[Ch]:
2707         * ParagraphParameters.C:
2708         * bufferview_funcs.C:
2709         * lyx_cb.C:
2710         * lyxfind.C:
2711         * lyxfunc.C:
2712         * text.C:
2713         * text2.C:
2714         * text3.C: replace "complicated" BufferView::update(...) calls with
2715         simpler ones.
2716
2717         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
2718
2719 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
2720
2721         * Makefile.am (lyx_SOURCES): add paper.h
2722
2723 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2724
2725         * Makefile.am: move things around so that both lyx-qt and
2726         lyx-xforms can be built (according to --with-frontend). Then lyx
2727         is a symbolic link to lyx-[firstfrontend]
2728
2729 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2730
2731         * Always use std::endl with lyxerr
2732
2733 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2734
2735         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
2736
2737 2003-08-01  André Pönitz  <poenitz@gmx.net>
2738
2739         * BufferView.[Ch]:
2740         * BufferView_pimpl.[Ch]:
2741         * lyxfunc.C:
2742         * text3.C: merge BufferView::repaint() and BufferView::update()
2743
2744 2003-08-01  José Matos  <jamatos@lyx.org>
2745
2746         * buffer.[Ch]: file_format is no longer a buffer data element.
2747
2748 2003-08-01  André Pönitz  <poenitz@gmx.net>
2749
2750         * BufferView.C:
2751         * lyxtext.h:
2752         * text.C:
2753         * text2.C: make redoParagraph more independent of current cursor
2754
2755         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
2756         * text.C:
2757         * text2.C: remove unneeded members
2758
2759 2003-07-30  André Pönitz  <poenitz@gmx.net>
2760
2761         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
2762
2763         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
2764           create a single function...
2765
2766         * paragraph_funcs.C (moveItem): ... here.
2767
2768         * text.C:
2769           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
2770
2771 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
2772
2773         * LColor.[Ch]: Add comment and greyedout logical colors.
2774
2775 2003-07-30  André Pönitz  <poenitz@gmx.net>
2776
2777         * tabular.C: don't use Assert too heavily. This crashes where it
2778           shouldn't
2779
2780 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
2781
2782         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
2783         is disabled (bug 1232)
2784
2785 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2786
2787         * factory.C: limited 'arg' scope
2788
2789 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2790
2791         * factory.C: fixed Note submenu issues
2792
2793 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2794
2795         * factory.C: submenu for Note/Comment/Greyedout
2796
2797 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
2798
2799         * lyx_main.C (LyX):
2800         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
2801
2802 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2803
2804         * LaTeXFeatures.C:
2805         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
2806         greyedout. Patch provided by Jürgen Spitzmüller.
2807
2808 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2809
2810         * kbmap.C (read): fix error message when reading bind files
2811
2812 2003-07-29  Angus Leeming  <leeming@lyx.org>
2813
2814         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
2815         certainly does not do what it purports to do. I am doing it, and
2816         us, a favour by killing it.
2817
2818 2003-07-28  José Matos  <jamatos@lyx.org>
2819
2820         * buffer.C (readBody, do_writeFile):
2821         * paragraph.C(readParagraph): \end_document replaces \the_end.
2822
2823 2003-07-29  André Pönitz  <poenitz@gmx.net>
2824
2825         * BufferView.[Ch]:
2826         * BufferView_pimpl.[Ch]:
2827         * lyxfunc.C:
2828         * text2.C:
2829         * text3.C:
2830         * textcursor.[Ch]: remove toggleToggle & Co
2831
2832 2003-07-28  José Matos  <jamatos@fep.up.pt>
2833
2834         * buffer.C (readParagraph):
2835         * params_func (readParToken, readParagraph):
2836         * paragraph.C (write): \layout -> \begin_layout.
2837
2838 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2839
2840         * lyxlex_pimpl.C (setFile): clean up slightly.
2841
2842         * bufferparams.h: add compressed var
2843
2844         * buffer_funcs.C (readFile): adjust for LyXLex change
2845         (newFile): ditto + simplify
2846
2847         * buffer.C (writeFile): handle writing of compressed files
2848
2849         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2850         Check if the file is compressed and set a bufferparm if so.
2851
2852         * Makefile.am (lyx_LDADD): remove explicit -lz
2853
2854 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2855
2856         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
2857         makeDocBookFile): put the real LyX version in the first line of
2858         the file
2859
2860         * version.h:
2861         * version.C.in: remove lyx_docversion
2862
2863         * tabular.C (write_attribute): add a template-based version to
2864         write enums properly
2865
2866 2003-07-28  André Pönitz  <poenitz@gmx.net>
2867
2868         * lyxtext.h:
2869         * text.C:
2870         * text2.C:
2871         * text3.C: use doubles again for x-coordinates. They are needed.
2872
2873 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2874
2875         * messages.C (getLocaleDir): use lyx_localedir()
2876
2877         * lyxlex_pimpl.C (setFile): compress stuff
2878
2879         * buffer.C (writeFile): add some compression stuff
2880         (do_writeFile): new func, dont call expliti close... will this
2881         breake anything?
2882
2883         * Makefile.am (lyx_LDADD): add -lz
2884
2885 2003-07-28  José Matos  <jamatos@fep.up.pt>
2886
2887         * buffer.C: increment file format.
2888         * paragraph_funcs (readParagraph, readParToken):
2889         * paragraph.C (readParagraph): add \end_layout.
2890
2891 2003-07-27  Angus Leeming  <leeming@lyx.org>
2892
2893         * Makefile.am: remove special casing for configure-time setting of
2894         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
2895
2896         * lyx_main.C (init): remove all Jean-Marc's magic setting of
2897         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
2898
2899 2003-07-26  André Pönitz  <poenitz@gmx.net>
2900
2901         * paragraph_func.[Ch]:
2902         * paragraph.C (realizeFont): inline it whereever it is used
2903
2904         * rowpainter.C:
2905         * text.C:
2906         * text2.C:
2907         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
2908
2909
2910 2003-07-26  André Pönitz  <poenitz@gmx.net>
2911
2912         *       lyxtext.h:
2913         * text.C:
2914         * text2.C: get rid of LyXText::need_break_row
2915
2916 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2917
2918         * toc.[Ch]: put namespace toc inside namespace lyx
2919
2920         * MenuBackend.C (expandToc2): adjust for lyx::toc
2921         (expandToc): ditto
2922
2923         * lyxfunc.C (dispatch): adjust for lyx::find
2924
2925         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2926         lyx::find instead. Reorganize a bit.
2927         (LyXReplace): rename to replace
2928         (LyXFind): rename to find
2929
2930         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2931         (dispatch): ditto
2932
2933 2003-07-26  André Pönitz  <poenitz@gmx.net>
2934
2935         * text.C (setHeightOfRow): restrict scope of temporary variable
2936
2937         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
2938           code (never has been used?)
2939
2940 2003-07-27  Asger Alstrup  <alstrup@local>
2941
2942         * text.C (fill): Optimise algorithm to exploit that we can reuse
2943         the LyXFont for many characters.
2944         (setHeightOfRow): Same thing.
2945         (rowBreakPoint): Same thing.
2946
2947 2003-07-26  Asger Alstrup  <alstrup@local>
2948
2949         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
2950
2951         * text.C (singleWidth): Spurious font copying in hot-spot
2952         singleWidth avoided. Reorder tests for arabic for efficiency.
2953
2954         * text.C (fill): handle empty paragraphs better.
2955
2956 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2957
2958         * ispell.C:
2959         * encoding.h: add includes
2960
2961         * lyxrc.C: remove reading of bind files
2962
2963         * lyx_main.C (init): setup bindings and menus only if we have a
2964         gui.
2965
2966         * kbmap.C (read): new method. Do the actual reading of bind
2967         files.
2968
2969         * converter.C (dvipdfm_options):
2970         * bufferparams.C:
2971         * lyxrc.C (read):
2972         (output): adapt PAPER_* enums.
2973
2974         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
2975
2976         * bufferparams.h: remove paper-related enums from there
2977
2978         * paper.h: New file. A trivial header file to hold paper-related
2979         enums. It should later expand to contain many paper-related
2980         horrors access.
2981
2982         * lyxrc.C: declare extern displayTranslator
2983
2984 2003-07-27  José Matos  <jamatos@fep.up.pt>
2985
2986         * tabular.[Ch] (linuxdoc): add support for tables and figures
2987         (linuxdoc).
2988
2989 2003-07-27  José Matos  <jamatos@fep.up.pt>
2990
2991         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
2992         consistency in both functions.
2993         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
2994
2995 2003-07-26  Asger Alstrup  <alstrup@local>
2996
2997         * rowpainter.C (paintRows): Change algorithm to work directly on
2998         the insets rather than asking every character in the document
2999         whether its an inset.
3000
3001 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3002
3003         * buffer.C (openFileWrite): factorize some code
3004
3005 2003-07-26  Angus Leeming  <leeming@lyx.org>
3006
3007         * lyx_cb.C:
3008         * lyx_main.[Ch]: replace occurances of system_tempdir with
3009         os::getTmpDir().
3010
3011 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3012
3013         * rename Inset to InsetOld
3014
3015 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3016
3017         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3018         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3019         which I think is a bit clearer. EDIT is gone, since it was
3020         premature optimisation, and broken for mathed anyway.
3021         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3022         with cursor positioning in insets as well (math insets still do not
3023         work, but that's a different story anyway.) It mysteriously
3024         crashes sometimes with undo in the first paragraph, but I'm fairly
3025         confident that this is a compiler bug.
3026
3027 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3028
3029         * paragraph.C (Paragraph): adjust for new clone return type
3030         (operator==): ditto
3031         (copyIntoMinibuffer): ditto
3032
3033 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3034
3035         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3036         by not having a special case, and always doing a full rebreak of
3037         the document after undo.
3038
3039 2003-07-23  Angus Leeming  <leeming@lyx.org>
3040
3041         * factory.C (createInset): InsetExternal::setParams now takes a
3042         Buffer const * arg.
3043
3044 2003-07-23  Angus Leeming  <leeming@lyx.org>
3045
3046         * factory.C (createInset): changed interface to the external and
3047         graphics mailers' string2params functions.
3048
3049 2003-07-23  Angus Leeming  <leeming@lyx.org>
3050
3051         * factory.C (createInset): pass a
3052         Buffer const * parameter to InsetExternalMailer's string2params.
3053
3054 2003-07-22  John Levon  <levon@movementarian.org>
3055
3056         * Thesaurus.h: include the right aiksaurus header
3057
3058 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3059
3060         * MenuBackend.C (expand): check menu shortcuts unconditionally
3061
3062 2003-07-21  Angus Leeming  <leeming@lyx.org>
3063
3064         * factory.C (createInset): pass a
3065         buffer_path parameter to InsetGraphicsMailer's string2params.
3066
3067 2003-07-21  Angus Leeming  <leeming@lyx.org>
3068
3069         * BufferView_pimpl.C (buffer):
3070         * buffer.C (d-tor):
3071         * lyx_main.C (LyX):
3072         * lyxfunc.C (dispatch):
3073         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3074         rather than the grfx shortcut.
3075
3076 2003-07-21  André Pönitz  <poenitz@gmx.net>
3077
3078         * rowpainter.C: remove unused variables
3079
3080         * tabular_funcs.C:
3081         * tabular_funcs.h: move to tabular.C
3082         * Makefile.am: adjust
3083
3084         * tabular.[Ch]: basic optical cleaning
3085
3086         * author.h: pass references, not values
3087
3088 2003-07-18  André Pönitz  <poenitz@gmx.net>
3089
3090         * lyxtext.h:
3091         * metricsinfo.C:
3092         * metricsinfo.h:
3093         * rowpainter.C:
3094         * text.C:
3095         * text2.C:
3096         * text3.C: two-phase drawing for InsetText and InsetTabular
3097         some float -> int changes.
3098
3099 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3100
3101         * lyx_main.C: fix the fix
3102
3103 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3104
3105         * lyx_main.C: fix a crash in batch mode if no files specified
3106         * converter.C: ws
3107
3108 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3109
3110         * format.[Ch] (papersize): moved to BufferParams
3111         * converter.[Ch] (dvips_options): moved to BufferParams
3112         (dvipdfm_options): moved to anon namespace
3113         * bufferparams.[Ch]: added above functions.
3114
3115 2003-07-17  André Pönitz  <poenitz@gmx.net>
3116
3117         * lyxtext.h:
3118         * rowpainter.C:
3119         * text2.C: don't call inset->update() anymore
3120
3121         * metricsinfo.[Ch]: add convenience constructor
3122
3123 2003-07-16  André Pönitz  <poenitz@gmx.net>
3124
3125         * lyxcursor.[Ch]:
3126         * lyxfunc.[Ch]:
3127         * text.C:
3128         * text2.C: replace the LyXCursor::irow_ member with
3129          on-demand computation of the value
3130
3131 2003-07-16  John Levon  <levon@movementarian.org>
3132
3133         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3134
3135 2003-07-15  André Pönitz  <poenitz@gmx.net>
3136
3137         * text.C:
3138         * text2.C: remove no more needed refresh_row
3139
3140 2003-07-15  André Pönitz  <poenitz@gmx.net>
3141
3142         * lyxtext.h:
3143         * rowpainter.C:
3144         * text2.C:
3145         * text3.C: refresh_status tristate -> need_update bool
3146
3147 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3148
3149         * lyxtext.h (init): remove reinit argument (act as if always true)
3150         * text2.C: adjust to that
3151
3152 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3153
3154         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3155         * text3.C: use it to delete selections in some cases
3156         (bugs 441, 673, 702, 954).
3157
3158 2003-07-14  André Pönitz  <poenitz@gmx.net>
3159
3160         * rowpainter.[Ch]: reduce interface
3161
3162 2003-07-14  André Pönitz  <poenitz@gmx.net>
3163
3164         * BufferView_pimpl.C:
3165         * text2.C: adjust after removing unused BufferView * argument
3166
3167 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3168
3169         * text2.C (init): fix a crash fired on resize
3170
3171 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3172
3173         * buffer.[Ch]: added new closing signal
3174         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3175         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3176         BufferView::Pimpl via the closing the signal
3177
3178 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3179
3180         * buffer.[Ch]: take out all bv-related from buffer
3181         * BufferView.C:
3182         * BufferView_pimpl.[Ch]: connect to new signals
3183         * CutAndPaste.C: removed useless asserts
3184         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3185         * lyxvc.[Ch]:
3186         * vc-backend.[Ch]:
3187         * lyxfunc.C: moved view-related funciontality from vc here
3188         * paragraph.C: removed outdated comments
3189         * text.C: ws
3190
3191 2003-07-10  André Pönitz  <poenitz@gmx.net>
3192
3193         * BufferView_pimpl.C:
3194         * tabular.h:
3195         * tabular_funcs.C:
3196         * text.C:
3197         * text2.C: remove InsetText::InnerCache, clean up consequences
3198
3199 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3200
3201         * ispell.C: fix two typos in error messages
3202
3203 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3204
3205         * Extend Note inset to other forms of annotation like Comment
3206         and Greyedout. Right button click gives dialog.
3207
3208         Files modified or added (+):
3209
3210         * insetnote.[Ch]
3211         * FormNote.[Ch]      +
3212         * ControlNote.[Ch]   +
3213         * form_note.fd       +
3214         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3215         frontends/controllers
3216         * xforms/Dialogs.C
3217         * factory.C
3218
3219 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3220
3221         * aspell.C: add missing namespace lyx::support
3222
3223 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3224
3225         * BufferView.[Ch] (newFile): Add
3226         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3227         * LaTeX.[Ch] (message): added this signal and use it
3228         * buffer.[Ch] (busy, message): added these signals and use them
3229         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3230         * converter.C:
3231         * exporter.C:
3232         * format.C:
3233         * importer.C: use buffer signals instead of direct bv calling
3234         * lyx_cb.[Ch] (ShowMessage): removed
3235         * lyx_main.C:
3236         * lyxfunc.C:
3237         * paragraph_funcs.C:
3238         * text2.C: use buffer signals
3239
3240 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3241
3242         * introduce namespace lyx::graphics
3243
3244 2003-07-02  André Pönitz  <poenitz@gmx.net>
3245
3246         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3247
3248 2003-07-01  André Pönitz  <poenitz@gmx.net>
3249
3250         * text.C:
3251         * text2.C:
3252         * text3.C:
3253         * text_funcs.[Ch]:
3254         * textcursor.h:
3255         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3256           text*.C to text_func.C
3257
3258 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3259
3260         * introduce namespace lyx::support
3261
3262 2003-06-30  André Pönitz  <poenitz@gmx.net>
3263
3264         * Chktex.C:
3265         * funcrequest.C:
3266         * lyxtext.h:
3267         * text.C: re-enable --with-included-string
3268
3269 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3270
3271         * textcursor.C: add <config.h>
3272
3273         * text.C (getWord): remove const from word_location arg
3274
3275         * lyxvc.C (getLogFile): fix const type order
3276
3277         * lyxtext.h: remove const from word_location arg, add arg name
3278
3279         * lyxlayout.h: currect type on labeltype.
3280
3281         * importer.C: correct \file
3282
3283         * converter.C (intToFormat): use std:: on ret val, ws changes
3284
3285         * bufferlist.h: correct \file
3286
3287         * buffer.C (makeLinuxDocFile): fix const type order
3288         (makeDocBookFile): ditto
3289         (fillWithBibKeys): use std:: on stdlib args.
3290
3291         * CutAndPaste.C: fix authors.
3292         (availableSelections): use std:: on return vector
3293
3294 2003-06-27  André Pönitz  <poenitz@gmx.net>
3295
3296         * BufferView_pimpl.C:
3297         * bufferview_funcs.C:
3298         * lyxcursor.C:
3299         * lyxcursor.h:
3300         * lyxfunc.C:
3301         * lyxtext.h:
3302         * rowpainter.C:
3303         * text.C:
3304         * text2.C:
3305         * text3.C: remove LyXCursor::row_ member
3306
3307         * lyxtext.h:
3308         * text.C: rename fullRebreak() to partialRebreak() and implement
3309           a fullRebreak() that really bereks fully
3310
3311         * textcursor.h: new struct for cursor-related data
3312
3313 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
3314
3315         * lyx_main.C (LyX): get full path of document loaded on the
3316         command line
3317
3318 2003-06-26  André Pönitz  <poenitz@gmx.net>
3319
3320         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
3321           remove unused/broken operator>,<,>=.
3322
3323         *       text.C: remove only use of broken operator<= in an Assert().
3324
3325 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3326
3327         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
3328         moved errorlist_.clear to showErrorList
3329
3330 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3331
3332         * converter.C (scanLog, runLaTeX):
3333         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
3334         move the bv->showErrorList call to the callers
3335         * lyxfunc.C: i.e. here...
3336         * text2.C: and here
3337         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
3338         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
3339         namespace, the second to...
3340         * buffer_funcs (BufferFormat, parseErrors): added
3341         * errorlist.C (ErrorList(TeXErrors const &)): removed
3342
3343 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3344
3345         * ToolbarBackend.C (getIcon): complain when icon cannot be found
3346
3347 2003-06-24  "Garst R. Reese" <reese@isn.net>
3348
3349         * debug.C: fix typo
3350
3351 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3352
3353         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
3354
3355         * version.C.in: change docversion to 1.4
3356
3357 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
3358
3359         * buffer.C: fix a bug just introduced
3360
3361 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
3362
3363         * buffer.[Ch]: added the parseError signal and use it, removed
3364         sgmlError
3365         * BufferView.[Ch] (addError): moved to ...
3366         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
3367         to the Buffer::parseError signal to catch (guess what) parse errors
3368         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
3369
3370 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
3371
3372         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
3373         ability to create a buffer and to return an existing one from
3374         the list. Moved these functions to...
3375         * buffer_funcs.[Ch]: added
3376         * BufferView.[Ch] (loadLyXFile): added
3377         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
3378         job removed from bufferlist::loadLyXFile.
3379         * buffer.C (setReadOnly): make it work without view
3380         (i.e added an if (users))
3381
3382 2003-06-19  Angus Leeming  <leeming@lyx.org>
3383
3384         * lfuns.h:
3385         * LyXAction.C (init):
3386         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
3387         with LFUN_DIALOG_SHOW <name> <data>.
3388
3389 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3390
3391         * CutAndPaste.C (availableSelections): small compilation fix for
3392         ancient (gcc 2.9x) compilers
3393
3394 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
3395
3396         * text3.C (cursorNext): add tmp var
3397
3398         * text2.C (updateCounters): for function calling out of for clause
3399         (replaceSelectionWithString): ditto
3400         (insertStringAsParagraphs): ditto
3401         (getColumnNearX): add tmp var
3402         (setCursorFromCoordinates): add tmp var
3403         (cursorDownParagraph): add tmp var
3404         (deleteEmptyParagraphMechanism): add tmp var
3405
3406         * text.C (insertChar): add tmp var
3407
3408         * rowpainter.C (paintDepthBar): add tmp var
3409
3410         * CutAndPaste.C (availableSelections): potentially check all
3411         paragraphs in a cut to fill the shown strings.
3412
3413 2003-06-18  André Pönitz  <poenitz@gmx.net>
3414
3415         * kbmap.[Ch]: use vector<> instead of list<>
3416
3417 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3418
3419         * text3.C (dispatch): handle arg to LFUN_PASTE, call
3420         pasteSelection with index
3421
3422         * text2.C (pasteSelection): modify, call pasteSelection with index
3423
3424         * paragraph.C (asString): reimplement version with no interval to
3425         call the one with interval.
3426
3427         * lyxtext.h: add index arg to pasteSelection
3428
3429         * MenuBackend.C (MenuItem): handle PasteRecent
3430         (Menu::read::Menutags): add md_pasterecent
3431         (read): handle it
3432         (expandPasteRecent): new function
3433         (expand): use it
3434
3435         * MenuBackend.h: add PasteRecent to MenuItem::Kind
3436
3437         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
3438         the limited stack
3439         (availableSelections): new function
3440
3441 2003-06-17  Angus Leeming  <leeming@lyx.org>
3442
3443         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
3444
3445 2003-06-17  Angus Leeming  <leeming@lyx.org>
3446
3447         * lfuns.h:
3448         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
3449
3450         * lyxfunc.C (dispatch): invoke it.
3451
3452 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3453
3454         * iterators.C (operator++, ParPosition): reintroduce some
3455         const_cast for the benefit of older compilers.
3456
3457 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3458
3459         * text3.C (dispatch): do not modify clipboard when doing
3460         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
3461         LFUN_DELETE_SKIP on a selection selection
3462
3463 2003-06-16  André Pönitz  <poenitz@gmx.net>
3464
3465         * BufferView.C:
3466         * buffer.C:
3467         * buffer.h:
3468         * paragraph.C:
3469         * tabular.[Ch]: IU of clone() and getLabelList();
3470
3471 2003-06-13  André Pönitz  <poenitz@gmx.net>
3472
3473         * tabular.h: compactification
3474
3475 2003-06-12  André Pönitz  <poenitz@gmx.net>
3476
3477         * tabular.C:
3478         * tabular.h:
3479         * tabular_funcs.h: some renaming plus whitespace
3480
3481 2003-06-12  André Pönitz  <poenitz@gmx.net>
3482
3483         * BufferView.C:
3484         * BufferView_pimpl.C:
3485         * CutAndPaste.C:
3486         * buffer.C:
3487         * iterators.[Ch]:
3488         * lyxfunc.C:
3489         * text.C:
3490         * toc.C: Return a Paragraph & for ParIterator::operator*()
3491
3492 2003-06-11  John Levon  <levon@movementarian.org>
3493
3494         * lyx_main.C:
3495         * ToolbarBackend.h:
3496         * ToolbarBackend.C: add "Toolbars" section and
3497         put the flags there
3498
3499 2003-06-10  Angus Leeming  <leeming@lyx.org>
3500
3501         * lfuns.h:
3502         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
3503
3504         * lyxfunc.C (dispatch): invoke it.
3505
3506 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3507
3508         * main.C: protect <ios> with HAVE_IOS
3509         (main): protect sync_with_stdio with HAVE_IOS
3510
3511 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3512
3513         * text2.C (cutSelection): adjust
3514         (pasteSelection): adjust
3515
3516         * messages.C: handle get of empty string
3517
3518         * main.C (main): use sync_with_stdio(false)
3519
3520         * lyxfunc.C (dispatch): adjust
3521
3522         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
3523         (WriteAs): remove unneeded BufferView arg.
3524
3525         * bufferparams.h: use correct types on papersize, papersize2 and
3526         paperpackage.
3527
3528         * bufferparams.C (readToken): adjust for type
3529         (writeLaTeX): add missing cases to switch.
3530
3531         * bufferlist.C (quitWriteBuffer): adjust
3532         (close): adjust
3533
3534         * buffer.C (asciiParagraph): remove some commented code.
3535
3536         * CutAndPaste.C: remove current_view extern variable.
3537         (cutSelection): add BufferParams arg.
3538         (eraseSelection): add BufferParams arg.
3539         (pasteSelection): add Buffer const & arg
3540
3541 2003-06-07  John Levon  <levon@movementarian.org>
3542
3543         * buffer.C:
3544         * paragraph_funcs.C:
3545         * paragraph_pimpl.C:
3546         * text.C:
3547         * text2.C:
3548         * paragraph.h:
3549         * paragraph.C: allow InsetERT to freely space lines,
3550         and some consolidation of code
3551
3552 2003-06-06  José Matos  <jamatos@fep.up.pt>
3553
3554         * buffer.C (makeDocBookFile): fix bug #821
3555
3556 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
3557
3558         * BufferView_pimpl.C (dispatch): use Dialogs::visible
3559
3560 2003-06-04  Angus Leeming  <leeming@lyx.org>
3561
3562         * buffer.C: bump format to 224.
3563
3564 2003-06-05  André Pönitz  <poenitz@gmx.net>
3565
3566         * text2.C (redoParagraphs): remove two const_cast<>
3567
3568 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3569
3570         * ParagraphList.h: remove last remnants of NO_STD_LIST
3571
3572 2003-06-03  Angus Leeming  <leeming@lyx.org>
3573
3574         * factory.C (createInset): small change to the way InsetExternal's params
3575         are set.
3576
3577 2003-06-04  André Pönitz  <poenitz@gmx.net>
3578
3579         * buffer.h: use Undo directly instead of shared_ptr<Undo>
3580
3581         * paragraph_pimpl.h:
3582         * paragraph.[Ch]: some Inset -> UpdatableInset changes
3583
3584         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
3585
3586         * undo_funcs.C: make some simple cases of undo work again
3587
3588 2003-06-03  John Levon  <levon@movementarian.org>
3589
3590         * ispell.C: HPUX doesn't have sys/select.h
3591         (from Albert Chin)
3592
3593 2003-06-03  John Levon  <levon@movementarian.org>
3594
3595         * CutAndPaste.C: update tabular and include inset
3596         buffer references
3597
3598         * buffer.h:
3599         * paragraph.h:
3600         * paragraph.C: remove owningBuffer(), don't pass Buffer
3601         to clone()
3602
3603         * factory.C: insetGraphicsParams changed
3604
3605 2003-06-02  John Levon  <levon@movementarian.org>
3606
3607         * LyXAction.C:
3608         * factory.C:
3609         * lfuns.h:
3610         * lyxfunc.C:
3611         * text3.C: remove insetparent
3612
3613 2003-06-02  John Levon  <levon@movementarian.org>
3614
3615         * buffer.h:
3616         * buffer.C: fix inset_iterator.end(), move out of line
3617         (bug 1149)
3618
3619 2003-06-01  John Levon  <levon@movementarian.org>
3620
3621         * text3.C: use a proper cut/paste when doing inset
3622         insert (from Jürgen Spitzmüller)
3623
3624 2003-06-01  John Levon  <levon@movementarian.org>
3625
3626         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
3627
3628 2003-05-30  André Pönitz  <poenitz@gmx.net>
3629
3630         * rowpainter.C: unify second drawing phase
3631
3632 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3633
3634         * trans_mgr.C: remove one case of current_view
3635
3636         * text2.C (cursorBottom): delete NO_STD_LIST stuff
3637
3638         * paragraph_funcs.h: remove paragraph.h include
3639
3640         * paragraph.h: delete NO_STD_LIST stuff
3641
3642         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
3643
3644         * buffer.h: remove paragraph.h include
3645
3646         * ParagraphList.C: delete file
3647
3648         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
3649
3650         * toc.C (getTocList): adjust
3651
3652         * paragraph_pimpl.C (validate): adjust
3653
3654         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
3655
3656         * paragraph.C (Paragraph): adjust
3657         (getPositionOfInset): use const_iterator, adjust
3658         (bibitem): use const_iterator, adjust
3659         (setInsetOwner): adjust
3660
3661         * iterators.C (operator++): adjust
3662
3663         * InsetList.[Ch]: Replace selfmade iterator with standard
3664         vector::iterator also introduce const_iterator. Remove getPos,
3665         getInset and setInset from InsetTable. Adjust accordingly.
3666
3667         * BufferView.C (lockInset): adjust
3668         (ChangeInsets): adjust
3669
3670         * tabular.[Ch]: delete commented same_id functions
3671
3672 2003-05-28  John Levon  <levon@movementarian.org>
3673
3674         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
3675
3676 2003-05-28  André Pönitz  <poenitz@gmx.net>
3677
3678         * metricsinfo.[Ch]: remove 'fullredraw' member
3679
3680 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3681
3682         * lyxtextclass.C (operator): remove caching.
3683
3684 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3685
3686         * text3.C: adjust
3687
3688         * text2.C (cursorBottom): adjust
3689         (setCounter): use ParagraphList::find, adjust
3690
3691         * text.C (workWidth): use ParagraphList::find, adjust
3692
3693         * lyxcursor.C (LyXCursor): adjust
3694
3695         * buffer.C (inset_iterator): adjust
3696
3697         * ParagraphList.h: make iterator(value_type) private, make
3698         ParagraphList a friend of iterator.
3699
3700         * ParagraphList.C (find): new function
3701
3702         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3703
3704 2003-05-27  André Pönitz  <poenitz@gmx.net>
3705
3706         * dimension.[Ch]: a -> asc, d -> des, w -> wid
3707
3708 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3709
3710         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
3711
3712 2003-05-26  John Levon  <levon@movementarian.org>
3713
3714         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
3715
3716 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3717
3718         * remove same_id from function signatures, adjust.
3719
3720 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3721
3722         * undo_funcs.C (createUndo): use the id functions directly, adjust.
3723
3724         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
3725
3726         * paragraph.C (Paragraph): get rid of same_ids parameter
3727
3728         * ParagraphList.C (insert): adjust
3729         (push_back): adjust
3730
3731 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3732
3733         * paragraph_funcs.C (breakParagraph): adjust
3734         (breakParagraphConservative): adjust
3735
3736         * buffer.C (readParagraph): adjust
3737
3738         * ParagraphList.C (insert): take a reference instead of a pointer
3739         (insert): adjust
3740
3741         * paragraph.[Ch] (id): new function
3742
3743         * bufferlist.C (newFile): adjust
3744
3745         * ParagraphList.C (ParagraphList): adjust
3746         (assign): adjust
3747         (push_back): take a reference instead of a pointer.
3748
3749         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
3750
3751         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
3752         instead.
3753
3754         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
3755         set else use old code.
3756
3757         * ParagraphList.C: remove all NO_NEXT code and only compile this
3758         code of NO_STD_LIST is set.
3759
3760 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3761
3762         * BufferView_pimpl.C:
3763         * TextCache.C:
3764         * TextCache.h:
3765         * bufferlist.C:
3766         * errorlist.h:
3767         * format.C:
3768         * format.h:
3769         * graph.C:
3770         * lyxfunc.C:
3771         * lyxrc.C:
3772         * graphics/GraphicsConverter.C:
3773         * graphics/PreviewLoader.C: header adjustment
3774
3775 2003-05-23  Angus Leeming  <leeming@lyx.org>
3776
3777         * LaTeXFeatures.[Ch] (useBabel): new method.
3778         * bufferparams.C (writeLaTeX): use it.
3779
3780 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3781
3782         * ParagraphList.h (set): remove unused function.
3783
3784 2003-05-23  André Pönitz  <poenitz@gmx.net>
3785
3786         * BufferView.C:
3787         * BufferView_pimpl.C:
3788         * buffer.C:
3789         * buffer.h:
3790         * lyxfunc.C:
3791         * undo_funcs.C: setUndo reworked
3792
3793         * iterators.[Ch]: add access to topmost ParagraphList
3794
3795         * lyxtext.[Ch] (workWidth): add a const
3796
3797 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3798
3799         * texrow.[Ch] (increasePos): remove function
3800         * exporter.C (export): removed unused var and outdated comment
3801
3802 2003-05-23  Angus Leeming  <leeming@lyx.org>
3803
3804         * latexrunparams.h: rename fragile as moving_arg.
3805         * paragraph.C (simpleTeXOnePar): ditto.
3806         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
3807
3808 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3809
3810         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
3811         (createUndo): ditto
3812         (textUndoOrRedo): comment out a currently unused var.
3813
3814         * paragraph.h (NO_NEXT): enable NO_NEXT
3815
3816         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
3817
3818         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
3819
3820         * exporter.C (Export): adjust for removeAutoInsets removal.
3821
3822         * buffer.C (runChktex): adjust for removeAutoInsets removal.
3823
3824         * LyXAction.C (init): remove LFUN_REMOVEERRORS
3825
3826         * BufferView.[Ch] (removeAutoInsets): delete function
3827
3828 2003-05-22  Angus Leeming  <leeming@lyx.org>
3829
3830         * latexrunparams.h: add a free_spacing variable.
3831
3832         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3833         to pass moving_arg, as the data is stored in runparams.fragile.
3834
3835         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3836         to Inset::latexOptional or to simpleTeXOnePar.
3837
3838         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3839         free_spacing arg to Inset::latexOptional.
3840
3841         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3842         free_spacing arg.
3843
3844 2003-05-22  Angus Leeming  <leeming@lyx.org>
3845
3846         * latexrunparams.h: add fragile and use_babel variables.
3847
3848         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3849         * buffer.C (makeLaTeXFile): store this returned value in
3850         runparams.use_babel, thus passing it to the inset::latex methods.
3851
3852         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3853         simpleTeXSpecialChars as it is now stored in runparams.fragile.
3854
3855         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
3856         longer has a fragile arg, as it is stored in runparams.fragile.
3857
3858         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
3859         moving_arg parameter as the data is stored in runparams.fragile.
3860
3861         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3862         a fragile parameter as the data is stored in runparams.fragile.
3863
3864 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3865
3866         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
3867
3868 2003-05-22  Angus Leeming  <leeming@lyx.org>
3869
3870         * latexrunparams.h: add a 'bool nice' which defaults to false.
3871
3872         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
3873         now encapsulated within runparams.
3874
3875         * bufferlist.C (updateIncludedTeXfiles):
3876         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
3877
3878 2003-05-22  Angus Leeming  <leeming@lyx.org>
3879
3880         * latexrunparams.h: new file containing struct LatexRunParams.
3881         * Makefile.am: add new file.
3882
3883         * LaTeX.[Ch] (c-tor, run):
3884         * buffer.[Ch] (makeLaTeXFile):
3885         * bufferlist.[Ch] (updateIncludedTeXfiles):
3886         * converter.C (convert, scanLog):
3887         * converter.[Ch] (runLaTeX):
3888         * exporter.C (Export):
3889         * paragraph.[Ch] (simpleTeXOnePar):
3890         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
3891         * paragraph_funcs.[Ch] (latexParagraphs):
3892         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
3893         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
3894         pass around a LatexRunParams parameter.
3895
3896 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3897
3898         * paragraph.[Ch]: remove unused constructor
3899
3900         * ParagraphList.C (erase): new function, taking two iterators
3901
3902 2003-05-22  André Pönitz  <poenitz@gmx.net>
3903
3904         * undo_funcs.C: remove duplicated code
3905
3906         * iterator.[Ch]: operator=
3907
3908 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3909
3910         * tabular.C (SetMultiColumn): ws changes
3911
3912         * rowpainter.C (paintFirst): get rid of a ->previous
3913
3914         * lyx_cb.C (getPossibleLabel): parlist simplification
3915
3916         * BufferView.C (ChangeInsets): simplify slightly.
3917
3918 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3919
3920         * LyXAction.C: new lfun space-insert, kill protected-space-insert
3921         * lfuns.h: new LFUN_SPACE
3922         * lyxfunc.C: protected space has a new lfun
3923         * paragraph_funcs.C: read new space insets
3924         * text3.C:
3925         * factory.C: handle new space insets
3926
3927 2003-05-22  André Pönitz  <poenitz@gmx.net>
3928
3929         * BufferView.C:
3930         * BufferView_pimpl.C:
3931         * buffer.[Ch]:
3932         * lyxfunc.C:
3933         * undo_funcs.C: return a ParIterator from getParFromID.
3934
3935         * iterators.[Ch]: add two const's
3936
3937 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3938
3939         * toc.C (getTocList): adjust
3940
3941         * iterators.[Ch]: rework for parlist
3942
3943         * buffer.C (par_iterator_begin): adjust
3944         (par_iterator_end): adjust
3945
3946         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
3947
3948         * BufferView.C (removeAutoInsets): adjust
3949         (ChangeInsets): adjust
3950
3951 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
3952
3953         * text.C (top_y): fix bug 1110
3954
3955 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
3956
3957         * errorlist.[Ch]: added
3958         * buffer.C:
3959         * BufferView.[Ch]:
3960         * BufferView_pimpl.C:
3961         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
3962         instead
3963
3964 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3965
3966         * Makefile.am: ensure that lyx is relinked upon changes to the
3967         various "convenience" libs.
3968
3969 2003-05-20  Angus Leeming  <leeming@lyx.org>
3970
3971         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
3972         files are compiled in alphabetical order again.
3973
3974         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
3975
3976 2003-05-19  Angus Leeming  <leeming@lyx.org>
3977
3978         * gettext.[Ch]: remove "char const * _(char const *)".
3979
3980 2003-05-19  André Pönitz  <poenitz@gmx.net>
3981
3982         * dimension.[Ch]: promote from mathed/dimension.[Ch]
3983
3984         * Makefile.am:
3985         * BufferView.C:
3986         * DepTable.h:
3987         * LaTeXFeatures.C:
3988         * buffer.C:
3989         * lyxfont.C:
3990         * lyxlex.h:
3991         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
3992
3993 2003-05-19  André Pönitz  <poenitz@gmx.net>
3994
3995         * buffer.C:
3996         * lyxlayout.[Ch]:
3997         * lyxtextclass.[Ch]:
3998         * paragraph.C:
3999         * paragraph_funcs.[Ch]:
4000         * text2.C:
4001         * text3.C: more insetenv work
4002
4003 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4004
4005         * ParagraphParameters.C (params2string): small bug fixed
4006
4007 2003-05-16  André Pönitz  <poenitz@gmx.net>
4008
4009         * debug.C:
4010         * bufferview_funcs.C: patch from Kornel Benko to prevent
4011           crash when _(...) is called twice in a statement
4012
4013 2003-05-16  André Pönitz  <poenitz@gmx.net>
4014
4015         * BufferView.C:
4016         * lyxfunc.C:
4017         * text.C:
4018         * text2.C:
4019         * text3.C:
4020         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4021
4022 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4023
4024         * lyx_main.C (init): remove spurious static_cast
4025
4026 2003-05-14  André Pönitz  <poenitz@gmx.net>
4027
4028         * BufferView.C: fix format string
4029
4030 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4031
4032         * BufferView.[Ch] (insertErrors): removed
4033         * BufferView.[Ch] (showErrorList): added
4034         * buffer.C (runChkTeX):
4035         * converter.C (scanLog): call showErrorList instead of inserterrors
4036
4037 2003-05-13  André Pönitz  <poenitz@gmx.net>
4038
4039         * BufferView_pimpl.C:
4040         * buffer.C:
4041         * bufferview_func.C:
4042         * MenuBackend.C:
4043         * lyxfunc.C:
4044         * lyxrc.C:
4045         * tex-accent.C:
4046         * text3.C:
4047         * toc.C:
4048         * tabular_funcs.h: tostr() from its own header
4049
4050         * ParagraphParameters.C:
4051         * ToolbarBackend.C:
4052         * bufferparams.C:
4053         * format.C:
4054         * lyxlex_pimpl.C:
4055         * text3.C: STRCONV()
4056
4057 2003-05-12  André Pönitz  <poenitz@gmx.net>
4058
4059         * BufferView.C:
4060         * BufferView_pimpl.C:
4061         * CutAndPaste.C:
4062         * LaTeX.C:
4063         * LaTeXFeatures.C:
4064         * ParagraphParameters.C:
4065         * buffer.C:
4066         * bufferlist.C:
4067         * bufferparams.C:
4068         * bufferview_funcs.C:
4069         * converter.C:
4070         * counters.C:
4071         * debug.C:
4072         * exporter.C:
4073         * format.C:
4074         * importer.C:
4075         * lyx_cb.C:
4076         * lyx_main.C:
4077         * lyxfont.C:
4078         * lyxfunc.C:
4079         * lyxvc.C:
4080         * paragraph.C:
4081         * paragraph_funcs.C:
4082         * tabular.C:
4083         * tabular_funcs.C:
4084         * text2.C:
4085         * text3.C:  boost::format -> bformat  all over the place
4086
4087
4088 2003-05-09  André Pönitz  <poenitz@gmx.net>
4089
4090         * LColor.[Ch]: Pimpl the #include <map> away
4091
4092 2003-05-09  John Levon  <levon@movementarian.org>
4093
4094         * bufferlist.C: never remove emergency saves
4095
4096 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4097
4098         * Makefile.am: better lib building
4099
4100 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4101
4102         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4103         instead.
4104         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4105         (simpleTeXSpecialChars): adjust
4106         (simpleTeXSpecialChars): adjust
4107         * paragraph.C (simpleTeXOnePar): adjust
4108         * buffer.C (makeLaTeXFile): adjust
4109
4110         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4111
4112         * text2.C (changeDepth): parlist cleanup
4113         (getColumnNearX): ditto
4114
4115         * rowpainter.C (getLabelFont): parlist cleanup
4116
4117         * bufferlist.C (newFile): parlist cleanup
4118
4119         * CutAndPaste.C (eraseSelection): parlist cleanup
4120
4121         * BufferView_pimpl.C (trackChanges): parlist cleanup
4122         (dispatch): ditto
4123
4124         * BufferView.C (lockInset): parlist cleanup.
4125         (ChangeInsets): ditto
4126
4127 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4128
4129         * CutAndPaste.h: Update file header.
4130
4131         * CutAndPaste.C: Update file header.
4132         Store the parts cut out of the Document in a limited_stack.
4133         (copySelection): adjust
4134         (pasteSelection): new function, takes the index in the limited stack.
4135         (nrOfParagraphs): adjust
4136         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4137         simplify error inset insertion.
4138         (checkPastePossible): adjust
4139
4140 2003-05-06  John Levon  <levon@movementarian.org>
4141
4142         * text2.C: don't cast wrap inset to float
4143
4144 2003-05-05  André Pönitz  <poenitz@gmx.net>
4145
4146         * iterator.C:
4147         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4148
4149         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4150           few naked Paragraph *.
4151
4152 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4153
4154         * bufferparams.C: Output warning if a document with missing
4155         TeX document class is loaded
4156         * exporter.C: Disable TeX exports if the document class is missing
4157         * lyxtextclass.C:
4158         * lyxtextclass.h:
4159         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4160         isTeXClassAvailable()
4161
4162 2003-05-03  John Levon  <levon@movementarian.org>
4163
4164         * BufferView.h:
4165         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4166         explicit cursor show/hide
4167
4168         * BufferView_pimpl.h:
4169         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4170         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4171
4172         * lyxfunc.C: hide cursor before dispatching.
4173
4174         * lyx_cb.C:
4175         * lyxfind.C:
4176         * text.C:
4177         * text3.C: remove explicit cursor hides
4178
4179 2003-05-02  André Pönitz  <poenitz@gmx.net>
4180
4181         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4182
4183         * undo_funcs.C:
4184         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4185           linked lists
4186
4187         * text2.C: tiny whitespace
4188
4189 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4190
4191         * undo_funcs.C: almost only ws changes.
4192
4193         * ParagraphList.C (splice): just return if pl is empty.
4194
4195 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4196
4197         * ParagraphList.C (splice): new function.
4198
4199         * CutAndPaste.C (pasteSelection): use it
4200
4201 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4202
4203         * CutAndPaste.C (pasteSelection): remove the last next and
4204         previous from this file.
4205
4206 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4207
4208         * CutAndPaste.C (pasteSelection): more clean up, user proper
4209         ParagraphList functions for pasteing.
4210
4211         * ParagraphList.C (insert): new function, three arg insert
4212
4213 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4214
4215         * ParagraphList.C (insert): new function, three arg insert
4216
4217         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4218         not on paragraphs.
4219
4220 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4221
4222         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4223
4224 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4225
4226         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4227
4228 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4229
4230         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4231         (copySelection): clean up a bit.
4232         (pasteSelection): use make_pair
4233
4234         * ParagraphList.C (ParagraphList): implement copy constructor
4235         (operator=): implement, base on copy constructor.
4236         (assign): new func
4237
4238         * paragraph.C (erase): return a bool
4239
4240         * paragraph_pimpl.C (erasePos): remove function, move contents...
4241         (erase): ... here. Return a bool.
4242         (erase): call erase instead of erasePos.
4243
4244 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4245
4246         * ParagraphList.h: define PitPosPair
4247         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4248         ParagraphList, fix a bug on pasting multiple pars
4249         * text2.C: change interface to C&P
4250
4251 2003-04-30  André Pönitz  <poenitz@gmx.net>
4252
4253         * undo_func.C: revert part of yesterday's patch 2
4254
4255 2003-04-30  John Levon  <levon@movementarian.org>
4256
4257         * LColor.C: s/tabular/table/
4258
4259 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4260
4261         * text3.C (dispatch): do not convert iterator -> pointer
4262         * undo_funcs.C (setCursorParUndo): ditto
4263         * text_funcs.C (transposeChars): ditto
4264
4265         * text2.C (setLayout): ws changes only
4266
4267         * text.C (breakParagraph): do not convert iterator -> pointer
4268         (insertChar): ditto
4269         (acceptChange): ditto
4270         (rejectChange): ditto
4271         (changeCase): ditto
4272         (Delete): ditto
4273         (backspace): ditto
4274
4275         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4276         pointer
4277
4278 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4279
4280         * text3.C (gotoInset): YABG (yet another bad getChar)
4281
4282 2003-04-29  André Pönitz  <poenitz@gmx.net>
4283
4284         * paragraph.h: make operator= private unimplemented as long as
4285           it is unusable
4286
4287         * ParagraphList.C: whitespace
4288
4289         * paragraph.[Ch]:
4290         * paragraph_pimpl.[Ch]:
4291         * paragraph_funcs.C:
4292         * CutAndPaste.C:
4293         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4294
4295         * text2.C:
4296           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4297
4298 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4299
4300         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4301         * paragraph.[Ch] (erase):
4302         * paragraph_pimpl.[Ch] (erase): change return type and value
4303         * text2.C (cutSelection): some rework
4304
4305 2003-04-28  John Levon  <levon@movementarian.org>
4306
4307         * bufferlist.C: changes for unsaved changes dialog
4308
4309 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4310
4311         * bufferlist.C (newFile): set language (messages_) for new
4312         documents also.
4313
4314         * buffer.C (readFile): ws changes only.
4315
4316 2003-04-28  André Pönitz  <poenitz@gmx.net>
4317
4318         * undo_funcs.C:
4319         * lyxfunc.C:
4320         * buffer.[Ch]:
4321         * BufferView_pimpl.C:
4322         * BufferView.C: getParFromID related ParagraphList::iterator changes
4323
4324 2003-04-28  André Pönitz  <poenitz@gmx.net>
4325
4326         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
4327           Changes
4328
4329 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4330
4331         * messages.C: remove one more localedir class variable.
4332
4333 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4334
4335         * messages.C (getLocaleDir): singleton generation function
4336         (Pimpl): use it.
4337         (Messages): add a default constructor.
4338
4339         * main.C (main): do not setup localedir here, do not call
4340         gettext_init.
4341
4342         * gettext.C (_): use it.
4343         (gettext_init): delete funciton
4344
4345 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4346
4347         * gettext.C (getLyXMessages): new singleton generating function.
4348
4349         * buffer.C (updateDocLang): adjust
4350
4351         * Makefile.am (messages.o): add target
4352         (main.o): remove target
4353
4354 2003-04-27  John Levon  <levon@movementarian.org>
4355
4356         * bufferlist.C:
4357         * lyx_cb.C:
4358         * lyxfunc.C:
4359         * lyxvc.C: specify cancel button in Alert::prompt
4360
4361 2003-04-26  John Levon  <levon@movementarian.org>
4362
4363         * text3.C:
4364         * lyxfunc.C:
4365         * lfuns.h:
4366         * LyXAction.C: add LFUN_INSET_SETTINGS
4367
4368         * lyxfunc.C: don't enable tabular-feature when there's
4369         just any locking inset
4370
4371 2003-04-26  John Levon  <levon@movementarian.org>
4372
4373         * bufferlist.C: re-add Cancel to buffer close question
4374
4375         * lyxfunc.C: fix import UI a bit
4376
4377 2003-04-25  John Levon  <levon@movementarian.org>
4378
4379         * gettext.C: remove the broken asserts for now
4380
4381 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4382
4383         * messages.C: make case where setlocale cannot comply work better.
4384
4385         * buffer.C (updateDocLang): new function
4386         (changeLanguage): use it
4387         (readFile): use it
4388
4389         * text2.C (setCounter): use B_ a bit.
4390
4391         * lyxlayout.C (Read): be sure to trim the label strings.
4392
4393         * messages.C (Messages): fix typo in comment
4394
4395         * buffer.C (readFile): set message_ after file is loaded.
4396         (makeDocBookFile): remove double return
4397         (changeLanguage): reset message_ upon language change.
4398         (B_): new func, use this to get translated buffer strings.
4399
4400         * main.C: add myself and Jean Marc as authors.
4401
4402 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4403
4404         * messages.[hC]: pimplify Messages, and three different pimpls to be
4405         used in different circumstances.
4406
4407         * gettext.[Ch]: change for use with new message code.
4408
4409 2003-04-24 André Pönitz <poenitz@gmx.net>
4410
4411         * factory.C: support for eqref
4412
4413 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4414
4415         * messages.[Ch]: add missing char
4416
4417         * Makefile.am (lyx_SOURCES): add messages.[Ch]
4418
4419         * messages.[Ch]: New files
4420
4421 2003-04-18  John Levon  <levon@movementarian.org>
4422
4423         * BufferView.h:
4424         * BufferView.C:
4425         * BufferView_pimpl.C:
4426         * lfuns.h:
4427         * LyXAction.C:
4428         * lyxtext.h:
4429         * text2.C: remove layout-copy/paste (bug 778)
4430
4431 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4432
4433         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
4434
4435 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4436
4437         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
4438         if they succeed. Act accordingly.
4439
4440 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4441
4442         * text2.C (setCharFont): adjust
4443         (setCounter): adjust
4444         (insertStringAsLines): adjust
4445
4446         * text.C (leftMargin): adjust
4447         (setHeightOfRow): adjust
4448
4449         * rowpainter.C (paintFirst): adjust
4450         (paintLast): adjust
4451
4452         * paragraph_funcs.C (depthHook): ParagraphList::iterators
4453         (outerHook): ditto
4454         (isFirstInSequence): ditto
4455         (getEndLabel): ditto
4456         (outerFont): adjust
4457
4458         * paragraph.C (getParLanguage): comment out some hard stuff.
4459
4460         * buffer.C (insertStringAsLines): take a ParagraphList as arg
4461         (sgmlError): ditto
4462         (simpleDocBookOnePar): ditto
4463         (makeDocBookFile): use ParagraphList::iterator
4464
4465         * CutAndPaste.C (pasteSelection): adjust
4466
4467 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4468
4469         * text2.C (getFont): adjust
4470         (getLayoutFont): adjust
4471         (getLabelFont): adjust
4472
4473         * paragraph_funcs.C (TeXOnePar): adjust
4474
4475         * buffer.C (simpleLinuxDocOnePar): adjust
4476         (simpleDocBookOnePar): adjust
4477
4478         * CutAndPaste.C (pasteSelection): adjust
4479
4480         * BufferView.C (getEncoding): adjust
4481
4482         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
4483
4484 2003-04-16  John Levon  <levon@movementarian.org>
4485
4486         * lyxfind.C: use parlist stuff for search/changes
4487
4488 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4489
4490         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
4491
4492         * text2.C (deleteEmptyParagraphMechanism): adjust
4493
4494         * text2.[Ch] (ownerParagraph): delete func (both of them
4495
4496 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4497
4498         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
4499
4500 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4501
4502         * ParagraphList.C: prepare for NO_NEXT
4503
4504 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4505
4506         * text2.C (getFont): adjust
4507         (getLayoutFont): adjust
4508         (getLabelFont): adjust
4509
4510         * paragraph.C (getFont): adjust
4511         (getLabelFont): adjust
4512         (getLayoutFont): adjust
4513
4514         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
4515
4516 2003-04-15  John Levon  <levon@movementarian.org>
4517
4518         From Angus Leeming
4519
4520         * lyx_main.C: handle Include in .ui files
4521
4522 2003-04-15  John Levon  <levon@movementarian.org>
4523
4524         * MenuBackend.C: make the doc files length shorter
4525
4526         * ToolbarBackend.h:
4527         * ToolbarBackend.C: handle toolbar placement flags,
4528         Minibuffer
4529
4530 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4531
4532         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
4533         adjust
4534
4535         * paragraph_funcs.C (TeXOnePar): adjust
4536
4537         * paragraph.C (getLabelFont): add outerfont arg, adjust
4538         (getLayoutFont): ditto
4539         (simpleTeXOnePar): adjust
4540
4541         * paragraph_pimpl.C (realizeFont): delete func
4542
4543 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
4544
4545         * text2.C (beforeFullRowInset): added a bad getchar check, removed
4546         row argument, constify cur argument.
4547
4548 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4549
4550         * text2.C (getFont): adjust
4551         (getLayoutFont): adjust
4552         (getLabelFont): adjust
4553
4554         * paragraph_funcs.C (TeXOnePar): adjust
4555         (outerFont): new func...
4556         (realizeFont): ...moved out from here, changed this to facilitate
4557         transition
4558
4559         * paragraph.C (getFont): take outerfont as arg, adjust
4560         (simpleTeXOnePar): add outerfont arg, adjust
4561
4562         * buffer.C (simpleLinuxDocOnePar): adjust
4563         (simpleDocBookOnePar): adjust
4564
4565         * CutAndPaste.C (pasteSelection): adjust
4566
4567         * BufferView.C (getEncoding): adjust
4568
4569 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4570
4571         * text2.C (setCharFont): adjust
4572         (setCounter): adjust
4573
4574         * text.C (leftMargin): adjust
4575         (setHeightOfRow): adjust
4576
4577         * rowpainter.C (paintFirst): adjust
4578         (paintLast): adjust
4579
4580         * paragraph_pimpl.C (realizeFont): adjust
4581
4582         * paragraph.C (isFirstInSequence): move from here...
4583         * paragraph_funcs.C (isFirstInSequence): ...to here
4584
4585         * paragraph.C (outerHook): move from here...
4586         * paragraph_funcs.C (outerHook): ...to here
4587
4588         * paragraph.C (depthHook): move from here...
4589         * paragraph_funcs.C (depthHook): ...to here
4590
4591         * paragraph.C (getEndLabel): move from here...
4592         * paragraph_funcs.C (getEndLabel): ...to here
4593
4594         * text2.C (realizeFont): move from here...
4595         * paragraph_funcs.C (realizeFont): ...to here
4596
4597 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4598
4599         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
4600
4601 2003-04-14  Angus Leeming  <leeming@lyx.org>
4602
4603         * LColor.[Ch]: scrap LColor mathcursor.
4604
4605 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4606
4607         * lyxlex.[Ch] (text): delete function
4608         * trans.C (Load): adjust
4609         * paragraph_funcs.C (readParToken): adjust
4610
4611 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4612
4613         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
4614         vector<char> instead of a char[].
4615
4616         * lyxlex_pimpl.C (getString): adjust
4617         (next): adjust
4618         (lex): use getString
4619         (eatLine): adjust
4620         (nextToken): adjust
4621
4622         * lyxlex.C (text): use pimpl_->getString()
4623         (getBool): ditto
4624         (findToken): ditto
4625
4626 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4627
4628         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
4629         (makeFontEntriesLayoutSpecific): temp var for par.size()
4630         (setLayout): temp var for ownerParagraphs().end()
4631         (fullRebreak): temp var for rows().end()
4632         (selectionAsString): temp var for boost::next(startpit), realize
4633         that the while really is a regular for loop.
4634         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
4635         setCursor in one place.
4636         (setParagraph): temp vr for ownerParagraphs().end()
4637         (updateCounters): make the while loop a for loop
4638         (cutSelection): temp var for ownerParagraphs().end()
4639         (updateInset): make the do {} while() a regular for loop
4640         (getCursorX): use temp vars
4641         (setCurrentFont): use temp vars
4642         (getColumnNearX): use temp vars
4643
4644 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4645
4646         * text.C (transformChar): use temp var for getChar
4647         (computeBidiTables): use temp var for row->par()
4648         (fill): move temp vars for row->par() and pit->layout() earlier in
4649         the function.
4650         (labelFill): use temp var for row->par()
4651         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
4652         asc and desc, realize that pit never changes and that firstpit is
4653         just a duplicate and not needed. Exchange rit->par() with pit in a
4654         lot of places.
4655         (breakAgain): use a temp var for boost::next(rit)
4656         (breakAgainOneRow): ditto
4657         (breakParagraph): use a temp var for rows().begin()
4658         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
4659         (cursorRightOneWord): use temp var for cursor.par() and
4660         cursor.pos(), remove usage of tmpcursor.
4661         (cursorLeftOneWord): use temp var for cursor.par() and
4662         cursor.pos() only set cur at end of function.
4663
4664 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4665
4666         * text.C, text2.C: exchange all usage of Paragraph::next with
4667         boost::next(ParagraphList::iterator)
4668
4669         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
4670
4671         * text2.C (cursorTop): simplify implementation
4672         (cursorBottom): ditto
4673         (setParagraph): use ParagraphList::iterator
4674         (setCurrentFont): adjust
4675         (getColumnNearX): adjust
4676         (cursorRight): adjust
4677         (cursorLeft): remove usage of Paragraph::previous
4678         (cursorUpParagraph): ditto
4679         (deleteEmptyParagraphMechanism): slight cleanup
4680
4681         * text.C (isBoundary): take a Paragraph const & instead of a
4682         pointer as arg.
4683         (addressBreakPoint): ditto
4684         (leftMargin): remove usage of Paragraph::previous.
4685         (setHeightOfRow): ditto
4686         (cursorLeftOneWord): ditto
4687         (selectNextWordToSpellcheck): ditto
4688         (Delete): ditto
4689         (backspace): ditto
4690         (breakParagraph): remove one usage of Paragraph::next
4691         (redoParagraph): ditto
4692         (acceptChange): ditto
4693         (insertChar): adjust
4694         (rowBreakPoint): adjust
4695
4696         * bufferview_funcs.C (toggleAndShow): adjust
4697
4698 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
4699
4700         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
4701         methods to access it.
4702         * lyxtext.h:
4703         * text.C: Added updateRowPositions to compute all row positions.
4704         Make top_y and getRowNearY() to use the cached y position
4705
4706 2003-04-11  John Levon  <levon@movementarian.org>
4707
4708         * text.C (rowBreakPoint): reintroduce the labelEnd
4709         checks, code copied from the row fill stuff. Deep voodoo.
4710
4711         * text.C (fill): add a comment and debugging for the
4712         next poor soul.
4713
4714 2003-04-11  John Levon  <levon@movementarian.org>
4715
4716         * text.C: make sure fullrow insets get wrapped to the next line,
4717         even when they're in a manual label
4718
4719 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4720
4721         * text2.C (insertParagraph): make it take ParagraphList::iterator
4722         as arg.
4723         (setLayout): make it return ParagraphList::iterator
4724         (redoParagraphs): ditto
4725         (setCounter): ditto
4726         (checkParagraph): ditto
4727
4728         * text.C (getRow): make getrow take ParagraphList::iterator as arg
4729
4730         * text2.C: adjust several funcs.
4731         (realizeFont): take a ParagraphList::iterator as arg.
4732         (getLayoutFont): ditto
4733         (getLabelFont): ditto
4734         (setCharFont): ditto
4735
4736         * text.C: adjust several funcs.
4737
4738 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4739
4740         * text.C (selectNextWordToSpellcheck): don't accidentally
4741         skip insets
4742
4743 2003-04-10  John Levon  <levon@movementarian.org>
4744
4745         * ToolbarBackend.C (getIcon): special handling for
4746         LFUN_MATH_DELIM
4747
4748 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4749
4750         * text2.C (cursorRight): a getChar assert fixed
4751
4752 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4753
4754         * text2.C (getFont): change to take a ParagraphList::iterator
4755         instead of Paragraph*
4756         Adjust several functions.
4757
4758         * text.C (transformChar): change to take a ParagraphList::iterator
4759         instead of Paragraph*
4760         (singleWidth): ditto
4761         Adjust several functions.
4762
4763         * rowpainter.C: adjust several functions
4764         * rowpainter.h:store a ParagraphList::iterator and not a
4765         Paragraph&.
4766
4767
4768 2003-04-09  John Levon  <levon@movementarian.org>
4769
4770         * lyxfunc.C:
4771         * lfuns.h:
4772         * LyXAction.h:
4773         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
4774         and the "help" bits as well
4775
4776 2003-04-09  John Levon  <levon@movementarian.org>
4777
4778         * ToolbarBackend.h:
4779         * ToolbarBackend.C: allow multiple toolbars
4780
4781 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4782
4783         * undo_funcs.C (setCursorParUndo): adjust
4784
4785         * text_funcs.C (transposeChars): adjust
4786
4787         * text3.C (gotoNextInset): adjust
4788         (dispatch): adjust
4789
4790         * text2.C (setLayout): adjust
4791         (changeDepth): adjust
4792         (setFont): adjust
4793         (redoParagraphs): adjust
4794         (selectionAsString): adjust
4795         (setParagraph): adjust
4796         (insertInset): adjust
4797         (cutSelection): adjust
4798         (copySelection): adjust
4799         (pasteSelection): adjust
4800         (insertStringAsLines): adjust
4801         (updateInset): adjust
4802         (setCursor): change to take a ParagraphList::iterator parameter
4803         (setCursorIntern): change to take a ParagraphList::iterator parameter
4804         (setCurrentFont): adjust
4805         (cursorLeft): adjust
4806         (cursorRight): adjust
4807         (deleteEmptyParagraphMechanism): adjust
4808
4809         * text.C (breakParagraph): adjust
4810         (insertChar): adjust
4811         (acceptChange): adjust
4812         (rejectChange): adjust
4813         (selectNextWordToSpellcheck): adjust
4814         (changeCase): adjust
4815         (Delete): adjust
4816         (backspace): adjust
4817
4818         * lyxfind.C (SearchForward): adjust
4819         (SearchBackward): adjust
4820         (nextChange): adjust
4821
4822         * lyxcursor.C (par): adjust
4823
4824         * lyxcursor.h: store a ParagraphList::iterator instead of a
4825         Paragraph*
4826
4827         * lyx_cb.C (getPossibleLabel): adjust
4828
4829         * bufferview_funcs.C (toggleAndShow): adjust
4830
4831         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4832         (dispatch): adjust
4833
4834         * BufferView.C (removeAutoInsets): adjust
4835         (lockedInsetStoreUndo): adjust
4836
4837 2003-04-09  John Levon  <levon@movementarian.org>
4838
4839         * ToolbarBackend.C: try icon without argument
4840         if with argument fails
4841
4842 2003-04-08  John Levon  <levon@movementarian.org>
4843
4844         * ToolbarBackend.h:
4845         * ToolbarBackend.C: add getIcon(), handle tooltip,
4846         and change from "Icon" to "Item".
4847
4848 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4849
4850         * BufferView.C (lockInset): another bad getchar crunched
4851
4852 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4853
4854         * text2.C (changeDepth): do not setUndo on test_only (make undo work
4855         again)
4856
4857 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
4858
4859         * lyxfind.C (searchForward, searchBackwards): bug 782
4860
4861 2003-04-07  John Levon  <levon@movementarian.org>
4862
4863         * paragraph.C: remove dead comment
4864
4865         * text.C: remove troublesome depth-fiddling code
4866         in leftMargin() and rightMargin() (bug 1017)
4867
4868         * text.C: fix breaking of rows in nested lists
4869         (bug 1004)
4870
4871         * text2.C (updateCounters): fix up depth values
4872         (bug 1013)
4873
4874 2003-04-07  John Levon  <levon@movementarian.org>
4875
4876         * BufferView_pimpl.C: clear message when doc finishes resizing,
4877         and after a mouse event
4878
4879         * lyxfunc.C: clear message after exiting inset
4880
4881 2003-04-07  John Levon  <levon@movementarian.org>
4882
4883         * bufferview_funcs.C: show math status not outside
4884         status in the statusbar
4885
4886 2003-04-07  John Levon  <levon@movementarian.org>
4887
4888         * lyxfunc.C: note status changed after a depth change
4889
4890 2003-04-04  Angus Leeming  <leeming@lyx.org>
4891
4892         * LaTeX.h: move AuxInfo operator==, != out of line.
4893         Remove LaTeX virtual destructor; nothing derives from it.
4894         Move operator()() out of public area and rename it startscript().
4895         Change protected for private.
4896
4897 2003-04-04  Angus Leeming  <leeming@lyx.org>
4898
4899         * lyxfunc.C:
4900         * text2.C: remove unneeded #includes.
4901
4902 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4903
4904         * text2.C (dEPM): fix the heigth of the next row
4905
4906 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4907
4908         * text.C: squashed an invalid getChar requester + some ws changes
4909
4910 2003-04-03  John Levon  <levon@movementarian.org>
4911
4912         * bufferview_funcs.h:
4913         * bufferview_funcs.C:
4914         * lyxfunc.C:
4915         * lyxtext.h:
4916         * text2.C: make getStatus work for the env depth lfuns
4917
4918 2003-04-03  John Levon  <levon@movementarian.org>
4919
4920         * bufferview_funcs.h:
4921         * bufferview_funcs.C:
4922         * lyxfunc.C:
4923         * lyxtext.h:
4924         * text2.C: parlistize decDepth(), by merging it with incDepth()
4925
4926 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4927
4928         * lyxrow.h: store a ParagraphList::iterator instead of a
4929         Paragraph* and adjust other class functions to suit.
4930
4931         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4932         above.
4933
4934 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4935
4936         * text2.C (setCursor): do not anchor to cursor row for the time being
4937
4938 2003-04-02  John Levon  <levon@movementarian.org>
4939
4940         * LyXAction.C:
4941         * lfuns.h:
4942         * lyx_main.C:
4943         * lyxtext.h:
4944         * text.C:
4945         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
4946
4947 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4948
4949         * paragraph.h: make ParagraphList and ParagraphList::iterator
4950         friends of Paragraph.
4951
4952         * buffer.C (makeLinuxDocFile): move towards ParagraphList
4953
4954         * ParagraphList.C: Use the private next_ and previous_ from
4955         Paragraph.
4956
4957 2003-04-01  John Levon  <levon@movementarian.org>
4958
4959         * ToolbarBackend.h:
4960         * ToolbarBackend.C:
4961         * Makefile.am: rename, remove defaults gunk
4962
4963         * MenuBackend.h:
4964         * MenuBackend.C: remove defaults gunk
4965
4966         * Languages.h:
4967         * Languages.C: remove defaults gunk
4968
4969         * lyx_main.h:
4970         * lyx_main.C: error out if files couldn't be found.
4971
4972 2003-04-02  John Levon  <levon@movementarian.org>
4973
4974         * text2.C: make incDepth() use parlist
4975
4976 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4977
4978         * undo_funcs.C (firstUndoParagraph): adjust
4979
4980         * text3.C (gotoInset): adjust
4981         (dispatch): adjust, and rewrite loop.
4982
4983         * text2.C (init): adjust, and rewrite loop.
4984         (redoParagraphs): adjust
4985         (updateInset): adjust, and rewrite loop.
4986         (deleteEmptyParagraphMechanism): adjust
4987
4988         * tabular.C (LyXTabular): adjust
4989         (SetMultiColumn): adjust
4990         (TeXRow): adjust
4991
4992         * lyxtext.[Ch] (ownerParagraph): delete function
4993         (ownerParagraphs): new function returns a ParagraphList.
4994
4995         * BufferView.C (removeAutoInsets): adjust
4996         (insertErrors): adjust
4997         (setCursorFromRow): adjust
4998
4999 2003-04-01  Angus Leeming  <leeming@lyx.org>
5000
5001         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5002         in the frontends.
5003
5004 2003-04-02  John Levon  <levon@movementarian.org>
5005
5006         * lyxtext.h:
5007         * text.C:
5008         * Makefile.am:
5009         * text_funcs.h:
5010         * text_funcs.C: make transposeChars a free function
5011
5012         * lyxrow_funcs.C: remove wrong comment
5013
5014 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5015
5016         * lyxtext.h: adjust
5017         * rowpainter.C: adjust
5018         * text.C: adjust
5019         * text2.C: adjust
5020         * text3.C: adjust
5021
5022         * lyxrow_funcs. [Ch]: new files
5023
5024         * lyxrow.[Ch]: remove next and previous pointers
5025         (next,previous): remove accessor functions
5026         (isParEnd): move to lyxrow_funcs
5027         (lastPos): move to lyxrow_funcs
5028         (nextRowIsAllInset): move to lyxrow_funcs
5029         (lastPrintablePos): move to lyxrow_funcs
5030         (numberOfSeparators): move to lyxrow_funcs
5031         (numberOfHfills): move to lyxrow_funcs
5032         (numberOfLabelHfills): move to lyxrow_funcs
5033         (hfillExpansion): move to lyxrow_funcs
5034
5035         * lyxfunc.C: adjust
5036
5037         * bufferview_funcs.C (toggleAndShow): adjust
5038
5039         * RowList.h: Remove class RowList from file leave just a
5040         std::list<Row>.
5041
5042         * RowList.C: delete file
5043
5044         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5045         and lyxrow_funcs.h
5046
5047 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5048
5049         * text3.C (cursorPrevious): adjust
5050         (cursorNext): adjust
5051         (dispatch): adjust
5052
5053         * text2.C (redoHeightOfParagraph): adjust
5054         (redoDrawingOfParagraph): adjust
5055         (setCursor): adjust
5056
5057         * text.C (breakParagraph): adjust
5058         (insertChar): adjust
5059         (backspace): adjust
5060
5061         * rowpainter.C (RowPainter): adjust
5062         (leftMargin): simplify and adjust
5063         (most rowpainter functions): adjust.
5064
5065         * rowpainter.h: store the row as RowList::iterator not as Row*
5066
5067         * lyxcursor.C (row): taka RowList::iterator as arg
5068         (irow): ditto
5069
5070         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5071         of Row*.
5072
5073 2003-04-01  Angus Leeming  <leeming@lyx.org>
5074
5075         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5076         stuff like bool Bool.
5077
5078 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5079
5080         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5081         rewrite a loop
5082
5083 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5084
5085         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5086         RowList::iterator.
5087
5088         * lyxtext.h (rows): drop one version and leve a const variant that
5089         returns a RowList::iterator.
5090
5091 2003-03-31  Angus Leeming  <leeming@lyx.org>
5092
5093         * text.C (fill): ensure that the signature is the same as that in the
5094         header file.
5095
5096 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5097
5098         * text2.C (redoParagraphs): adjust
5099         (updateCounters): adjust
5100         (checkParagraph): adjust
5101         (getColumnNearX): adjust and reformat a bit.
5102
5103         * text.C (top_y): adjust
5104         (workWidth): adjust
5105         (leftMargin): adjust
5106         (prepareToPrint): adjust
5107         (getRow): adjust
5108         (getRowNearY): adjust
5109
5110         * lyxtext.h: make rowlist_ mutable.
5111
5112         * RowList.h: add const_iterator
5113         * RowList.C: adjust for RowList::const_iterator.
5114
5115         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5116         adjust.
5117
5118 2003-03-31  John Levon  <levon@movementarian.org>
5119
5120         * lyxrc.h:
5121         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5122
5123         * lyx_main.C: set default fonts from using lyx_gui funcs
5124
5125         * exporter.C: pdf_mode moved from lyxrc
5126
5127         * lyx_cb.C:
5128         * lyxfunc.C: changes from above
5129
5130 2003-03-31  John Levon  <levon@movementarian.org>
5131
5132         * lyx_main.C: fix to the last fix
5133
5134 2003-03-31  John Levon  <levon@movementarian.org>
5135
5136         * bufferlist.C: "Load original" -> "Load Original"
5137
5138         * converter.C:
5139         * exporter.C:
5140         * importer.C:
5141         * lyx_main.C:
5142         * format.C: more Alert cleanups
5143
5144 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5145
5146         * text2.C (removeParagraph): make it take a RowList::iterator as
5147         arg, adjust.
5148         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5149         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5150
5151         * text.C (anchor_row): make it take a RowList::iterator as arg,
5152         adjust.
5153         (computeBidiTables): make it take a const reference to Row instead
5154         of Row pointer, adjust.
5155         (leftMargin): make it take a RowList::iterator as arg, adjust.
5156         (rowBreakPoint): adjust
5157         (breakAgainOneRow): make it take a RowList::iterator as arg,
5158         adjust.
5159         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5160
5161         * bufferview_funcs.C (toggleAndShow): adjust
5162
5163 2003-03-30  John Levon  <levon@movementarian.org>
5164
5165         * Makefile.am:
5166         * BoostFormat.h:
5167         * boost-inst.C: moved to support
5168
5169         * several files: changes as a result
5170
5171 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5172
5173         * text2.C (LyXText): adjust.
5174         (init): adjust
5175         (removeRow): make it take a RowList::iterator as arg, adjust.
5176         (fullRebreak): adjust
5177         (deleteEmptyParagraphMechanism): adjust
5178         (clearPaint): adjust
5179         (postPaint): adjust
5180
5181         * text.C (top_y): adjust
5182         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5183         (breakAgain): make it take a RowList::iterator as arg, adjust.
5184         (breakParagraph): adjust
5185         (insertChar): adjust
5186         (backspace): adjust
5187
5188         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5189         need_break_row, and refresh_row.
5190
5191         * text3.C (dispatch): adjust
5192
5193         * text2.C (checkParagraph): adjust
5194         (setCursor): adjust
5195         (setCursorFromCoordinates): adjust
5196
5197         * text.C (top_y): adjust
5198         (workWidth): adjust
5199         (getRow): make it return a RowList::iterator, adjust
5200         (getRowNearY): make it return a RowList::iterator, adjust
5201
5202         * text2.C (init): adjust
5203         (insertRow): remove function
5204         (insertParagraph): adjust
5205         (redoParagraphs): adjust
5206         (fullRebreak): adjust
5207         (updateCounters): adjust
5208
5209         * text.C (top_y): rewrite to use RowList iterators.
5210         (top_y): adjust
5211         (setHeightOfRow): rewrite to sue RowList iterators.
5212         (appendParagraph): adjust
5213         (breakAgain): adjust
5214         (breakAgainOneRow): adjust
5215         (breakParagraph): adjust
5216         (getRow): adjust
5217         (getRowNearY): adjust, and remove commented code.
5218
5219         * lyxtext.h (firstRow): delete function
5220         (lastRow): delete function
5221         (rows): new function (const and non-const versions.)
5222         (insertRow): delete function
5223
5224         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5225
5226 2003-03-29  John Levon  <levon@movementarian.org>
5227
5228         * BufferView_pimpl.C: always update scrollbar top
5229         because pasting text when we're anchored could mean we
5230         miss an update altogether
5231
5232 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5233
5234         * text2.C (init): use rowlist_.end() and not 0.
5235         (insertRow): change to take a RowList::iterator as arg, adjust
5236         for this.
5237         (insertParagraph): change to take a RowList::iterator as arg,
5238         adjust for this.
5239         (redoParagraphs): remove some debug msgs.
5240
5241         * text.C (appendParagraph): change to take a RowList::iterator
5242         arg, adjust for this.
5243         (breakAgain): add an assert
5244         (breakAgainOneRow): ditto
5245
5246 2003-03-29  John Levon  <levon@movementarian.org>
5247
5248         * text2.C: do not clear selection after inc/decDepth
5249         (bug 550)
5250
5251 2003-03-29  John Levon  <levon@movementarian.org>
5252
5253         * BufferView.C:
5254         * buffer.C: fix broken strerrors according to Lars
5255
5256 2003-03-29  John Levon  <levon@movementarian.org>
5257
5258         * converters.C: more Alert cleanups
5259
5260 2003-03-29  John Levon  <levon@movementarian.org>
5261
5262         * bufferview_funcs.C: remove pointless Alert
5263
5264         * buffer.C: fix confusing error message when
5265         a template is chmoded 000
5266
5267 2003-03-29  John Levon  <levon@movementarian.org>
5268
5269         * BufferView.C:
5270         * BufferView.h:
5271         * BufferView_pimpl.C: Alert fixes
5272
5273         * Makefile.am:
5274         * tabular.C:
5275         * tabular-old.C: remove unused table compat reading
5276
5277 2003-03-29  John Levon  <levon@movementarian.org>
5278
5279         * BufferView.C:
5280         * buffer.C:
5281         * lyx_cb.h:
5282         * lyx_cb.C: more Alert cleanups
5283
5284         * lyxfunc.C: don't allow chktex if not latex document
5285
5286 2003-03-29  John Levon  <levon@movementarian.org>
5287
5288         * lyx_cb.C:
5289         * BufferView.C:
5290         * buffer.C: warnings pushed down from support/,
5291         kill err_alert
5292
5293 2003-03-29  John Levon  <levon@movementarian.org>
5294
5295         * lyxfunc.C: safety check for C-r (revert)
5296
5297 2003-03-29  John Levon  <levon@movementarian.org>
5298
5299         * bufferlist.h:
5300         * bufferlist.C: several UI fixes using Alert::prompt.
5301         Fix the pointless looping quit code. Fix stupid revert
5302         behaviour (bug 938)
5303
5304         * lyxvc.h:
5305         * lyxvc.C:
5306         * lyx_cb.C: use Alert::prompt
5307
5308         * lyx_main.C: remove a silly question
5309
5310         * lyxfunc.C: remove a couple of silly questions,
5311         use Alert::prompt
5312
5313 2003-03-28  John Levon  <levon@movementarian.org>
5314
5315         * text2.C: fix bug 974 (End on empty par)
5316
5317 2003-03-28  John Levon  <levon@movementarian.org>
5318
5319         * BufferView_pimpl.C:
5320         * LyXAction.C:
5321         * lfuns.h: remove do-nothing math greek lfuns
5322
5323 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5324
5325         * lyxgluelength.h (isValidGlueLength): add default arg on
5326         parameter 2. Remove default arg from friend in class.
5327
5328         * lyxlength.h (isValidLength): add default arg on parameter 2.
5329         Remove default arg from friend in class.
5330
5331         * text2.C (LyXText): adjust, initialize refresh_row.
5332         (init): adjust
5333         (removeRow): adjust
5334         (insertRow): adjust
5335         (insertParagraph): adjst
5336         (redoParagraphs): adjust
5337         (fullRebreak): adjust
5338         (updateCounters): adjust
5339         (deleteEmptyParagraphMechanism): first attempt at fixing a
5340         crashing bug.
5341
5342         * text.C (top_y): adjust
5343         (setHeightOfRow): adjust
5344         (getRow): adjust
5345         (getRowNearY): adjust
5346
5347         * lyxtext.h: include RowList.h
5348         (~LyXText): not needed anymore, deleted.
5349         (firstRow): modify for RowList
5350         (lastRow): new function
5351         Delete firstrow and lastrow class variables, add a Rowlist
5352         rowlist_ class variable.
5353
5354         * lyxrow.C (lastPos): use empty() and not !size() to check if a
5355         paragraph is empty.
5356
5357         * RowList.C (insert): fix case where it == begin().
5358
5359 2003-03-26  Angus Leeming  <leeming@lyx.org>
5360
5361         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
5362         the thesaurus dialog.
5363
5364 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5365
5366         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
5367
5368         * RowList.[Ch]: new files
5369
5370         * ParagraphList.C (erase): handle the case where it == begin
5371         correctly.
5372
5373 2003-03-25  John Levon  <levon@movementarian.org>
5374
5375         * Makefile.am:
5376         * aspell_local.h:
5377         * aspell.C: add new aspell support
5378
5379         * lyxrc.h:
5380         * lyxrc.C: Make use_pspell be use_spell_lib. Always
5381         have it accessible.
5382
5383 2003-03-25  Angus Leeming  <leeming@lyx.org>
5384
5385         * lfuns.h:
5386         * LyXAction.C (init): new LFUN_INSET_INSERT.
5387
5388         * BufferView_pimpl.C (dispatch): split out part of the
5389         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
5390
5391         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
5392         LFUN_INSET_APPLY.
5393
5394 2003-03-25  Angus Leeming  <leeming@lyx.org>
5395
5396         * lyxfunc.C (dispatch): changes to the Dialogs interface.
5397
5398 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
5399
5400         * text2.C:
5401         * text3.C: remove useless row->height(0)
5402
5403 2003-03-25  John Levon  <levon@movementarian.org>
5404
5405         * lyxtext.h:
5406         * text2.C:
5407         * text3.C: rename the refreshing stuff to better names
5408
5409 2003-03-24  John Levon  <levon@movementarian.org>
5410
5411         * BufferView_pimpl.h:
5412         * BufferView_pimpl.C: update layout choice on a mouse
5413         press/release
5414
5415 2003-03-23  John Levon  <levon@movementarian.org>
5416
5417         * Makefile.am: fix commandtags.h reference
5418
5419 2003-03-22  John Levon  <levon@movementarian.org>
5420
5421         * BufferView_pimpl.C:
5422         * lyxtext.h:
5423         * rowpainter.C:
5424         * rowpainter.h:
5425         * text.C:
5426         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
5427
5428 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
5429
5430         * lyxtext.h:
5431         * text.C: take the rtl methods out of line
5432
5433 2003-03-21 André Pönitz <poenitz@gmx.net>
5434
5435         * metricsinfo.[Ch]: new files containing structures to be passed around
5436         during the two-phase-drawing...
5437
5438 2003-03-21 André Pönitz <poenitz@gmx.net>
5439
5440         * lyxtextclass.C: read 'environment' tag.
5441
5442 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
5443
5444         * text2.C (removeRow): fix bug 964
5445
5446 2003-03-20  John Levon  <levon@movementarian.org>
5447
5448         * rowpainter.C:
5449         * text.C:
5450         * text2.C: paint cleanups. Inset::update() dropped font
5451         parameter
5452
5453 2003-03-19  John Levon  <levon@movementarian.org>
5454
5455         * lyxfunc.C: only fitcursor/markDirty if available()
5456
5457 2003-03-19  John Levon  <levon@movementarian.org>
5458
5459         * commandtags.h: rename to ...
5460
5461         * lfuns.h: ... this, and renumber / cleanup
5462
5463 2003-03-19  John Levon  <levon@movementarian.org>
5464
5465         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
5466         fit the cursor after an lfun
5467
5468         * BufferView.h:
5469         * BufferView.C:
5470         * BufferView_pimpl.h:
5471         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
5472
5473         * LyXAction.C: layout-character should have ReadOnly
5474
5475         * ParagraphParameters.C:
5476         * buffer.C:
5477         * bufferview_funcs.C:
5478         * lyx_cb.C:
5479         * lyxfind.C:
5480         * lyxtext.h:
5481         * text.C:
5482         * text2.C:
5483         * text3.C:
5484         * undo_funcs.C: changes from above
5485
5486 2003-03-18  John Levon  <levon@movementarian.org>
5487
5488         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
5489         remove it from update()
5490
5491         * lyxfunc.C: update layout choice after an lfun
5492
5493         * text3.C: remove extra updateLayoutChoice()s
5494
5495 2003-03-18  John Levon  <levon@movementarian.org>
5496
5497         * text.C: top_y change means full repaint, fix
5498         a drawing bug with cursor movement
5499
5500 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5501
5502         * lyxtext.h:
5503         * text.C:
5504         * text2.C: anchor row on setCursor
5505
5506 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5507
5508         * lyxtext.h: remove almost all mutable keywords
5509         * text.C:
5510         * text2.C:
5511         * text3.C: remove const keywords accordingly
5512
5513 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5514
5515         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
5516         anon namespace
5517         (TeXEnvironment): ditto
5518         (TeXOnePar): ditto
5519
5520 2003-03-17  John Levon  <levon@movementarian.org>
5521
5522         * text.C (rowBreakPoint): remove attempt to fix displayed
5523         math insets inside a manual label
5524
5525 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5526
5527         * lyxtext.h: remove BufferView* as first arg from almost all class
5528         functions.
5529         * other files: adjust.
5530
5531 2003-03-17  John Levon  <levon@movementarian.org>
5532
5533         * lyxtext.h:
5534         * undo_funcs.C:
5535         * text2.C: more paint cleanups
5536
5537         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
5538
5539         * rowpainter.h:
5540         * rowpainter.C: remove "smart" background painting code
5541
5542 2003-03-16  John Levon  <levon@movementarian.org>
5543
5544         * lyxtext.h:
5545         * text.C:
5546         * text2.C:
5547         * text3.C: add helper functions for setting refresh_row/y
5548
5549 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
5550
5551         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
5552         newline inset which *can* get inserted in the pass_thru layouts.
5553         This is primarily for literate documents.
5554
5555 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
5556
5557         * buffer.C: increment LYX_FORMAT to 223
5558
5559 2003-03-14 André Pönitz <poenitz@gmx.net>
5560
5561         * textclass.h: prepare for environment handling, ws changes
5562         * lyxlayout.C: read latexheader and latexfooter tags
5563
5564 2003-03-14  John Levon  <levon@movementarian.org>
5565
5566         * text2.C: rewrite ::status() a bit
5567
5568 2003-03-13  John Levon  <levon@movementarian.org>
5569
5570         * lyxtext.h: add some docs
5571
5572 2003-03-13  John Levon  <levon@movementarian.org>
5573
5574         * lyxtext.h:
5575         * text.C:
5576         * text2.C:
5577         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
5578
5579 2003-03-13  John Levon  <levon@movementarian.org>
5580
5581         * text3.C: fix appendix redrawing
5582
5583 2003-03-13  John Levon  <levon@movementarian.org>
5584
5585         * text.C (setHeightOfRow):
5586         * rowpainter.h:
5587         * rowpainter.C: make appendix mark have the text
5588           "Appendix" so the user knows what it is
5589
5590         * LColor.h:
5591         * LColor.C: s/appendixline/appendix/ from above
5592
5593 2003-03-13  John Levon  <levon@movementarian.org>
5594
5595         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
5596
5597         * text.C: fix a getChar(pos) bug properly
5598
5599 2003-03-13  Angus Leeming  <leeming@lyx.org>
5600
5601         * commandtags.h:
5602         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
5603         Probably only temporary. Let's see how things pan out.
5604
5605         * BufferView.C (unlockInset):
5606         * BufferView_pimpl.C (fitCursor):
5607         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
5608
5609         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
5610         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
5611
5612         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
5613         new functions that convert ParagraphParameters to and from a string.
5614
5615         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
5616         BufferView::Pimpl's dispatch.
5617         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
5618
5619 2003-03-13 André Pönitz <poenitz@gmx.net>
5620
5621         * lyxfunc.C:
5622         * text3.C:
5623         * factory.C: make it aware of InsetEnv
5624
5625 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5626
5627         * text2.C (setCursor): never ask for one past last
5628         (setCursor): add some debugging messages.
5629
5630         * text.C (singleWidth): never ask for one past last
5631         (singleWidth): ditto
5632         (leftMargin): ditto
5633         (rightMargin): ditto
5634         (rowBreakPoint): ditto
5635         (setHeightOfRow): ditto
5636         (prepareToPrint): ditto
5637
5638         * rowpainter.C (paintBackground): never ask for one past last
5639         (paintText): never ask for one past last
5640
5641         * paragraph_pimpl.C (getChar): make the assert stricter, never
5642         allow the one past last pos to be taken
5643
5644         * paragraph.C (getChar): ws changes only
5645
5646         * lyxrow.C (nextRowIsAllInset): never ask for one past last
5647         (numberOfSeparators): ditto
5648         (numberOfHfills): ditto
5649
5650 2003-03-12  John Levon  <levon@movementarian.org>
5651
5652         * author.h:
5653         * author.C:
5654         * bufferparams.h:
5655         * bufferparams.C:
5656         * paragraph_funcs.C: fix per-buffer authorlists
5657
5658 2003-03-12  John Levon  <levon@movementarian.org>
5659
5660         * text.C: fix newline in right address
5661
5662 2003-03-12  Angus Leeming  <leeming@lyx.org>
5663
5664         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
5665         duplicate those in LyXFunc::dispatch.
5666
5667         * commandtags.h:
5668         * LyXAction.C:
5669         * ToolbarDefaults.C:
5670         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
5671         Add LFUN_FONTFREE_UPDATE.
5672
5673         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
5674         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
5675
5676         * bufferview_func.[Ch]: several new functions to facilliate
5677         transfer of data to and from the character dialog.
5678
5679 2003-03-12  John Levon  <levon@movementarian.org>
5680
5681         * buffer.C:
5682         * paragraph.h:
5683         * paragraph.C:
5684         * paragraph_funcs.C:
5685         * paragraph_pimpl.C:
5686         * sgml.C:
5687         * tabular.C:
5688         * text.C:
5689         * text3.C: remove META_NEWLINE in favour of an inset
5690
5691         * rowpainter.h:
5692         * rowpainter.C: remove paintNewline (done by inset)
5693
5694 2003-03-12  John Levon  <levon@movementarian.org>
5695
5696         * paragraph_pimpl.C: complain about bad getChar()s
5697         for a while at least
5698
5699 2003-03-12  John Levon  <levon@movementarian.org>
5700
5701         * buffer.h:
5702         * buffer.C: move paragraph read into a separate function,
5703         a little renaming to reflect that.
5704
5705         * bufferparams.h:
5706         * bufferparams.C: remove the author_ids map, not necessary now
5707
5708         * factory.h:
5709         * factory.C: moved Buffer::readInset to here
5710
5711         * paragraph_funcs.h:
5712         * paragraph_funcs.C: readParagraph free function moved from
5713         buffer.C
5714
5715         * tabular.C: name change
5716
5717 2003-03-12  John Levon  <levon@movementarian.org>
5718
5719         * buffer.C:
5720         * ParagraphParameters.C: move par params input to
5721         a read() method
5722
5723         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
5724         behave like a normal read from the stream wrt reading
5725         a line vs. a \\token
5726
5727 2003-03-12  John Levon  <levon@movementarian.org>
5728
5729         * paragraph.C:
5730         * ParagraphParameters.h:
5731         * ParagraphParameters.C: move output code to a
5732         ::write() method
5733
5734 2003-03-12  John Levon  <levon@movementarian.org>
5735
5736         * BufferView.C (insertLyXFile):
5737         * buffer.h:
5738         * buffer.C:
5739         * tabular.C: use a parlist iterator for creating the
5740           document.
5741
5742 2003-03-12  John Levon  <levon@movementarian.org>
5743
5744         * buffer.C: make current_change static local not
5745           static file-scope
5746
5747 2003-03-12  John Levon  <levon@movementarian.org>
5748
5749         * buffer.C: fix insertStringAsLines for change tracking
5750
5751 2003-03-12  John Levon  <levon@movementarian.org>
5752
5753         * BufferView.C:
5754         * tabular.C:
5755         * buffer.h:
5756         * buffer.C:
5757         * bufferparams.h:
5758         * bufferparams.C: move author list into params. Rename some
5759           functions. Move the header reading into a separate token
5760           loop. Move the header token reading into BufferParams.
5761
5762 2003-03-12  John Levon  <levon@movementarian.org>
5763
5764         * changes.C: put debug inside lyxerr.debugging() checks
5765
5766 2003-03-11 André Pönitz <poenitz@gmx.net>
5767
5768         * factory.C: make it aware of InsetHFill
5769
5770 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5771
5772         * buffer.C (latexParagraphs): move function from here...
5773         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
5774         args.
5775
5776 2003-03-10  Angus Leeming  <leeming@lyx.org>
5777
5778         * LyXAction.C (init): fix bug in poplating array with multiple entries
5779         with the same LFUN (spotted by JMarc).
5780
5781 2003-03-10  John Levon  <levon@movementarian.org>
5782
5783         * text.C:
5784         * text2.C: move getColumnNearX() near its
5785         only call site
5786
5787 2003-03-10  John Levon  <levon@movementarian.org>
5788
5789         * text.C: fix break before a minipage
5790
5791 2003-03-10  John Levon  <levon@movementarian.org>
5792
5793         * text.C: fix the last commit
5794
5795 2003-03-09  John Levon  <levon@movementarian.org>
5796
5797         * lyxtext.h:
5798         * text.C:
5799         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
5800         bug 365 (don't break before insets unless needed). Don't
5801         return a value > last under any circumstances.
5802
5803 2003-03-09  Angus Leeming  <leeming@lyx.org>
5804
5805         * BufferView_pimpl.C (trackChanges, dispatch): call
5806         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
5807
5808 2003-03-09  Angus Leeming  <leeming@lyx.org>
5809
5810         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
5811         than Dialogs::showAboutlyx().
5812
5813 2003-03-09  Angus Leeming  <leeming@lyx.org>
5814
5815         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
5816         than Dialogs::showTabularCreate().
5817
5818 2003-03-09  John Levon  <levon@movementarian.org>
5819
5820         * lyxtext.h:
5821         * text.C:
5822         * text2.C: 3rd arg to nextBreakPoint was always the same.
5823           Use references.
5824
5825 2003-03-08  John Levon  <levon@movementarian.org>
5826
5827         * lyxrow.C:
5828         * paragraph.C:
5829         * paragraph.h:
5830         * rowpainter.C:
5831         * text.C:
5832         * text2.C: Remove the "main" bit from the "main body"
5833           notion.
5834
5835 2003-03-08  John Levon  <levon@movementarian.org>
5836
5837         * text.C (leftMargin): The left margin of an empty
5838         manual label paragraph should not include the label width
5839         string length.
5840
5841         * text.C (prepareToPrint): don't attempt to measure hfills
5842         for empty manual label paragraphs - the answer should be 0
5843
5844 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5845
5846         * CutAndPaste.C: remove commented code and reindent.
5847
5848 2003-03-08  John Levon  <levon@movementarian.org>
5849
5850         * lyxfunc.h:
5851         * lyxfunc.C: move reloadBuffer()
5852
5853         * BufferView.h:
5854         * BufferView.C: to here
5855
5856         * lyxvc.C: add comment
5857
5858         * vc-backend.h:
5859         * vc-backend.C: call bv->reload() to avoid
5860           getStatus() check on MENURELOAD
5861
5862 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
5863
5864         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
5865         to an old format .dep file.
5866
5867 2003-03-07  Angus Leeming  <leeming@lyx.org>
5868
5869         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
5870         when the LFUN_MOUSE_RELEASE should have been handled by
5871         inset->localDispatch.
5872
5873 2003-03-07  Angus Leeming  <leeming@lyx.org>
5874
5875         * BufferView_pimpl.C (dispatch):
5876         * LyXAction.C (init):
5877         * ToolbarDefaults.C (init):
5878         * commandtags.h:
5879         * lyxfunc.C (getStatus):
5880         remove LFUN_INSET_GRAPHICS.
5881
5882         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
5883
5884 2003-03-07  Angus Leeming  <leeming@lyx.org>
5885
5886         * commandtags.h:
5887         * LyXAction.C (init):
5888         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
5889
5890         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
5891
5892         * commandtags.h:
5893         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
5894
5895         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
5896         localDispatch method LFUN_INSET_DIALOG_UPDATE.
5897
5898 2003-03-07  Angus Leeming  <leeming@lyx.org>
5899
5900         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
5901         remove "ert".
5902
5903 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5904
5905         * ParagraphList.C (front): new function
5906         (back): implement
5907
5908 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
5909
5910         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
5911         and top_row_offset_. removed var first_y.
5912         * text.C (top_y):
5913         * text2.C (LyXText, removeRow):
5914         * text3.C:
5915         * BufferView_pimpl.C:
5916         use these methods instead of using first_y
5917
5918 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5919
5920         * text2.C (pasteSelection): adjust for checkPastePossible
5921
5922         * CutAndPaste.C: remove Paragraph * buf and replace with
5923         ParagraphList paragraphs.
5924         (DeleteBuffer): delete
5925         (cutSelection): change the tc type to textclass_type
5926         (copySelection): change the tc type to textclass_type
5927         (copySelection): adjust for ParagraphList
5928         (pasteSelection): change the tc type to textclass_type
5929         (pasteSelection): adjust for Paragraphlist
5930         (nrOfParagraphs): simplify for ParagraphList
5931         (checkPastePossible): simplify for ParagraphList
5932         (checkPastePossible): remove unused arg
5933
5934         * ParagraphList.C (insert): handle the case where there are no
5935         paragraphs yet.
5936
5937         * CutAndPaste.h: make CutAndPaste a namespace.
5938
5939         * text3.C (dispatch): adjust
5940
5941         * text.C (breakParagraph): add a ParagraphList as arg
5942
5943         * paragraph_funcs.C (breakParagraph): change to take a
5944         BufferParams and a ParagraphList as args.
5945         (breakParagraphConservative): ditto
5946         (mergeParagraph): ditto
5947         (TeXDeeper): add a ParagraphList arg
5948         (TeXEnvironment): ditto
5949         (TeXOnePar): ditto
5950
5951         * buffer.C (readLyXformat2): adjust
5952         (insertStringAsLines): adjust
5953         (latexParagraphs): adjust
5954
5955         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
5956         (cutSelection): adjust
5957         (pasteSelection): adjust
5958
5959         * BufferView_pimpl.C (insertInset): adjust
5960
5961 2003-03-05  Angus Leeming  <leeming@lyx.org>
5962
5963         * commandtags.h:
5964         * LyXAction.C (init):
5965         * BufferView_pimpl.C (dispatch):
5966         * lyxfunc.C (getStatus):
5967         remove LFUN_CHILD_INSERT.
5968
5969         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
5970
5971 2003-03-05  Angus Leeming  <leeming@lyx.org>
5972
5973         * commandtags.h:
5974         * LyXAction.C (init):
5975         * src/factory.C (createInset):
5976         * lyxfunc.C (getStatus):
5977         * text3.C (dispatch):
5978         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
5979
5980         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
5981
5982 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5983
5984         * ParagraphList.C (insert): handle insert right before end()
5985         (erase): fix cases where it can be first or last paragraph.
5986
5987 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5988
5989         * paragraph_funcs.C (TeXEnvironment): remove all usage of
5990         Paragraph::next and Paragraph::previous
5991         (TeXOnePar): ditto
5992
5993         * text.C (breakParagraph): adjust
5994
5995         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
5996         BufferParams& as arg.
5997         (breakParagraph): use ParagraphList::insert
5998         (breakParagraphConservative): take a Buffer* instead of a
5999         BufferParams& as arg.
6000         (breakParagraphConservative): use ParagraphList::insert.
6001
6002         * buffer.C (insertStringAsLines): un-const it
6003         (insertStringAsLines): adjust
6004
6005         * ParagraphList.C (insert): new function
6006
6007         * CutAndPaste.C (pasteSelection): adjust
6008
6009         * text.C (backspace): adjust
6010
6011         * tabular.C (SetMultiColumn): adjust
6012
6013         * CutAndPaste.C (cutSelection): adjust
6014         (pasteSelection): adjust
6015
6016         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6017         Buffer const * as arg
6018
6019         * ParagraphList.C (erase): new function
6020         * paragraph_funcs.C (mergeParagraph): use it
6021         (mergeParagraph): make it take a Buffer* instead of a
6022         BufferParams* as arg
6023
6024         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6025         as arg
6026         (breakParagraphConservative): ditto
6027
6028         * paragraph.h: remove the breakParagraph friend
6029
6030         * paragraph.C (eraseIntern): new function
6031         (setChange): new function
6032
6033         * paragraph_funcs.C (mergeParagraph): make it take a
6034         ParagraphList::iterator instead of a Paragraph *, adjust
6035         accordingly.
6036
6037         * paragraph.h: move an #endif so that the change tracking stuff
6038         also works in the NO_NEXT case.
6039
6040 2003-03-04  Angus Leeming  <leeming@lyx.org>
6041
6042         * commandtags.h:
6043         * LyXAction.C: new LFUN_INSET_MODIFY.
6044
6045         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6046         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6047
6048 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6049
6050         * several files: ws changes only
6051
6052         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6053         (TeXEnvironment): ditto
6054         (TeXDeeper): ditto
6055
6056         * buffer.C (makeLaTeXFile): adjust
6057         (latexParagraphs): make it take ParagraphList::iterator as args
6058
6059 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6060
6061         * buffer.C (latexParagraphs): adjust
6062
6063         * paragraph.C (TeXOnePar): move function...
6064         (optArgInset): move function...
6065         (TeXEnvironment): move function...
6066         * paragraph_pimpl.C (TeXDeeper): move function...
6067         * paragraph_funcs.C: ...here
6068
6069         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6070
6071 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6072
6073         * buffer.C (readInset): remove compability code for old Figure and
6074         InsetInfo insets
6075
6076 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6077
6078         * buffer.C: ws changes
6079         (readInset):
6080
6081         * BufferView_pimpl.C: ditto
6082         * author.C: ditto
6083         * buffer.h: ditto
6084         * bufferlist.h: ditto
6085         * changes.h: ditto
6086         * lyxfunc.C: ditto
6087
6088 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6089
6090         * converter.[Ch]: split into itself +
6091         * graph.[Ch]
6092         * format.[Ch]
6093         * Makefile.am: += graph.[Ch] + format.[Ch]
6094         * MenuBackend.C
6095         * buffer.C
6096         * exporter.C
6097         * importer.C
6098         * lyx_main.C
6099         * lyxfunc.C
6100         * lyxrc.C: added #include "format.h"
6101
6102 2003-02-27  Angus Leeming  <leeming@lyx.org>
6103
6104         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6105           a label.
6106
6107         * factory.C (createInset): add "label" to the factory.
6108
6109         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6110           string and do no more.
6111
6112 2003-02-27  Angus Leeming  <leeming@lyx.org>
6113
6114         * commandtags.h:
6115         * LyXAction.C (init):
6116         * factory.C (createInset):
6117         * BufferView_pimpl.C (dispatch):
6118           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6119
6120         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6121
6122         * lyxfunc.C (dispatch):
6123         * text3.C (dispatch): pass name to params2string.
6124
6125 2003-02-26  Angus Leeming  <leeming@lyx.org>
6126
6127         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6128           blocks together.
6129           Rearrange the ~includes. Strip out the unnecessary ones.
6130
6131         * factory.C (createInset): reformat.
6132           create new insets for the various LFUN_XYZ_APPLY lfuns.
6133
6134 2003-02-26  John Levon  <levon@movementarian.org>
6135
6136         * lyxrow.h:
6137         * lyxrow.C: add isParStart,isParEnd helpers
6138
6139         * paragraph.h: make isInserted/DeletedText take refs
6140
6141         * paragraph_funcs.h:
6142         * paragraph_funcs.C: remove #if 0'd code
6143
6144         * lyxtext.h:
6145         * text3.C:
6146         * text2.C:
6147         * text.C: use lyxrow helpers above.
6148           Move draw and paint routines to RowPainter.
6149           Make several methods use refs not pointers.
6150           Make backgroundColor() const.
6151           Add markChangeInDraw(), isInInset().
6152           Merge changeRegionCase into changeCase.
6153           Make workWidth() shouldn't-happen code into an Assert.
6154
6155         * rowpainter.h:
6156         * rowpainter.C: new class for painting a row.
6157
6158         * vspace.h:
6159         * vspace.C: make inPixels take a ref
6160
6161 2003-02-26  Angus Leeming  <leeming@lyx.org>
6162
6163         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6164         LFUN_REF_APPLY.
6165
6166 2003-02-25  John Levon  <levon@movementarian.org>
6167
6168         * ispell.C: give the forked command a more accurate name
6169
6170 2003-02-22  John Levon  <levon@movementarian.org>
6171
6172         * toc.h:
6173         * toc.C: make TocItem store an id not a Paragraph *
6174           (bug #913)
6175
6176 2003-02-21  Angus Leeming  <leeming@lyx.org>
6177
6178         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6179           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6180           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6181           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6182           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6183           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6184
6185         * BufferView_pimpl.C (dispatch):
6186         * LyXAction.C (init):
6187         * factory.C (createInset):
6188         * lyxfunc.C (getStatus, dispatch):
6189         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6190
6191 2003-02-21  Angus Leeming  <leeming@lyx.org>
6192
6193         * BufferView_pimpl.C (MenuInsertLyXFile):
6194         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6195         * lyxfunc.C (menuNew, open, doImport):
6196           no longer pass a LyXView & to fileDlg.
6197
6198 2003-02-21  Angus Leeming  <leeming@lyx.org>
6199
6200         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6201         * LyXAction.C: change, BIBKEY to BIBITEM.
6202         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6203         Change InsetBibKey to InsetBibitem.
6204         Change BIBKEY_CODE to BIBITEM_CODE.
6205         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6206         * factory.C: replace insetbib.h with insetbibitem.h.
6207         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6208         * paragraph.C: replace insetbib.h with insetbibitem.h.
6209         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6210         Change bibkey() to bibitem().
6211         * text.C: remove insetbib.h.
6212         * text2.C: replace insetbib.h with insetbibitem.h.
6213         change bibkey() to bibitem().
6214         * text3.C: remove insetbib.h.
6215         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6216
6217 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6218
6219         * lyxrc.C (output): enclose user email in quotes (in case there are
6220         several words)
6221
6222 2003-02-18  John Levon  <levon@movementarian.org>
6223
6224         * buffer.h: add std::
6225
6226 2003-02-17  John Levon  <levon@movementarian.org>
6227
6228         * SpellBase.h:
6229         * ispell.h:
6230         * ispell.C:
6231         * pspell.h:
6232         * pspell.C: reworking. Especially in ispell, a large
6233           number of clean ups and bug fixes.
6234
6235         * lyxfunc.C: fix revert to behave sensibly
6236
6237 2003-02-17 André Pönitz <poenitz@gmx.net>
6238
6239         * LyXAction.C:
6240         * commandtags.h: new LFUN_INSERT_BIBKEY
6241
6242         * layout.h:
6243         * lyxlayout.C:
6244         * buffer.C:
6245         * factory.C:
6246         * text.C:
6247         * text2.C:
6248         * text3.C:
6249         * paragraph.[Ch]:
6250         * paragraph_func.C: remove special bibkey handling
6251
6252 2003-02-17  John Levon  <levon@movementarian.org>
6253
6254         * text.C (Delete): fix case where delete at the end of
6255           the very first paragraph would not merge the pars
6256
6257 2003-02-17  John Levon  <levon@movementarian.org>
6258
6259         * lyxrow.C: fix lastPrintablePos()
6260
6261 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6262
6263         * bufferparams.C (writeLaTeX): add a std:here
6264
6265         * buffer.C: and remove a using directive there
6266
6267 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6268
6269         * buffer.C (makeLaTeXFile): move the code that generates the
6270           preamble...
6271
6272         * bufferparams.C (writeLaTeX): ... in this new method
6273
6274         * LaTeXFeatures.C (getEncodingSet): make const
6275           (getLanguages): make const
6276
6277         * MenuBackend.C (binding): returns the binding associated to this
6278           action
6279           (add): sets the status of each item by calling getStatus. Adds
6280           some intelligence.
6281           (read): add support for OptSubMenu
6282           (expand): remove extra separator at the end of expanded menu
6283
6284 2003-02-15  John Levon  <levon@movementarian.org>
6285
6286         * BufferView.C:
6287         * BufferView_pimpl.C:
6288         * bufferlist.h:
6289         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6290           inset code that had no actual effect. Remove unneeded status
6291           code.
6292
6293 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6294
6295         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6296           in preamble
6297
6298 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6299
6300         * text.C (drawLengthMarker): also draw an arrow marker for
6301           symbolic lengths (medskip...)
6302
6303 2003-02-14  John Levon  <levon@movementarian.org>
6304
6305         * tabular.h:
6306         * tabular.C: better method names
6307
6308 2003-02-14  John Levon  <levon@movementarian.org>
6309
6310         * BufferView_pimpl.C:
6311         * bufferlist.C:
6312         * buffer.C:
6313         * converter.C:
6314         * lyx_cb.C:
6315         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
6316           it's a more accurate name. Remove some pointless uses.
6317
6318 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6319
6320         * text2.C (LyXText): change order of initilizers to shut off
6321           warnings
6322
6323 2003-02-14  John Levon  <levon@movementarian.org>
6324
6325         * buffer.C: use ParIterator for getParFromID()
6326
6327         * paragraph.h:
6328         * paragraph.C:
6329         * paragraph_pimpl.h:
6330         * paragraph_pimpl.C: remove unused getParFromID()
6331
6332 2003-02-14  John Levon  <levon@movementarian.org>
6333
6334         * buffer.C: remove some very old #if 0'd parse code
6335
6336 2003-02-13  John Levon  <levon@movementarian.org>
6337
6338         * text.h:
6339         * text.C:
6340         * text2.C: move hfillExpansion(), numberOfSeparators(),
6341           rowLast(), rowLastPrintable(), numberofHfills(),
6342           numberOfLabelHfills() ...
6343
6344         * lyxrow.h:
6345         * lyxrow.C: ... to member functions here.
6346
6347         * paragraph.h:
6348         * paragraph.C:
6349         * lyxtext.h:
6350         * text.C: remove LyXText::beginningOfMainBody(), and call
6351           p->beginningOfMainBody() directly. Move the check for
6352           LABEL_MANUAL into the latter.
6353
6354         * text.h:
6355         * text.C:
6356         * text2.C:
6357         * vspace.C:
6358         * BufferView.h:
6359         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
6360
6361         * text.h:
6362         * text.C:
6363         * text2.C:
6364         * text3.C:
6365         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
6366           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
6367
6368 2003-02-13  John Levon  <levon@movementarian.org>
6369
6370         * CutAndPaste.C: remove debug
6371
6372 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6373
6374         * paragraph.C (asString): remove two unused variables
6375
6376         * lyxtextclass.C (readTitleType):
6377           (Read):
6378           (LyXTextClass): handle new members titletype_ and titlename_
6379
6380         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
6381
6382 2003-02-09  John Levon  <levon@movementarian.org>
6383
6384         * buffer.h:
6385         * buffer.C: replace hand-coded list with a map for the dep clean
6386
6387 2003-02-08  John Levon  <levon@movementarian.org>
6388
6389         * LaTeX.C: consolidate code into showRunMessage() helper
6390
6391 2003-02-08  John Levon  <levon@movementarian.org>
6392
6393         * lyxfind.C:
6394         * lyxtext.h:
6395         * text2.C:
6396         * BufferView.C: change setSelectionOverString() to setSelectionRange()
6397           and pass the size in explicitly
6398
6399         * BufferView_pimpl.h:
6400         * BufferView_pimpl.C:
6401         * BufferView.h:
6402         * BufferView.C: add getCurrentChange()
6403
6404         * BufferView_pimpl.h:
6405         * BufferView_pimpl.C: handle change lfuns
6406
6407         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
6408           for changes. Mark pasted paragraphs as new.
6409
6410         * support/lyxtime.h:
6411         * support/lyxtime.C:
6412         * DepTable.C: abstract time_t as lyx::time_type
6413
6414         * LColor.h:
6415         * LColor.C: add colours for new text, deleted text, changebars
6416
6417         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
6418           package use "usenames" option.
6419
6420         * commandtags.h:
6421         * lyxfunc.C:
6422         * LyXAction.C: add change lfuns
6423
6424         * Makefile.am:
6425         * author.h:
6426         * author.C: author handling
6427
6428         * buffer.h:
6429         * buffer.C: add a per-buffer author list, with first entry as
6430           current author. Handle new .lyx tokens for change tracking. Output
6431           author list to .lyx file. Output dvipost stuff to .tex preamble.
6432           Bump lyx format to 222.
6433
6434         * bufferlist.h:
6435         * bufferlist.C: add setCurrentAuthor() to reset current author details
6436           in all buffers.
6437
6438         * bufferparams.h:
6439         * bufferparams.C: add param for tracking
6440
6441         * bufferview_funcs.C: output change info in minibuffer
6442
6443         * Makefile.am:
6444         * changes.h:
6445         * changes.C: add change-tracking structure
6446
6447         * debug.h:
6448         * debug.C: add CHANGES debug flag
6449
6450         * lyxfind.h:
6451         * lyxfind.C: add code for finding the next change piece
6452
6453         * lyxrc.h:
6454         * lyxrc.C: add user_name and user_email
6455
6456         * lyxrow.h:
6457         * lyxrow.C: add a metric for the top of the text line
6458
6459         * lyxtext.h:
6460         * text.C: implement accept/rejectChange()
6461
6462         * lyxtext.h:
6463         * text.C: paint changebars. Paint new/deleted text in the chosen
6464         colours. Strike through deleted text.
6465
6466         * paragraph.h:
6467         * paragraph.C:
6468         * paragraph_pimpl.h:
6469         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
6470           in the current change to the insert functions. Rework erase to
6471           mark text as deleted, adding an eraseIntern() and a range-based
6472           erase(). Implement per-paragraph change lookup and
6473           accept/reject.
6474
6475         * paragraph_funcs.C: Fixup paste for change tracking.
6476
6477         * tabular.C: mark added row/columns as new.
6478
6479         * text.C: fix rowLast() to never return -1. Don't allow
6480           spellchecking of deleted text. Track transpose changes. Don't
6481           allow paragraph break or merge where appropriate.
6482
6483         * text2.C: leave cursor at end of selection after a cut.
6484
6485 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6486
6487         * text.C (getLengthMarkerHeight):
6488         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
6489         visible on screen too.
6490
6491 2003-02-07  John Levon  <levon@movementarian.org>
6492
6493         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
6494
6495 2003-02-05  Angus Leeming  <leeming@lyx.org>
6496
6497         * lyxserver.C (read_ready): revert my patch of 11 September last year
6498         as it sends PC cpu through the roof. Presumably this means that
6499         the lyxserver will no longer run on an Alpha...
6500
6501 2003-01-30  Angus Leeming  <leeming@lyx.org>
6502
6503         * factory.C (createInset): create an InsetCommandParam of type "index"
6504         and use it to 'do the right thing'.
6505
6506         * text2.C (getStringToIndex): ensure that cursor position is always
6507         reset to the reset_cursor position.
6508
6509 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6510
6511         * lyxfunc.C (getStatus): "buffer-export custom" should never be
6512         disabled.
6513
6514 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
6515
6516         * bufferview.C:
6517         * lyxcb.C:
6518         * lyxfunc.C: Output messages with identical spelling, punctuation,
6519         and spaces
6520
6521 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
6522
6523         * MenuBackend.C (expandFormats): List only viewable export formats
6524         in "View" menu
6525
6526         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
6527         message
6528
6529         * lyxfunc.C (getStatus): Make sure that formats other than
6530         "fax" can also be disabled
6531
6532 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6533
6534         * text3.C (dispatch): put the lfuns that insert insets in 3
6535         groups, and call doInsertInset with appropriate arguments.
6536         (doInsertInset): new function, that creates an inset and inserts
6537         it according to some boolean parameters.
6538
6539 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6540
6541         * buffer.C (readFile): remember to pass on 'par' when calling
6542         readFile recursively.
6543
6544 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6545
6546         * MenuBackend.C (expandFormats): add "..." to import formats.
6547
6548 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6549
6550         * paragraph.C (asString): Remove XForms RTL hacks.
6551
6552 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
6553         * buffer.C: fix typo
6554
6555 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6556
6557         * Makefile.am (LIBS): delete var
6558         (lyx_LDADD): add @LIBS@ here instead.
6559
6560 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
6561
6562         * Clarify the meaning of "wheel mouse jump"
6563
6564 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6565
6566         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
6567         tabular in a float
6568
6569 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6570
6571         * importer.C (Loaders): do not preallocate 3 elements in the
6572         vector, since one ends up with 6 elements otherwise
6573
6574 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6575
6576         * DepTable.C (write): write the file name as last element of the
6577         .dep file (because it may contain spaces)
6578         (read): read info in the right order
6579
6580 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6581
6582         * paragraph_pimpl.C (simpleTeXBlanks):
6583         (simpleTeXSpecialChars):
6584         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
6585
6586         * tabular.C (latex): add some missing case statements. Reindent.
6587
6588         * MenuBackend.C (expandToc): remove unused variable.
6589
6590 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
6591
6592         * LColor.C:
6593         * LaTeX.C:
6594         * LyXAction.C:
6595         * MenuBackend.C:
6596         * buffer.C:
6597         * exporter.C:
6598         * lyxfunc.C:
6599         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
6600         and the like.
6601
6602 2003-01-05  John Levon  <levon@movementarian.org>
6603
6604         * BufferView.h:
6605         * BufferView.C: add getEncoding()
6606
6607         * kbsequence.h:
6608         * kbsequence.C: do not store last keypress
6609
6610         * lyxfunc.h:
6611         * lyxfunc.C: store last keypress here instead. Pass encoding
6612           to getISOEncoded()
6613
6614 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6615
6616         * lyx_main.C (init): remove annoying error message when following
6617         symbolic links (bug #780)
6618
6619 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6620
6621         * text.C (insertChar):
6622         * lyxrc.C (getDescription): remove extra spaces
6623
6624 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6625
6626         * lyxrc.C (getDescription): remove extra spaces
6627
6628 2002-12-20  John Levon  <levon@movementarian.org>
6629
6630         * text3.C: hack fix for page up/down across tall rows
6631
6632 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6633
6634         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
6635         not been invoked
6636
6637 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6638
6639         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
6640         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
6641         thesaurus is not compiled in
6642
6643 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
6644
6645         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
6646
6647 2002-12-16  Angus Leeming  <leeming@lyx.org>
6648
6649         * lyxrc.[Ch]:
6650         * lyx_main.C (init): remove override_x_deadkeys stuff.
6651
6652 2002-12-12  John Levon  <levon@movementarian.org>
6653
6654         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
6655           insert. Only remove shift modifier under strict
6656           circumstances.
6657
6658 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6659
6660         * MenuBackend.C (expandToc): fix crash.
6661
6662 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6663
6664         * MenuBackend.C (expandToc): gettext on float names.
6665
6666 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6667
6668         * lyxlength.[Ch]: set default unit to UNIT_NONE,
6669         implement bool empty() [bug 490]
6670
6671 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6672
6673         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
6674
6675 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6676
6677         * several files: ws changes
6678
6679 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6680
6681         * text2.C (setCounter): clean up a bit, use boost.format.
6682         (updateCounters): initialize par upon declaration.
6683
6684         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
6685         if the layout exists. We do not just store the layout any more.
6686         (SwitchLayoutsBetweenClasses): use boost.format
6687
6688 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6689
6690         * converter.C (convert): if from and to files are the same, use a
6691         temporary files as intermediary
6692
6693 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6694
6695         * commandtags.h:
6696         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
6697
6698 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
6699
6700         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
6701
6702 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6703
6704         * tabular.C (asciiPrintCell): use string(size, char) instead of
6705         explicit loop.
6706
6707         * sgml.C (openTag): fix order of arguments to string constructor
6708         (closeTag): ditto
6709
6710         * lyxfunc.C (dispatch): use boost.format
6711
6712         * lots of files: change "c" -> 'c'
6713
6714 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
6715
6716         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
6717
6718 2002-11-25  Angus Leeming  <leeming@lyx.org>
6719
6720         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
6721
6722         * lyx_main.C (init): compile fix.
6723
6724 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6725
6726         * lyx_cb.C (start): boost.formatify
6727         do not include <iostream>
6728
6729         * lengthcommon.C: ws only
6730
6731         * boost-inst.C,BoostFormat.h: add more explict instantations
6732
6733 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6734
6735         * lots of files: handle USE_BOOST_FORMAT
6736
6737 2002-11-21  John Levon  <levon@movementarian.org>
6738
6739         * pspell.C: fix compile
6740
6741 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6742
6743         * lyxfunc.C (dispatch): use boost::format
6744         (open): ditto
6745         (doImport): ditto
6746
6747         * lyxfont.C (stateText): use boost::format
6748
6749         * lyx_main.C (LyX): use boost::format
6750         (init): ditto
6751         (queryUserLyXDir): ditto
6752         (readRcFile): ditto
6753         (parse_dbg): ditto
6754         (typedef boost::function): use the recommened syntax.
6755
6756         * importer.C (Import): use boost::format
6757
6758         * debug.C (showLevel): use boost::format
6759
6760         * converter.C (view): use boost::format
6761         (convert): ditto
6762         (move): ditto
6763         (scanLog): ditto
6764
6765         * bufferview_funcs.C (currentState): use boost::format
6766
6767         * bufferlist.C (emergencyWrite): use boost::format
6768
6769         * buffer.C (readLyXformat2): use boost::format
6770         (parseSingleLyXformat2Token): ditto
6771
6772         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
6773
6774         * LaTeX.C (run): use boost::format
6775
6776         * Chktex.C (scanLogFile): use boost::format
6777
6778         * BufferView_pimpl.C (savePosition): use boost::format
6779         (restorePosition): ditto
6780         (MenuInsertLyXFile): ditto
6781
6782         * BoostFormat.h: help file for explicit instation.
6783
6784 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
6785
6786         * tabular.C (latex): Support for block alignment in fixed width
6787         columns.
6788
6789 2002-11-17  John Levon  <levon@movementarian.org>
6790
6791         * BufferView_pimpl.C:
6792         * lyx_cb.C:
6793         * lyxfunc.C: split filedialog into open/save
6794
6795 2002-11-08  Juergen Vigna  <jug@sad.it>
6796
6797         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
6798         by my last patch (hopefully).
6799
6800 2002-11-08  John Levon  <levon@movementarian.org>
6801
6802         * iterators.h:
6803         * iterators.C:
6804         * buffer.h:
6805         * buffer.C:
6806         * paragraph.h:
6807         * paragraph.C:
6808         * toc.h:
6809         * toc.C: ParConstIterator, and use it (from Lars)
6810
6811 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
6812
6813         * lyxtextclass.[Ch]: revise and add doxygen comments
6814
6815 2002-11-07  John Levon  <levon@movementarian.org>
6816
6817         * text.C: fix progress value for spellchecker
6818
6819         * toc.C: fix navigate menu for insetwrap inside minipage
6820
6821         * paragraph_funcs.C: added FIXME for suspect code
6822
6823 2002-11-07  John Levon  <levon@movementarian.org>
6824
6825         * BufferView_pimpl.C: fix redrawing of insets
6826           on buffer switch
6827
6828 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6829
6830         * text2.C (updateCounters): fix bug 668
6831
6832 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6833
6834         * text3.C (dispatch): Do not make the buffer dirty when moving the
6835         cursor.
6836
6837 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6838
6839         * vc-backend.C: STRCONV
6840         (scanMaster): ditto
6841
6842         * text2.C (setCounter): STRCONV
6843
6844         * paragraph.C (asString): STRCONV
6845
6846         * lyxlength.C (asString): STRCONV
6847         (asLatexString): ditto
6848
6849         * lyxgluelength.C (asString): STRCONV
6850         (asLatexString): ditto
6851
6852         * lyxfunc.C (dispatch): STRCONV
6853         (open): ditto
6854
6855         * lyxfont.C (stateText): STRCONV
6856
6857         * importer.C (Import): STRCONV
6858
6859         * counters.C (labelItem): STRCONV
6860         (numberLabel): ditto
6861         (numberLabel): remove unused ostringstream o
6862
6863         * chset.C: STRCONV
6864         (loadFile): ditto
6865
6866         * bufferview_funcs.C (currentState): STRCONV
6867
6868         * buffer.C (readFile): STRCONV
6869         (asciiParagraph): ditto
6870         (makeLaTeXFile): ditto
6871
6872         * Spacing.C (writeEnvirBegin): STRCONV
6873
6874         * LaTeXFeatures.C (getLanguages): STRCONV
6875         (getPackages): ditto
6876         (getMacros): ditto
6877         (getBabelOptions): ditto
6878         (getTClassPreamble): ditto
6879         (getLyXSGMLEntities): ditto
6880         (getIncludedFiles): ditto
6881
6882         * LaTeX.C: STRCONV
6883         (run): ditto
6884         (scanAuxFile): ditto
6885         (deplog): ditto
6886
6887         * LString.h: add the STRCONV macros
6888
6889         * BufferView_pimpl.C (savePosition): STRCONV
6890         (restorePosition): ditto
6891         (MenuInsertLyXFile): ditto
6892
6893         * vc-backend.C (scanMaster): change from submatch[...] to
6894         submatch.str(...)
6895
6896         * funcrequest.C: include config.h
6897
6898         * factory.C: include config.h
6899
6900         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
6901
6902         * box.C: include config.h
6903
6904         * LaTeX.C (scanAuxFile): change from submatch[...] to
6905         submatch.str(...)
6906         (deplog): ditto
6907
6908 2002-10-25  Angus Leeming  <leeming@lyx.org>
6909
6910         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
6911
6912         * ispell.[Ch] (setError): new method.
6913         * ispell.C (c-tor): move out child process into new class LaunchIspell.
6914         Use setError() insetead of goto END.
6915
6916         * lyx_cb.C (AutoSave): move out child process into new class
6917         AutoSaveBuffer.
6918
6919 2002-10-30  John Levon  <levon@movementarian.org>
6920
6921         * text3.C: make start appendix undoable
6922
6923 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6924
6925         * lyxlength.C (inPixels): Fix returned value.
6926
6927         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6928         environment.
6929
6930 2002-10-24  Angus Leeming  <leeming@lyx.org>
6931
6932         * lyxgluelength.h: no need to forward declare BufferParams
6933         or BufferView, so don't.
6934
6935 2002-10-21  John Levon  <levon@movementarian.org>
6936
6937         * BufferView.C: menuUndo ->undo, redo
6938
6939         * BufferView.h: document, remove dead, make some methods private
6940
6941         * paragraph_funcs.h:
6942         * paragraph_funcs.C:
6943         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
6944
6945         * buffer.h:
6946         * buffer.C:
6947         * sgml.h:
6948         * sgml.C: move sgml open/close tag into sgml.C
6949
6950         * bufferview_funcs.h: unused prototype
6951
6952         * lyxfunc.h:
6953         * lyxfunc.C: remove unused
6954
6955         * lyxtext.h:
6956         * text.C: remove unused
6957
6958 2002-10-21  John Levon  <levon@movementarian.org>
6959
6960         * BufferView.h:
6961         * BufferView.C:
6962         * BufferView_pimpl.h:
6963         * BufferView_pimpl.C: fix mouse wheel handling based on
6964           patch from Darren Freeman
6965
6966 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
6967
6968         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
6969
6970 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
6971
6972         * lyxlength.C (inPixels): Fix hanfling of negative length.
6973         Fix LyXLength::MU case.
6974
6975 2002-10-16  John Levon  <levon@movementarian.org>
6976
6977         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
6978
6979 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6980
6981         * converter.C (view): add support for $$i (file name) and $$p
6982         (file path) for the viewer command. If $$i is not specified, then
6983         it is appended to the command (for compatibility with old syntax)
6984
6985 2002-10-14  Juergen Vigna  <jug@sad.it>
6986
6987         * undo_funcs.C (textHandleUndo): alter the order in which the
6988         new undopar is added to the LyXText, as we have to set first
6989         the right prev/next and then add it as otherwise the rebuild of
6990         LyXText is not correct. Also reset the cursor to the right paragraph,
6991         with this IMO we could remove the hack in "redoParagraphs()".
6992
6993 2002-10-09  Angus Leeming  <leeming@lyx.org>
6994
6995         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
6996         to turn off an optimisation if a new inset is to be inserted.
6997
6998 2002-10-11 André Pönitz <poenitz@gmx.net>
6999
7000         * lyxtext.h: make some functions public to allow access
7001         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7002
7003 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7004
7005         * text3.C (dispatch): when changing layout, avoid an infinite loop
7006         [bug #652]
7007
7008 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7009
7010         * lyxrc.C (read): treat a viewer or converter command of "none" as
7011         if it were empty.
7012
7013         * MenuBackend.C (expandFormats): for an update, also allow the
7014         formats that are not viewable
7015
7016         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7017         script if it is newer than the lyxrc.defaults in user directory
7018
7019 2002-10-07 André Pönitz <poenitz@gmx.net>
7020
7021         * text.C: Vitaly Lipatov's small i18n fix
7022
7023 2002-09-25  Angus Leeming  <leeming@lyx.org>
7024
7025         * ispell.h: doxygen fix.
7026
7027 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7028
7029         * buffer.h (readFile): Add a new argument to the method, to allow
7030         reading of old-format templates.
7031
7032 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7033
7034         * toc.C (getTocList): Get TOC from InsetWrap.
7035
7036 2002-09-16  John Levon  <levon@movementarian.org>
7037
7038         * lyxfunc.C: check tabular for cut/copy too
7039
7040 2002-09-12  John Levon  <levon@movementarian.org>
7041
7042         * LyXAction.C: tidy
7043
7044         * factory.h:
7045         * factory.C: add header
7046
7047         * paragraph_funcs.h:
7048         * paragraph_funcs.C: cleanup
7049
7050 2002-09-11  John Levon  <levon@movementarian.org>
7051
7052         * PrinterParams.h: odd/even default to true
7053
7054 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7055
7056         * PrinterParams.h: update printer parameters for new xforms dialog
7057
7058 2002-09-11  Angus Leeming  <leeming@lyx.org>
7059
7060         * lyxserver.C (read_ready): re-write to make it more transparent
7061         and to make it work in coherent fashion under Tru64 Unix.
7062
7063 2002-09-11  André Pönitz <poenitz@gmx.net>
7064
7065         * commandtags.h:
7066         * LyXAction.C:
7067         * text3.C: implement LFUN_WORDSEL
7068
7069 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7070
7071         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7072         make floatlist_ a boost::shared_ptr<FloatList>
7073
7074         * lyxtextclass.C: include FloatList.h
7075         (LyXTextClass): initialize floatlist_
7076         (TextClassTags): add TC_NOFLOAT
7077         (Read): match "nofloat" to TC_NOFLOAT and use it.
7078         (readFloat): modify call to floatlist_
7079         (floats): ditto
7080         (floats): ditto
7081
7082         * FloatList.[Ch] (FloatList): remove commented out float
7083         initialization.
7084         (erase): new function
7085
7086 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7087
7088         * MenuBackend.C (expandToc): fix crash when there is no document
7089         open
7090
7091 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7092
7093         * many files: Add insetwrap.
7094
7095 2002-09-09  John Levon  <levon@movementarian.org>
7096
7097         * text2.C: remove confusing and awkward depth wraparound
7098
7099 2002-09-09  John Levon  <levon@movementarian.org>
7100
7101         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7102
7103         * buffer.h:
7104         * buffer.C: remove getIncludeonlyList()
7105
7106         * paragraph.C:
7107         * lyxfunc.C: remove headers
7108
7109 2002-09-09  Juergen Vigna  <jug@sad.it>
7110
7111         * text.C (getColumnNearX): fix form Michael this is most
7112         probably a cut&paste bug.
7113
7114 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7115
7116         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7117
7118         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7119         references, ws changes.
7120
7121         * text2.C (init): update counters after init
7122         (insertParagraph): no need to set counter on idividual paragraphs.
7123         (setCounter): access the counters object in the textclass object
7124         on in the buffer object.
7125         (updateCounters): ditto
7126
7127         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7128         shared_ptr<Counters> to avoid loading counters.h in all
7129         compilation units.
7130         (LyXTextClass): initialize ctrs_
7131         (TextClassTags): add TC_COUNTER, and ...
7132         (Read): use it here.
7133         (CounterTags): new tags
7134         (readCounter): new function
7135         (counters): new funtion
7136         (defaultLayoutName): return a const reference
7137
7138         * counters.C (Counters): remove contructor
7139         (newCounter): remove a couple of unneeded statements.
7140         (newCounter): simplify a bit.
7141         (numberLabel): some small formatting changes.
7142
7143         * buffer.[Ch]: remove all traces of counters, move the Counters
7144         object to the LyXTextClass.
7145
7146 2002-09-06  Alain Castera  <castera@in2p3.fr>
7147
7148         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7149         package to set the horizontal alignment on fixed width columns.
7150
7151         * lyx_sty.C:
7152         * lyx_sty.h: added tabularnewline macro def.
7153
7154         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7155
7156 2002-09-06  John Levon  <levon@movementarian.org>
7157
7158         * LyXAction.C: tooltips for sub/superscript
7159
7160         * MenuBackend.C: a bit more verbose
7161
7162         * lyxfunc.C: tiny clean
7163
7164         * undo_funcs.C: document undo_frozen
7165
7166 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7167
7168         * counters.C (Counters): add missing algorithm counter.
7169
7170         * text2.C (setCounter): lookup the counter with layouts latexname
7171         instead of by section number.
7172         (setCounter): use a hackish way to lookup the correct enum
7173         counter.
7174         a float name->type change
7175         reset enum couners with counter name directly instead of depth value.
7176
7177         * counters.C (Counters): remove the push_backs, change to use the
7178         float type not the float name.
7179         (labelItem): remove unused string, float name->type change
7180
7181         * counters.h: don't include vector, loose the enums and sects vectors
7182
7183 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7184
7185         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7186         (Read): add float->TC_FLOAT to textclassTags
7187         (Read): and handle it in the switch
7188         (readFloat): new function
7189
7190         * FloatList.C (FloatList): comment out the hardcoded float
7191         definitions.
7192
7193         * lyxlayout.h: ws change.
7194
7195 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7196
7197         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7198
7199 2002-09-03  Angus Leeming  <leeming@lyx.org>
7200
7201         * BufferView_pimpl.h: qualified name is not allowed in member
7202         declaration: WorkArea & Pimpl::workarea() const;
7203
7204         * factory.C: added using std::endl directive.
7205
7206         * text3.C: added using std::find and std::vector directives.
7207
7208 2002-08-29  André Pönitz <poenitz@gmx.net>
7209
7210         * lyxtext.h:
7211         * text2.C: remove unused member number_of_rows
7212
7213         * Makefile.am:
7214         * BufferView2.C: remove file, move contents to...
7215         * BufferView.C: ... here
7216
7217         * BufferView_pimpl.C:
7218         * factory.C: move more inset creation to factory
7219
7220         * vspace.C: avoid direct usage of LyXText, ws changes
7221
7222         * BufferView.[Ch]:
7223                 don't provide direct access to WorkArea, use two simple
7224                 acessors haveSelction() and workHeight() instead
7225
7226
7227 2002-08-29  John Levon  <levon@movementarian.org>
7228
7229         * BufferView_pimpl.C (dispatch): do not continue when
7230           no buffer
7231
7232 2002-08-28  André Pönitz <poenitz@gmx.net>
7233
7234         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7235
7236         * BufferView.h:
7237         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7238
7239 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7240
7241         * buffer.C: increment LYX_FORMAT to 221
7242
7243         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7244         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7245
7246         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7247
7248         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7249
7250 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7251
7252         * factory.C (createInset): use LyXTextClass::floats
7253
7254         * MenuBackend.C (expandFloatListInsert):
7255         (expandFloatInsert):
7256         (expandToc):
7257
7258         * text2.C (setCounter):
7259
7260         * LaTeXFeatures.C (useFloat):
7261         (getFloatDefinitions):
7262
7263         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7264
7265         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7266         floatlist_, with accessor floats().
7267
7268         * FloatList.h: remove global FloatList
7269
7270 2002-08-26  André Pönitz <poenitz@gmx.net>
7271
7272         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7273
7274         * BufferView.h:
7275         * BufferView2.C:
7276         * BufferView_pimpl.C:
7277         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7278
7279 2002-08-25  John Levon  <levon@movementarian.org>
7280
7281         * LyXAction.C: fix margin note description
7282
7283 2002-08-24  John Levon  <levon@movementarian.org>
7284
7285         * buffer.C:
7286         * bufferlist.C:
7287         * bufferview_funcs.C:
7288         * lyxfont.C:
7289         * undo_funcs.C: cleanups
7290
7291         * lyxfunc.C: disable CUT/COPY when no selection
7292
7293 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7294
7295         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7296         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7297
7298         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7299         Add backward compatibility to "mono", "gray" and "no".
7300
7301 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7302
7303         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7304         (and file_format >= 200).
7305
7306 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7307
7308         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
7309
7310 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7311
7312         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
7313
7314 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
7315
7316         * BufferView_pimpl.C:
7317         * LyXAction.C:
7318         * buffer.C:
7319         * commandtags.h:
7320         * lyxfunc.C:
7321         * paragraph.[Ch]:
7322         * text2.C:
7323         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
7324         inset and code to make it  work with the paragraph code. The inset
7325         can be anywhere in the paragraph, but will only do the expected
7326         thing in LaTeX if the layout file contains the parameter line
7327                         OptionalArgs    1
7328         (or more generally, a nonzero value) for that layout.
7329
7330 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7331
7332         * paragraph.h: remove the declaration of undefined counters class
7333         function.
7334
7335 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
7336
7337         * text2.C (setCounter):  fixed enumeration mis-count as reported by
7338         Dr. Richard Hawkins.
7339
7340 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7341
7342         * paragraph_funcs.h: remove some unneeded includes
7343
7344         * text.C (backspace): pasteParagraph now in global scipe
7345
7346         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
7347         (pasteSelection): ditto
7348
7349         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
7350         * paragraph_funcs.C (pasteParagraph): ... here
7351
7352 2002-08-20  André Pönitz <poenitz@gmx.net>
7353
7354         * commandtags.h: new LFUNs for swapping/copying table row/colums
7355
7356         * LyXAction.C:
7357         * lyxfunc.C: support for new lfuns
7358
7359 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7360
7361         * tabular.C:
7362         * buffer.[Ch]: remove NO_COMPABILITY stuff
7363
7364 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
7365
7366         * boost.C (throw_exception): new file, with helper function for
7367         boost compiled without exceptions.
7368
7369         * paragraph.h:
7370         * lyxlength.C:
7371         * buffer.C:
7372         * ParameterStruct.h:
7373         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
7374
7375         * bufferlist.C (emergencyWriteAll): use boost bind
7376
7377         * BufferView_pimpl.C (moveCursorUpdate): remove inline
7378
7379         * text.C: include paragraph_funcs.h
7380         (breakParagraph): breakParagraph is now in global scope
7381
7382         * paragraph_funcs.[Ch]: new files
7383
7384         * paragraph.C (breakParagraph,breakParagraphConservative): move to
7385         global scope
7386
7387         * buffer.C: include paragraph_funcs.h
7388         (insertStringAsLines): breakParagraph is now in global scope
7389
7390         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
7391         paragraph_funcs.C
7392
7393         * CutAndPaste.C: include paragraph_funcs.h
7394         (cutSelection): breakParagraphConservative is now in global scope
7395         (pasteSelection): ditto
7396
7397         * buffer.h: declare oprator== and operator!= for
7398         Buffer::inset_iterator
7399
7400         * bufferlist.C (emergencyWrite): don't use fmt(...)
7401
7402         * text3.C: add using std::endl
7403
7404         * BufferView.C (moveCursorUpdate): remove default arg
7405
7406 2002-08-20  André Pönitz <poenitz@gmx.net>
7407
7408         * buffer.[Ch]: move inline functions to .C
7409
7410         * BufferView2.C:
7411         * BufferView_pimpl.C:
7412         * text.C:
7413         * buffer.[Ch]: use improved inset_iterator
7414
7415         * buffer.C:
7416         * paragraph.[Ch]: write one paragraph at a time
7417
7418 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
7419
7420         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
7421         style if style is not specified.
7422
7423 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7424
7425         * text2.C (setCounter): when searching for right label for a
7426         caption, make sure to recurse to parent insets (so that a caption
7427         in a minipage in a figure float works) (bug #568)
7428
7429 2002-08-20  André Pönitz <poenitz@gmx.net>
7430
7431         * text3.C: new file for LyXText::dispatch() and helpers
7432
7433         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
7434
7435         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
7436
7437 2002-08-19  André Pönitz <poenitz@gmx.net>
7438
7439         * lyxtext.h:
7440         * text.C: new LyXText::dispatch()
7441
7442         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
7443
7444 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
7445
7446         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
7447
7448         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
7449         Hebrew text.
7450
7451 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7452
7453         * Makefile.am: use $(variables) instead of @substitutions@
7454
7455 2002-08-15  André Pönitz <poenitz@gmx.net>
7456
7457         * lyxfunc.C:
7458         * BufferView_pimpl.C: streamlining mathed <-> outer world
7459         interaction
7460
7461         * commandtags.h:
7462         * LyXAction.C: remove unused LFUN_MATH
7463
7464 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7465
7466         * paragraph.[Ch]: add some NO_NEXT ifdefs.
7467
7468 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7469
7470         * paragraph.C (Paragraph): reformat a bit
7471         (cutIntoMinibuffer): use builtin InsetList function instad of
7472         doing it manually.
7473         (getInset): ditto
7474
7475         * buffer.C: include boost/bind.hpp, add using std::for_each
7476         (writeFileAscii): use ParagraphList iterators
7477         (validate): use for_each for validate traversal of paragraphs
7478         (getBibkeyList): use ParagraphList iterators
7479         (resizeInsets): use for_each to resizeInsetsLyXText for all
7480         paragraphs.
7481         (getParFromID): use ParagraphList iterators
7482
7483         * BufferView2.C (lockInset): use paragraph list and iterators
7484
7485 2002-08-14  John Levon  <levon@movementarian.org>
7486
7487         * lyxserver.C: remove spurious xforms include
7488
7489 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7490
7491         * lyxfunc.C (getStatus): disable math-extern outside of math mode
7492
7493 2002-08-13  André Pönitz <poenitz@gmx.net>
7494
7495         * LyXAction.[Ch]:
7496         * lyxfunc.C: further cleaning
7497
7498 2002-08-13  André Pönitz <poenitz@gmx.net>
7499
7500         * funcrequest.h: new constructor
7501
7502         * funcrequest.C: move stuff here from .h
7503
7504         * Makefile.am:
7505         * BufferView_pimpl.C:
7506         * LyXAction.C:
7507         * toc.C:
7508         * lyxfunc.C: subsequent changes
7509
7510         * lyxfunc.h: new view() member function
7511
7512         * lyxfunc.C: subsequent changes
7513
7514 2002-08-13  Angus Leeming  <leeming@lyx.org>
7515
7516         * BufferView2.C:
7517         * BufferView_pimpl.C:
7518         * buffer.C:
7519         * converter.C:
7520         * importer.C:
7521         * lyxfunc.C:
7522         * lyxvc.C:
7523         * toc.C:
7524         * vc-backend.C:
7525         changes due to the changed LyXView interface that now returns references
7526         to member variables not pointers.
7527
7528 2002-08-13  Angus Leeming  <leeming@lyx.org>
7529
7530         * WordLangTuple (word, lang_code): return references to strings,
7531         not strings.
7532
7533         * BufferView.h:
7534         * SpellBase.h:
7535         * lyxtext.h: forward-declare WordLangTuple.
7536
7537         * BufferView2.C:
7538         * ispell.C:
7539         * pspell.C:
7540         * text.C: #include "WordLangTuple.h".
7541
7542         * lyxtext.h:
7543         * text.C: (selectNextWordToSpellcheck): constify return type.
7544
7545 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
7546
7547         * buffer.C:
7548         * buffer.h:
7549         * lyxtext.h:
7550         * paragraph.C:
7551         * paragraph_pimpl.h:
7552         * text.C:
7553         * text2.C:
7554         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
7555         suggested by Angus.
7556         Made updateCounter always count from start of buffer, and removed
7557         second argument (par).
7558         Reverted floats number display to '#'. Perhaps I'll try again when the
7559         code base is sanitized a bit.
7560
7561 2002-08-12  Angus Leeming  <leeming@lyx.org>
7562
7563         * buffer.[Ch] (getLabelList): constify.
7564
7565 2002-08-07  André Pönitz <poenitz@gmx.net>
7566
7567         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
7568
7569         * funcrequest.h: extension to keep mouse (x,y) position
7570
7571 2002-08-12  Juergen Vigna  <jug@sad.it>
7572
7573         * BufferView2.C (insertErrors): forbid undo when inserting error
7574         insets.
7575
7576         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
7577
7578 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7579
7580         * ParagraphList.[Ch]: new files
7581
7582         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
7583
7584         * BufferView2.C (lockInset): ParagraphList changes
7585         * toc.C: ditto
7586         * text2.C: ditto
7587         * bufferlist.C: ditto
7588         * buffer.h: ditto
7589         * buffer.C: ditto
7590
7591 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7592
7593         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
7594         unused class variable counter_,
7595
7596         * paragraph.[Ch] (getFirstCounter): delete unused function
7597
7598         * counters.C: include LAssert.h
7599         (reset): add a new function with no arg, change other version to
7600         not have def. arg and to not allow empty arg.
7601
7602         * text2.C (setCounter): remove empty arg from call to Counters::reset
7603
7604 2002-08-11  John Levon  <levon@movementarian.org>
7605
7606         * Makefile.am: add WordLangTuple.h
7607
7608 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7609
7610         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
7611         lyxfunc.C lyxlex_pimpl.C: ws changes only.
7612
7613         * insets/insettext.C: InsetList changes
7614
7615         * graphics/GraphicsSupport.C (operator()): InsetList changes
7616
7617         * toc.C (getTocList): InsetList changes
7618
7619         * paragraph_pimpl.[Ch]: InsetList changes
7620
7621         * paragraph.[Ch]: InsetList changes
7622
7623         * buffer.C (inset_iterator): InsetList changes
7624         (setParagraph): ditto
7625         * buffer.h (inset_iterator): ditto
7626         * iterators.C (operator++): ditto
7627         * iterators.h: ditto
7628
7629         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
7630
7631         * InsetList.[Ch]: new files, most InsetList handling moved out of
7632         paragraph.C.
7633
7634         * BufferView2.C (removeAutoInsets): InsetList changes
7635         (lockInset): ditto
7636         (ChangeInsets): ditto
7637
7638 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7639
7640         * paragraph_pimpl.h (empty): new function
7641
7642         * paragraph.[Ch] (empty): new function
7643
7644         * other files: use the new Paragraph::empty function
7645
7646 2002-08-09  John Levon  <levon@movementarian.org>
7647
7648         * lyxtext.h: remove unused refresh_height
7649
7650 2002-08-09  John Levon  <levon@movementarian.org>
7651
7652         * Makefile.am:
7653         * sgml.h:
7654         * sgml.C:
7655         * buffer.C:
7656         * paragraph.h:
7657         * paragraph.C: move sgml char escaping out of paragraph
7658
7659         * paragraph.h:
7660         * paragraph.C: remove id setter
7661
7662         * buffer.C:
7663         * paragraph.C:
7664         * paragraph_pimpl.C: remove dead tex_code_break_column
7665
7666         * bufferview_funcs.C: small cleanup
7667
7668         * lyxfunc.C: remove dead proto
7669
7670         * lyxtext.h: make some stuff private. Remove some dead stuff.
7671
7672         * lyxgluelength.C: make as[LyX]String() readable
7673
7674 2002-08-08  John Levon  <levon@movementarian.org>
7675
7676         * LyXAction.h:
7677         * LyXAction.C:
7678         * MenuBackend.C:
7679         * ToolbarDefaults.C:
7680         * lyxfunc.C:
7681         * lyxrc.C:
7682         * toc.C: lyxaction cleanup
7683
7684 2002-08-08  John Levon  <levon@movementarian.org>
7685
7686         * BufferView2.C: small cleanup
7687
7688         * lyxfind.h:
7689         * lyxfind.C: move unnecessary header into the .C
7690
7691 2002-08-08  John Levon  <levon@movementarian.org>
7692
7693         * funcrequest.h: just tedious nonsense
7694
7695         * lyx_main.h:
7696         * lyx_main.C: cleanups
7697
7698         * buffer.C:
7699         * vspace.C: remove dead header lyx_main.h
7700
7701 2002-08-07  Angus Leeming  <leeming@lyx.org>
7702
7703         * Paragraph.[Ch]:
7704         * paragraph_pimpl.h:
7705         Forward declare class Counters in paragraph.h by moving the ctrs member
7706         variable into Paragraph::Pimpl.
7707         (counters): new method, returning a reference to pimpl_->ctrs.
7708
7709         * text2.C: ensuing changes.
7710
7711 2002-08-07  John Levon  <levon@movementarian.org>
7712
7713         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
7714
7715         * BufferView_pimpl.C: announce X selection on double/triple
7716           click
7717
7718         * lyx_main.C: use correct bool in batch dispatch
7719
7720         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
7721
7722 2002-08-07  André Pönitz <poenitz@gmx.net>
7723
7724         * funcrequest.h: new class to wrap a kb_action and its argument
7725
7726         * BufferView.[Ch]:
7727         * BufferView_pimpl[Ch]:
7728         * LaTeX.C:
7729         * LyXAction.[Ch]:
7730         * lyxfunc.[Ch]:
7731         * lyxrc.C: subsequent changes
7732
7733
7734 2002-08-07  John Levon  <levon@movementarian.org>
7735
7736         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
7737           document options change.
7738
7739 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
7740
7741         * counters.[Ch]
7742         * text2.C
7743         * paragraph.[Ch]
7744         * makefile.am: move counters functionality over from
7745         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
7746
7747 2002-08-06  John Levon  <levon@movementarian.org>
7748
7749         * WordLangTuple.h: new file for word + language code tuple
7750
7751         * SpellBase.h:
7752         * pspell.h:
7753         * pspell.C:
7754         * ispell.h:
7755         * ispell.C:
7756         * lyxtext.h:
7757         * text.C:
7758         * text2.C:
7759         * BufferView.h:
7760         * BufferView2.C: use WordLangTuple
7761
7762         * layout.h:
7763         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
7764
7765 2002-08-06  John Levon  <levon@movementarian.org>
7766
7767         * lyx_main.C: fix cmdline batch handling
7768
7769 2002-08-06  André Pönitz <poenitz@gmx.net>
7770
7771         * lyxrc.C: set default for show_banner to true
7772
7773 2002-08-06  John Levon  <levon@movementarian.org>
7774
7775         * pspell.C: fix a crash, and allow new aspell to work
7776
7777 2002-08-06  John Levon  <levon@movementarian.org>
7778
7779         * lyxfunc.C:
7780         * kbmap.C: small cleanup
7781
7782         * vspace.h:
7783         * vspace.C: add const
7784
7785 2002-08-05  John Levon  <levon@movementarian.org>
7786
7787         * LyXAction.C: back to tabular-insert
7788
7789 2002-08-04  John Levon  <levon@movementarian.org>
7790
7791         * BufferView.h:
7792         * BufferView.C: cosmetic change
7793
7794         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
7795
7796         * bufferlist.C:
7797         * buffer.h:
7798         * buffer.C:
7799         * lyxcb.h:
7800         * lyxcb.C:
7801         * lyxserver.C:
7802         * lyxvc.C:
7803         * vc-backend.C:
7804         * BufferView2.C: purge all "Lyx" not "LyX" strings
7805
7806         * lyxcursor.h:
7807         * lyxcursor.C: attempt to add some documentation
7808
7809         * lyxfunc.C:
7810         * commandtags.h:
7811         * LyXAction.C:
7812         * ToolbarDefaults.C:
7813         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
7814           merge with LFUN_TABULAR_INSERT
7815
7816         * Makefile.am:
7817         * SpellBase.h:
7818         * ispell.h:
7819         * ispell.C:
7820         * pspell.h:
7821         * pspell.C: split up i/pspell implementations into separate
7822           files, many cleanups
7823
7824         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
7825
7826         * text2.C: some cleanup
7827
7828         * lyxfunc.C: don't check for isp_command == "none" any more, it
7829           didn't make any sense
7830
7831 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7832
7833         * counters.[Ch]
7834         * text2.C
7835         * paragraph.[Ch]
7836         * makefile.am: move counters functionality over
7837         from text2.C/paragraph.[Ch] to counters.[Ch], and
7838         make proper C++.
7839 2002-08-02  John Levon  <levon@movementarian.org>
7840
7841         * buffer.C: s/lyxconvert/lyx2lyx/
7842
7843 2002-08-02  Angus Leeming  <leeming@lyx.org>
7844
7845         * lyxlex.C: revert John's change as it breaks reading of the user
7846         preamble.
7847
7848 2002-08-02  Angus Leeming  <leeming@lyx.org>
7849
7850         * importer.C (Import):
7851         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7852         changes due to LyXView::view() now returning a boost::shared_ptr.
7853
7854 2002-08-02  John Levon  <levon@movementarian.org>
7855
7856         * lyxlex.C: small cleanup
7857
7858 2002-08-02  John Levon  <levon@movementarian.org>
7859
7860         * text2.C (status): small cleanup, no logic change
7861
7862 2002-08-01  John Levon  <levon@movementarian.org>
7863
7864         * buffer.h:
7865         * buffer.C (writeFile): don't output alerts, caller
7866           handles this
7867
7868         * bufferlist.C:
7869         * lyx_cb.C: from above
7870
7871         * lyxfunc.C: allow to open non-existent files
7872
7873 2002-07-31  John Levon  <levon@movementarian.org>
7874
7875         * lyxserver.C: don't let incidental errors get
7876           in the way (errno)
7877
7878 2002-07-30  John Levon  <levon@movementarian.org>
7879
7880         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
7881
7882 2002-07-30  John Levon  <levon@movementarian.org>
7883
7884         * lyxserver.h:
7885         * lyxserver.C: remove I/O callback too
7886
7887 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7888
7889         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
7890         log.
7891
7892 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7893
7894         * many files: strip,frontStrip -> trim,ltrim,rtrim
7895
7896 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7897
7898         * PrinterParams.h: remove extern containsOnly, and include
7899         support/lstrings.h instead.
7900
7901         * LaTeX.C (scanAuxFile): modify because of strip changes
7902         (deplog): ditto
7903         * buffer.C (makeLaTeXFile): ditto
7904         * bufferparams.C (writeFile): ditt
7905         * lyxfont.C (stateText): ditto
7906         * lyxserver.C (read_ready): ditto
7907         * vc-backend.C (scanMaster): ditto
7908
7909         * BufferView_pimpl.h: ws changes
7910
7911         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
7912
7913 2002-07-26  André Pönitz <poenitz@gmx.net>
7914
7915         * kb_sequence.C: remove unnedred usings
7916
7917 2002-07-26  Juergen Vigna  <jug@sad.it>
7918
7919         * lyxfind.C (LyXReplace): we have to check better if the returned
7920         text is not of theLockingInset()->getLockingInset().
7921
7922 2002-07-25  Juergen Vigna  <jug@sad.it>
7923
7924         * lyxfind.C (LyXReplace): don't replace if we don't get the
7925         right LyXText.
7926
7927         * undo_funcs.C (createUndo): remove debugging code.
7928
7929 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7930
7931         * buffer.C (parseSingleLyXformat2Token): Use default placement
7932         when reading old floats.
7933
7934         * FloatList.C (FloatList): Change the default placement of figure
7935         and tables to "tbp".
7936
7937 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
7938
7939         * MenuBackend.C: using std::max
7940
7941 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7942
7943         * MenuBackend.C (expandToc):
7944         (expandToc2): code moved from xforms menu frontend. It is now
7945         generic and TOCs are transparent to menu frontends.
7946
7947 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7948
7949         * toc.C (getTocList): protect against buf=0
7950
7951         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
7952         Menu as first parameter. Now, this calls itself recursively to
7953         expand a whole tree (this will be useful for TOC handling)
7954         (expandFloatInsert): remove 'wide' version of floats
7955
7956         * MenuBackend.h (submenuname): returns the name of the submenu.
7957         (submenu): returns the submenu itself, provided it has been
7958         created by MenuBackend::expand
7959
7960 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7961
7962         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
7963         insets which have noFontChange == true. (bug #172)
7964
7965 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7966
7967         * BufferView_pimpl.C: add connection objects and use them...
7968         (Pimpl): here.
7969
7970 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7971
7972         * MenuBackend.C (expandLastfiles):
7973         (expandDocuments):
7974         (expandFormats):
7975         (expandFloatListInsert):
7976         (expandFloatInsert):
7977         (expand): split expand in parts
7978
7979 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7980
7981         * lyx_gui.C: use lyx_gui::exit()
7982
7983 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7984
7985         * LyXAction.C: show the failing pseudo action
7986
7987 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
7988
7989         * buffer.C (readFile): Run the lyxconvert script in order to read
7990         old files.
7991
7992 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7993
7994         * LyXAction.C:
7995         * commandtags.h:
7996         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
7997
7998 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7999
8000         * LyXAction.C:
8001         * commandtags.h:
8002         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8003
8004 2002-07-22  Herbert Voss  <voss@lyx.org>
8005
8006         * lengthcommon.C:
8007         * lyxlength.[Ch]: add support for the vertical lengths
8008
8009 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8010
8011         * toc.[Ch]: std:: fixes
8012
8013 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8014
8015         * lyxrc.C: do not include lyx_main.h
8016
8017         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8018         for layouts
8019
8020         * lyxrc.C:
8021         * encoding.C:
8022         * bufferlist.C:
8023         * BufferView2.C: include "lyxlex.h"
8024
8025         * tabular.h:
8026         * bufferparams.h: do not #include "lyxlex.h"
8027
8028         * lyxtextclasslist.C (Add): remove method
8029         (classlist): renamed to classlist_
8030
8031         * paragraph_pimpl.C:
8032         * paragraph.C:
8033         * text2.C:
8034         * CutAndPaste.C:
8035         * bufferview_funcs.C:
8036         * bufferlist.C:
8037         * text.C:
8038         * LaTeXFeatures.C:
8039         * buffer.C:
8040         * toc.C (getTocList): use BufferParams::getLyXTextClass
8041
8042         * toc.C (getTocList): use InsetFloat::addToToc
8043
8044         * toc.[Ch]: new files, containing helper functions to handle table
8045         of contents
8046
8047         * lyxfunc.C (dispatch): no need to remove spaces around command
8048         given as a string
8049         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8050         first command of the sequence; it is not very clever, but I do not
8051         have a better idea, actually
8052
8053         * LyXAction.C (LookupFunc): make sure to remove space at the
8054         beginning and end of the command
8055
8056 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8057
8058         * MenuBackend.C (getMenubar): new method: return the menubar of
8059         this menu set
8060         (read): treat differently reading of menu and menubar (in
8061         particular, the menubar has no name now)
8062         (Menu::menubar): remove
8063
8064         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8065         saving is finished
8066
8067 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8068
8069         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8070         a bibitem inset in a RTL paragraph.
8071
8072 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8073
8074         * paragraph_pimpl.C: constify
8075
8076         * BufferView_pimpl.C:
8077         * LaTeX.C:
8078         * lyxfunc.C: fix dispatch in a nicer way
8079
8080 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8081
8082         * lyxfunc.C (dispatch):
8083         * BufferView_pimpl.C:
8084         * BufferView_pimpl.h:
8085         * BufferView.C:
8086         * BufferView.h: rename Dispatch() to dispatch()
8087
8088         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8089
8090         * lyxlayout.C (Read): honor DependsOn tag
8091
8092         * lyxlayout.[Ch] (depends_on): new method
8093
8094         * version.C.in: update lyx_docversion
8095
8096         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8097
8098         * paragraph.C (validate): remove from here...
8099         * paragraph_pimpl.C (validate): ... and move here
8100         (isTextAt): make it const
8101
8102         * buffer.C (getLists): ws cleanup
8103
8104 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8105
8106         * language.C (read): Use iso8859-1 encoding in latex_lang
8107         (this prevents LyX from crashing when using iso10646-1 encoding).
8108
8109 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8110
8111         * text2.C (toggleInset): if cursor is inside an inset, close the
8112         inset and leave cursor _after_ it
8113
8114 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8115
8116         * lyxfunc.C: move minibuffer completion handling out of here
8117
8118 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8119
8120         * BufferView_pimpl.C:
8121         * LaTeX.C: fix dispatch calls
8122
8123 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8124
8125         * text.C (drawChars): Fix Arabic text rendering.
8126
8127 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8128
8129         * LyXAction.C:
8130         * commandtags.h:
8131         * lyxfunc.C: remove message-push/pop
8132
8133         * lyxserver.C:
8134         * lyxfunc.h:
8135         * lyxfunc.C: rationalise some code by removing verboseDispatch
8136           in favour of a bool argument to dispatch()
8137
8138 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8139
8140         * lyx_main.C (init): make sure to read symlinks as absolute paths
8141
8142 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8143
8144         * lyxfunc.h:
8145         * lyxfunc.C: no need for commandshortcut to be a member
8146
8147 2002-07-15  André Pönitz <poenitz@gmx.net>
8148
8149         * converter.C: add support for $$s (scripts from lib/scripts dir)
8150         * lyx_main.C: white space
8151
8152 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8153
8154         * bufferlist.C:
8155         * lyxrc.h:
8156         * lyxrc.C: remove second exit confirmation
8157
8158 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8159
8160         * BufferView.h:
8161         * BufferView.C:
8162         * BufferView2.C:
8163         * BufferView_pimpl.h:
8164         * BufferView_pimpl.C:
8165         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8166
8167 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8168
8169         * MenuBackend.C (expand): add numeric shortcuts to document menu
8170
8171         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8172
8173 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8174
8175         * lyxfont.C (setLyXFamily):
8176         (setLyXSeries):
8177         (setLyXShape):
8178         (setLyXSize):
8179         (setLyXMisc):
8180         (lyxRead):
8181         * debug.C (value):
8182         * buffer.C (asciiParagraph): use ascii_lowercase
8183
8184 2002-07-15  Mike Fabian  <mfabian@suse.de>
8185
8186         * lyxlex_pimpl.C (search_kw):
8187         * lyxlex.C (getLongString):
8188         * converter.h (operator<):
8189         * converter.C (operator<):
8190         * buffer.C (parseSingleLyXformat2Token):
8191         (asciiParagraph):
8192         * ToolbarDefaults.C (read):
8193         * MenuBackend.C (checkShortcuts):
8194         (read):
8195         * LColor.C (getFromGUIName):
8196         (getFromLyXName): use the compare_ascii_no_case instead of
8197         compare_no_case, because in turkish, 'i' is not the lowercase
8198         version of 'I', and thus turkish locale breaks parsing of tags.
8199
8200 2002-07-16  Angus Leeming  <leeming@lyx.org>
8201
8202         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8203         now takes a Buffer const & argument.
8204
8205 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8206
8207         * BufferView.C (resize): check there's a buffer to resize
8208
8209 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8210
8211         * lyxfunc.C: remove dead code
8212
8213         * lyxserver.h:
8214         * lyxserver.C: use lyx_guii::set_read_callback
8215
8216 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8217
8218         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8219         an inset in a RTL paragraph.
8220
8221 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8222
8223         * lyxfunc.C: repaint after a font size update
8224
8225 2002-07-15  André Pönitz <poenitz@gmx.net>
8226
8227         * lyxlength.C: inBP should be able to return negative values
8228
8229 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8230
8231         * lyxfunc.C: use lyx_gui::update_fonts()
8232
8233 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8234
8235         * lyxfunc.C: use lyx_gui::update_color()
8236
8237 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8238
8239         * bufferlist.C:
8240         * lyxfunc.h:
8241         * lyxfunc.C:
8242         * lyxrc.h:
8243         * lyxrc.C: remove file->new asks for name option, and let
8244           buffer-new take an argument
8245
8246 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8247
8248         * BufferView_pimpl.C: remove unneeded extra repaint()
8249
8250 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8251
8252         * LyXAction.C: allow command-sequence with NoBuffer
8253
8254         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8255
8256 2002-07-10  Angus Leeming  <leeming@lyx.org>
8257
8258         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8259
8260 2002-07-09  Angus Leeming  <leeming@lyx.org>
8261
8262         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8263
8264 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8265
8266         * lengthcommon.h: whitespace
8267
8268         * lyxfunc.C: update scrollbar after goto paragraph
8269
8270         * lyxtext.h: factor out page break drawing, and fix it so
8271           page break/added space paints as selected nicely
8272
8273 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8274
8275         * BufferView_pimpl.C: add FIXMEs, clean up a little
8276
8277 2002-07-09  André Pönitz <poenitz@gmx.net>
8278
8279         * lyxfont.[Ch]: support for wasy symbols
8280
8281 2002-07-08  André Pönitz <poenitz@gmx.net>
8282
8283         * BufferView_pimpl.C: apply John's patch for #93.
8284
8285 2002-07-05  Angus Leeming  <leeming@lyx.org>
8286
8287         * BufferView_pimpl.C (buffer): generate previews if desired.
8288
8289         * LColor.h: add "preview" to the color enum.
8290
8291         * LColor.C (LColor): add a corresponding entry to the items array.
8292
8293         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8294         with this buffer.
8295
8296 2002-07-05  Angus Leeming  <leeming@lyx.org>
8297
8298         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8299         The body of the code is now in the method that is passed an ostream &
8300         rather than a file name.
8301         Pass an additional only_preamble parameter, useful for the forthcoming
8302         preview stuff.
8303
8304 2002-07-03  André Pönitz <poenitz@gmx.net>
8305
8306         * lyxfunc.C: simplify getStatus() a bit for math stuff
8307
8308 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8309
8310         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
8311
8312 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8313
8314         * text.C (changeRegionCase): do not change case of all the
8315         document when region ends at paragraph end (bug #461)
8316
8317 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8318
8319         * paragraph.C (startTeXParParams):
8320         (endTeXParParams): add \protect when necessary
8321
8322 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8323
8324         * BufferView_pimpl.C (workAreaExpose): remove warning
8325
8326 2002-06-27  Angus Leeming  <leeming@lyx.org>
8327
8328         * Makefile.am: add lyxlayout_ptr_fwd.h.
8329
8330 2002-06-26  André Pönitz <poenitz@gmx.net>
8331
8332         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
8333
8334 2002-06-25  Angus Leeming  <leeming@lyx.org>
8335
8336         * lyxfunc.C (dispatch): Comment out the call to
8337         grfx::GCache::changeDisplay. The method no longer exists now that the
8338         pixmap generation part of the graphics loader has been moved into
8339         InsetGraphics.
8340
8341 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8342
8343         * text2.C: layout as layout
8344
8345         * text.C: layout as layout
8346
8347         * tabular.C (OldFormatRead): layout as layout
8348
8349         * paragraph_pimpl.C (TeXDeeper): layout as layout
8350         (realizeFont): layout as layout
8351
8352         * paragraph.C (writeFile): layout as layout
8353         (validate): layout as layout
8354         (getFont): layout as layout
8355         (getLabelFont): layout as layout
8356         (getLayoutFont): layout as layout
8357         (breakParagraph): layout as layout
8358         (stripLeadingSpaces): layout as layout
8359         (getEndLabel): layout as layout
8360         (getMaxDepthAfter): layout as layout
8361         (applyLayout): layout as layout
8362         (TeXOnePar): layout as layout
8363         (simpleTeXOnePar): layout as layout
8364         (TeXEnvironment): layout as layout
8365         (layout): layout as layout
8366         (layout): layout as layout
8367
8368         * lyxtextclass.C (compare_name): new functor to work with
8369         shared_ptr, layout as layout
8370         (Read): layout as layout
8371         (hasLayout): layout as layout
8372         (operator): layout as layout
8373         (delete_layout): layout as layout
8374         (defaultLayout): layout as layout
8375
8376         * lyxlayout_ptr_fwd.h: new file
8377
8378         * lyxlayout.C (Read): layout as layout
8379
8380         * lyx_cb.C (MenuInsertLabel): layout as layout
8381
8382         * bufferlist.C (newFile): layout as layout
8383
8384         * buffer.C (readLyXformat2): layout as layout
8385         (parseSingleLyXformat2Token): layout as layout
8386         (insertStringAsLines): layout as layout
8387         (asciiParagraph): layout as layout
8388         (latexParagraphs): layout as layout
8389         (makeLinuxDocFile): layout as layout
8390         (simpleLinuxDocOnePar): layout as layout
8391         (makeDocBookFile): layout as layout
8392         (simpleDocBookOnePar): layout as layout
8393         (getLists): layout as layout
8394
8395         * LaTeXFeatures.C (getTClassPreamble): layout as layout
8396
8397         * CutAndPaste.C (cutSelection): layout as layout
8398         (pasteSelection): layout as layout
8399         (SwitchLayoutsBetweenClasses): layout as layout
8400
8401         * BufferView_pimpl.C (Dispatch): layout as layout
8402         (smartQuote): layout as layout
8403
8404         * BufferView2.C (unlockInset): layout as layout
8405
8406 2002-06-24  André Pönitz <poenitz@gmx.net>
8407
8408         * lyxfunc.C: fix #487
8409
8410 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8411
8412         * lyxrc.h:
8413         * lyxrc.C:
8414         * lyxfunc.C: remove display_shortcuts, show_banner
8415
8416 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8417
8418         * Buffer_pimpl.C: oops, update on resize
8419
8420 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8421
8422         * buffer.C:
8423         * converter.C:
8424         * exporter.C:
8425         * lyxfunc.C:
8426         * BufferView.h:
8427         * BufferView.C: use repaint()
8428
8429         * BufferView_pimpl.h:
8430         * BufferView_pimpl.C: s/updateScreen()/repaint()/
8431           as it's a clearer description. Remove superfluous
8432           redraws.
8433
8434 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8435
8436         * text.C: fix bug 488. Not ideal, but getting
8437           getWord() to work properly for the insets that
8438           matter is more difficult ...
8439
8440 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8441
8442         * BufferView_pimpl.C:
8443         * LyXAction.C:
8444         * commandtags.h:
8445         * lyxfunc.C: remove the six million index lyxfuncs to just
8446           one, and DTRT (bug 458)
8447
8448 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8449
8450         * BufferView.h:
8451         * BufferView.C:
8452         * BufferView_pimpl.h:
8453         * BufferView_pimpl.C: clean up resize() stuff,
8454           and unnecessary updateScreen()s
8455
8456 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8457
8458         * BufferView.h:
8459         * BufferView.C:
8460         * BufferView_pimpl.h:
8461         * BufferView_pimpl.C:
8462         * lyxfind.h:
8463         * lyxfind.C:
8464         * minibuffer.C: remove focus management of workarea,
8465           not needed. Use screen's greyOut()
8466
8467 2002-06-17  Herbert Voss  <voss@lyx.org>
8468
8469         * converter.C: (convert) do not post a message, when converting
8470         fails, let the calling function decide what to do in this case
8471
8472 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
8473
8474         * lyxfunc.C: tidy up a little
8475
8476 2002-06-16    <alstrup@diku.dk>
8477
8478         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
8479         Got rid of FORMS_H_LOCATION include. Now we are
8480         GUII.
8481
8482 2002-06-15  LyX Development team  <lyx@rilke>
8483
8484         * buffer.[Ch] (sgmlOpenTag):
8485         (sgmlCloseTag): Added support for avoiding pernicious mixed
8486         content. Return number of lines written.
8487
8488         (makeLinuxDocFile):
8489         (makeDocBookFile): Fixed calls to sgml*Tag.
8490         Simple white space clean.
8491
8492         (simpleDocBookOnePar): Simple white space clean.
8493
8494         * tabular.[Ch] (docBook): Renamed to docbook and got another
8495         argument to related with the pernicious mixed content.
8496
8497         (docbookRow): Fixed calls for docbook inset method.
8498
8499 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
8500
8501         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
8502         so it's X11 independent.
8503
8504         * kb*.[Ch]: ditto.
8505
8506         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
8507
8508 2002-06-15  Lyx Development team  <lyx@electronia>
8509
8510         * intl.h: Renamed getTrans to getTransManager.
8511
8512 2002-06-14  Angus Leeming  <leeming@lyx.org>
8513
8514         * Makefile.am: nuke forgotten stl_string_fwd.h.
8515
8516 2002-06-12  Angus Leeming  <leeming@lyx.org>
8517
8518         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
8519
8520 2002-06-13  Angus Leeming  <leeming@lyx.org>
8521
8522         * LaTeX.C:
8523         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
8524
8525 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
8526
8527         * kbmap.C (getiso): add support for cyrillic and greek
8528
8529 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8530
8531         * BufferView.h:
8532         * BufferView.C:
8533         * BufferView_pimpl.h:
8534         * BufferView_pimpl.C: move bogus scrolling logic
8535           to xforms
8536
8537 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8538
8539         * lyxfunc.C:
8540         * BufferView_pimpl.C: view->resize() change
8541
8542 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8543
8544         * BufferView_pimpl.C: topCursorVisible
8545           prototype change
8546
8547 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8548
8549         * Makefile.am:
8550         * lyx_gui.h:
8551         * lyx_gui.C: move to frontends/
8552
8553         * main.C:
8554         * lyx_main.h:
8555         * lyx_main.C: changes from above
8556
8557 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8558
8559         * intl.C:
8560         * intl.h:
8561         * kbmap.C:
8562         * kbsequence.C:
8563         * lyx_cb.C:
8564         * lyx_main.C: minor tidy
8565
8566 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8567
8568         * BufferView_pimpl.h:
8569         * BufferView_pimpl.C:
8570         * BufferView.h:
8571         * BufferView.C: make painter() const,
8572           remove dead code
8573
8574         * BufferView2.C: use screen() accessor
8575
8576         * lyx_main.h:
8577         * lyx_main.C: some minor cleanup
8578
8579 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8580
8581         * BufferView_pimpl.h:
8582         * BufferView_pimpl.C: remove enter/leaveView,
8583           use workHeight()
8584
8585 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8586
8587         * BufferView.h:
8588         * BufferView.C:
8589         * BufferView2.C:
8590         * BufferView_pimpl.h:
8591         * BufferView_pimpl.C: only construct screen once,
8592           rename
8593
8594         * lyxrc.C: remove pointless comment
8595
8596 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8597
8598         * BufferView.h:
8599         * BufferView.C: remove active() and belowMouse()
8600
8601         * BufferView_pimpl.h:
8602         * BufferView_pimpl.C: use workarea() not workarea_,
8603           and make it use a scoped_ptr instead
8604
8605 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8606
8607         * lyx_gui.C: add debug message on BadWindow
8608
8609 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8610
8611         * sp_spell.C: fdopen is not part of the C++ standard.
8612
8613         * paragraph.C (InsetIterator): use >= instead of ==
8614
8615 2002-06-07  Angus Leeming  <leeming@lyx.org>
8616
8617         Fixes needed to compile with Compaq cxx 6.5.
8618         * BufferView_pimpl.C:
8619         * DepTable.C:
8620         * buffer.C:
8621         * converter.C:
8622         * encoding.C:
8623         * lyx_gui.C:
8624         * lyx_main.C:
8625         * lyxtextclasslist.C:
8626         * minibuffer.C:
8627         * sp_spell.C:
8628         * tabular_funcs.C:
8629         * vc-backend.C:
8630         all c-library variables have been moved into namespace std. Wrap
8631         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
8632
8633         * lyxlength.C:
8634         * tabular-old.C:
8635         * tabular.C:
8636         Add a using std::abs declaration.
8637
8638         * kbmap.h (modifier_pair):
8639         * paragraph.h (InsetTable, InsetList):
8640         * lyxfont.h (FontBits):
8641         type definition made public.
8642
8643         * bufferlist.C (emergencyWriteAll): the compiler complains that
8644         there is more than one possible lyx::class_fun template to choose from.
8645         I re-named the void specialisation as lyx::void_class_fun.
8646
8647         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
8648
8649         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
8650         the compiler is is unable to find tostr in write_attribute.
8651
8652 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8653
8654         * buffer.C (sgmlError): hide #warning
8655
8656 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8657
8658         * xtl/*: get rid of xtl, which is not in use anyway
8659
8660         * LyXAction.C (init):
8661         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
8662         were unimplemented xtl experimentation
8663
8664 2002-06-04  André Pönitz <poenitz@gmx.net>
8665
8666         * lyxfunc.C: disable array operation on simple formulae
8667
8668 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
8669
8670         * converter.C: constify a bit
8671
8672 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
8673
8674         * lyx_gui.C: check xforms version correctly
8675
8676 2002-04-30  Herbert Voss  <voss@lyx.org>
8677
8678         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
8679         "keep" option
8680
8681 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
8682
8683         * lyxvc.C: fix bug 416 (make sure buffer is saved before
8684           attempt to register it with a VCS)
8685
8686 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8687
8688         * lyx_main.C (init): honor variables LYX_DIR_13x and
8689         LYX_USERDIR_13x
8690
8691 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8692
8693         * buffer.h:
8694         * buffer.C:
8695         * lyx_main.C: fix a crash on bad command line,
8696           and give a useful exit status on error
8697
8698         * lyxfunc.C (doImport): allow -i lyx to work
8699
8700 2002-03-30  André Pönitz <poenitz@gmx.net>
8701
8702         * lyxfunc.C: mathed font changes
8703
8704 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8705
8706         * LaTeX.C:
8707         * importer.h:
8708         * importer.C:
8709         * lyx_sty.h:
8710         * lyx_sty.C:
8711         * lyxlex.C:
8712         * lyxrow.h:
8713         * lyxtext.h:
8714         * paragraph.h:
8715         * paragraph.C:
8716         * texrow.h:
8717         * texrow.C:
8718         * text.C:
8719         * trans_mgr.h: srcdocs, and some minor cleanups
8720
8721 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8722
8723         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
8724         call getFont all the time)
8725
8726 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8727
8728         * switch from SigC signals to boost::signals
8729
8730 2002-05-29  André Pönitz <poenitz@gmx.net>
8731
8732         * paragraph_pimpl.C (getChar): don't call size() too often...
8733
8734 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8735
8736         * paragraph_pimpl.C (insertChar): do not try to update tables when
8737         appending (pos == size())
8738
8739         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
8740         in order to reduce drastically the number of comparisons needed to
8741         parse a large document
8742
8743 2002-05-29  André Pönitz <poenitz@gmx.net>
8744
8745         * text.C:
8746         * text2.C:
8747         * lyxtextclass.C:
8748         * sp_pspell.h:
8749         * textclasslist.[Ch]:
8750         * sp_ispell.h: whitespace change
8751
8752 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8753
8754         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
8755         lyxaction directly now.
8756
8757 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
8758
8759         * trans.C:
8760         * lyxfont.C:
8761         * lyxvc.C: remove unused headers
8762
8763 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8764
8765         * Makefile.am:
8766         * buffer.h:
8767         * undostack.h:
8768         * undostack.C:
8769         * undo_funcs.h:
8770         * undo_funcs.C: some cleanups. Use shared_ptr
8771           and a template for the undo stacks.
8772
8773 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8774
8775         * BufferView_pimpl.h:
8776         * BufferView_pimpl.C:
8777         * kbmap.h:
8778         * kbmap.C:
8779         * kbsequence.h:
8780         * kbsequence.C:
8781         * lyxfunc.h:
8782         * lyxfunc.C:
8783         * text2.C: use key_state/mouse_state
8784
8785 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8786
8787         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
8788         and LSubstring
8789
8790         * chset.C: change include order
8791         (loadFile): use boost regex and get rid of LRegex and LSubstring
8792
8793         * Makefile.am (BOOST_LIBS): new variable
8794         (lyx_LDADD): use it
8795
8796         * LaTeX.C: change include order.
8797         (scanAuxFile): use boost regex and get rid of LRegex and
8798         LSubstring
8799         (deplog): ditto
8800
8801 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8802
8803         * ColorHandler.h:
8804         * ColorHandler.C:
8805         * FontInfo.h:
8806         * FontInfo.C: moved to frontends/xforms/
8807
8808         * FontLoader.h:
8809         * FontLoader.C: moved into frontends for GUIIzation
8810
8811         * Makefile.am:
8812         * lyx_gui.C:
8813         * lyxfont.C:
8814         * lyxfunc.C: changes from above
8815
8816 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8817
8818         * LColor.C: remove spurious X include
8819
8820         * BufferView_pimpl.C:
8821         * Makefile.am:
8822         * font.h:
8823         * font.C:
8824         * text.C:
8825         * text2.C: move font metrics to frontends/
8826
8827 2002-05-24  Juergen Vigna  <jug@sad.it>
8828
8829         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8830         setting the undo_cursor.
8831
8832         * ParagraphParameters.h: include local includes first.
8833
8834 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8835
8836         * BufferView_pimpl.C:
8837         * BufferView_pimpl.h:
8838         * Makefile.am:
8839         * WorkArea.h:
8840         * WorkArea.C:
8841         * screen.C: move WorkArea into frontends/
8842
8843         * lyxscreen.h:
8844         * screen.C:
8845         * text.C:
8846         * BufferView.C:
8847         * BufferView2.C: move LyXScreen into frontends/
8848
8849         * lyxlookup.h:
8850         * lyxlookup.C:
8851         * lyx_gui.C: move lyxlookup into frontends/xforms/
8852
8853 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8854
8855         * BufferView2.C:
8856         * BufferView_pimpl.C:
8857         * FontLoader.C:
8858         * LyXView.h:
8859         * LyXView.C:
8860         * Makefile.am:
8861         * WorkArea.C:
8862         * XFormsView.h:
8863         * XFormsView.C:
8864         * buffer.C:
8865         * bufferlist.C:
8866         * bufferview_funcs.C:
8867         * converter.C:
8868         * importer.C:
8869         * lyx_cb.C:
8870         * lyx_gui.C:
8871         * lyx_main.C:
8872         * lyx_find.C:
8873         * lyxfunc.C:
8874         * lyxvc.C:
8875         * minibuffer.C:
8876         * text.C:
8877         * text2.C:
8878         * trans.C:
8879         * vc-backend.C: move LyX/XFormsView into frontends/
8880
8881 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8882
8883         * Makefile.am:
8884         * PainterBase.C:
8885         * PainterBase.h:
8886         * Painter.C:
8887         * Painter.h:
8888         * WorkArea.C:
8889         * WorkArea.h:
8890         * screen.C:
8891         * tabular.C:
8892         * text.C:
8893         * text2.C: move Painter to frontends/
8894
8895 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8896
8897         * buffer.C: comment out some some code that depend upon lyx_format
8898         < 220
8899
8900         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
8901         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
8902
8903         * buffer.h (NO_COMPABILITY): turn off compability
8904
8905         * ColorHandler.C: include scoped_array.hpp
8906
8907         * font.C: Use more specific smart_ptr header.
8908         * Painter.C: ditto
8909         * gettext.C: ditto
8910         * ShareContainer.h: ditto
8911         * lyx_main.h: ditto
8912         * kbmap.h: ditto
8913         * FontInfo.h: ditto
8914         * BufferView_pimpl.h: ditto
8915         * ColorHandler.h: ditto
8916
8917         * kbmap.C (defkey): change call to shared_ptr::reset
8918
8919 2002-05-21  Juergen Vigna  <jug@sad.it>
8920
8921         * buffer.C (insertErtContents): fix to insert ert asis if it is
8922         non empty. Skip it completely if it contains only whitespaces.
8923
8924 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
8925
8926         * BufferView_pimpl.C:
8927         * BufferView2.C: clear selection on paste (bug 393)
8928
8929 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8930
8931         * DepTable.C: include ctime
8932
8933 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8934
8935         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8936
8937 2002-05-14  Juergen Vigna  <jug@sad.it>
8938
8939         * text.C (breakParagraph): fixed function to honor the keepempty
8940         layout in the right maner and also to permit the right breaking
8941         algorithm on empty or non empyt keepempty paragraphs.
8942
8943         * paragraph.C (breakParagraph): we have to check also if the par
8944         is really empty (!size()) for isempty otherwise we do the wrong
8945         paragraph break.
8946
8947 2002-05-10  Juergen Vigna  <jug@sad.it>
8948
8949         * buffer.[Ch] : The following are only changes to the ert
8950         compatibility read reading old LaTeX layout and font stuff and
8951         convert it to ERTInsets.
8952
8953         * buffer.h: added isErtInset().
8954
8955         * buffer.C (struct ErtComp): add a fromlayout bool to check
8956         if we're inside a LaTeX layout.
8957         (isErtInset): new helper function.
8958         (insertErtContents): look for other ert insets before this one
8959         and insert the contents there, so that we don't have subsequent
8960         ERT insets with nothing between them. This way we create only one
8961         inset with multiple paragraphs. Also check if we don't insert only
8962         spaces ' ' as they are ignored anyway afterwards in the .tex file
8963         so if we have only spaces we will ignore this latex part in the
8964         new file.
8965         (parseSingleLyXformat2Token \\layout): better compatibility when
8966         reading layout-latex stuff.
8967         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
8968         language tag.
8969         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
8970         stuff after reading the inset only get the information back from
8971         the stack.
8972
8973 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
8974
8975         * buffer.C (makeLaTeXFile): Put language options after loading babel.
8976
8977         * LaTeXFeatures.C (getBabelOptions): New method.
8978
8979 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8980
8981         * BufferView_pimpl.C (Dispatch): work around missing argument for
8982         'layout'
8983
8984 2002-05-08  Juergen Vigna  <jug@sad.it>
8985
8986         * text.C (leftMargin): handle paragraph leftindent.
8987
8988         * paragraph.C (writeFile): write the new \\leftindent tag.
8989         (validate): handle leftindent code.
8990         (TeXEnvironment): handle paragraphleftindent code again.
8991
8992         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
8993
8994         * buffer.C (parseSingleLyXformat2Token): added compatibility code
8995         for paragrap_extra indent code and new token \\leftindent.
8996         (latexParagraphs): handle the leftindent as environment.
8997
8998         * ParameterStruct.h: added leftindent support.
8999
9000         * ParagraphParameters.C (leftIndent): added support functions for
9001         the paragraph left indent.
9002
9003         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9004         more appropriate.
9005
9006 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9007
9008         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9009         inside insetERT.
9010
9011         * text.C (computeBidiTables): No bidi in insetERT.
9012
9013         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9014         in RTL documents.
9015
9016 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9017
9018         * version.C.in: pre 5
9019
9020 2002-05-02  José Matos  <jamatos@fep.up.pt>
9021         * buffer.C (makeDocBookFile): white space changes, add newline to
9022         command styles.
9023         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9024
9025         * tabular.C (docBook): fix typo.
9026
9027 2002-05-03  Juergen Vigna  <jug@sad.it>
9028
9029         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9030         change in LyXText as we can not be sure it was not freed.
9031         (drawOneRow): remove unused code.
9032
9033         * text.C (drawInset): redo the calculation of the need_break_row as
9034         it could have a row which was already freed.
9035         (draw): look at the return value of drawInset and return false if
9036         it also returned false.
9037         (paintRowText): look at the return value of draw and return false if
9038         it also returned false.
9039
9040         * lyxtext.h: added bool return type to drawInset() and draw() so that
9041         if we have a change in the row so that the rowbreak has to be redone
9042         we abort drawing as it will be called again.
9043
9044 2002-05-02  Juergen Vigna  <jug@sad.it>
9045
9046         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9047         a change in the maintext also if we're inside an inset.
9048         (Dispatch): set the cursor again after a break line and after the
9049         screen has been updated as it could be we're in a different row.
9050
9051         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9052         to set the cursor behind the pargraph with > size().
9053         (setCursor): check also for the same paragraph when checking where
9054         to put the cursor if we have a NFR inset.
9055
9056         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9057         parts of layout read further up as it still was in the wrong
9058         position.
9059
9060 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9061
9062         * screen.C (drawFromTo): change sine fullRebreak always return
9063         true.
9064
9065         * buffer.C (parseSingleLyXformat2Token): reindent some
9066
9067         * BufferView_pimpl.C (update): change since fullRebreak always
9068         return true.
9069         (Dispatch): git rid of the last hardcoded "Standard"s.
9070
9071 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9072
9073         * text2.[Ch] (fullRebreak): make it return void now that we always
9074         returned true.
9075
9076 2002-04-30  Juergen Vigna  <jug@sad.it>
9077
9078         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9079         ert compatibility check for "latex" layout.
9080
9081 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9082
9083         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9084         minipages: use col% instead of p%, and also use the current font.
9085         (makeLaTeXFile): Fix use babel condition.
9086         (parseSingleLyXformat2Token): Correct font when reading old floats.
9087
9088 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9089
9090         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9091         inserting list of floats.
9092
9093 2002-04-25  Herbert Voss  <voss@lyx.org>
9094
9095         * MenuBackend.C (expand): don't add the graphics extensions to the
9096         export menu
9097
9098 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9099
9100         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9101         non-existing layout, do not complain if it was the default layout
9102         of the original class (bug #342)
9103
9104 2002-04-24  Juergen Vigna  <jug@sad.it>
9105
9106         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9107         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9108
9109 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9110
9111         * buffer.C (getBibkeyList): If using \bibliography, return the
9112         option field with the reference itself. Enables us to provide natbib
9113         support when using \bibliography.
9114
9115 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9116
9117         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9118
9119         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9120         natbib is provided by the LaTeX class.
9121
9122 2002-04-23  Juergen Vigna  <jug@sad.it>
9123
9124         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9125         Wakeup functions.
9126
9127         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9128
9129 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9130
9131         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9132
9133         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9134         ensuremath around textordmasculine, textordfeminine and
9135         textdegree.
9136
9137 2002-04-19  Juergen Vigna  <jug@sad.it>
9138
9139         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9140         reinitializing the buffer otherwise row-dimensions may be wrong.
9141         (update): reset also the selection cursors if they do exits otherwise
9142         their x/y positions may be wrong.
9143
9144         * text2.C (cursorDown): don't enter the inset if we came from a row
9145         above and are one row over the inset.
9146
9147         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9148         really leaving an inset.
9149
9150 2002-04-18  Juergen Vigna  <jug@sad.it>
9151
9152         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9153         of the selected paragraph does not have the selected layout also if
9154         the last one had!
9155
9156         * text2.C (setLayout): fixed bug which did not change last selected
9157         paragraph.
9158
9159         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9160         changed the read and substituted \\end_float with \\end_inset!
9161
9162         * BufferView_pimpl.C (cursorPrevious):
9163         (cursorNext): fixed to make it work with rows heigher than the work
9164         area without moving the cursor only the draw of the row.
9165         (workAreaMotionNotify): fix jumping over high rows.
9166
9167 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9168
9169         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9170         Ressler.
9171
9172 2002-04-16  Juergen Vigna  <jug@sad.it>
9173
9174         * text2.C (setCursor): set also the irow().
9175         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9176         (cursorUp):
9177         (cursorDown): support for locking an inset if the x_fix value goes
9178         inside it. That way I can transverse insets too with cursor up/down.
9179
9180         * lyxrow.h: added irow helper function same as other (i) functions.
9181
9182         * BufferView_pimpl.C (cursorPrevious):
9183         (cursorNext): fixed for insets!
9184
9185 2002-04-15  Juergen Vigna  <jug@sad.it>
9186
9187         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9188         position otherwise it is wrong in some cases.
9189
9190         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9191         inside the inset before the call.
9192
9193 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9194
9195         * buffer.[Ch] (getBibkeyList): make it const.
9196
9197 2002-04-12  Juergen Vigna  <jug@sad.it>
9198
9199         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9200
9201         * text2.C (getCursorX): new helper function
9202         (setCursor): compute also ix_
9203         (setCursorFromCoordinates): set also ix.
9204
9205         * lyxcursor.h: added ix_ and helper functions.
9206
9207         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9208
9209         * buffer.C (insertStringAsLines): dont break paragraph if the this
9210         paragraph is inside an inset which does not permit it!
9211
9212         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9213         also with no chars on this paragraph.
9214         (paintRowText): only paint stuff if it's inside the workarea!
9215
9216         * paragraph.C (breakParagraph): honor keepempty flag and break the
9217         paragraph always below not above.
9218
9219         * BufferView2.C (unlockInset): update the paragraph layout on inset
9220         unlock as we changed paragraph in such a case.
9221
9222         * lyxfind.C (LyXFind): clear the former selection if not found!
9223
9224         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9225         again called in insertChar().
9226
9227         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9228         an inset which uses the whole row!
9229         (rightMargin): ditto.
9230         (insertChar): force a rebreak if we inserted an inset!
9231
9232 2002-03-28  Herbert Voss  <voss@lyx.org>
9233
9234         * lyxlength.[Ch]: add inBP() to get the right PS-point
9235         units (BigPoint). With inPixels we have rounding errors
9236
9237 2002-04-11  Juergen Vigna  <jug@sad.it>
9238
9239         * text2.C (setCursorFromCoordinates): set iy to the right value.
9240         (setCursor): add check if row->previous exists!
9241
9242         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9243         an old float_type as this was the case in the old code!
9244
9245         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9246
9247         * BufferView2.C (showLockedInsetCursor): use iy
9248         (fitLockedInsetCursor): ditto
9249
9250         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9251         locked insets as there we have the right value now.
9252
9253         * lyxcursor.C: added iy_ variable and iy functions to set to the
9254         baseline of cursor-y of the locked inset.
9255
9256         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9257         (setCursor): fixed for insets which need a full row.
9258
9259         * text.C (rowLastPrintable): don't ignore the last space when before
9260         an inset which needs a full row.
9261         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9262         as last character of a row when before a inset which needs a full row.
9263
9264 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9265
9266         * version.C.in: update date
9267
9268         * text2.C (fullRebreak): try to always return true and see what
9269         happens...
9270
9271 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9272
9273         * MenuBackend.C (expand): use Floating::listName
9274
9275         * FloatList.C (FloatList): add listName argument to the built-in
9276         floats
9277
9278         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9279         text associated with the float.
9280
9281 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9282
9283         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9284
9285 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9286
9287         * ShareContainer.h: add a couple of missing typenames.
9288
9289 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9290
9291         * lyxrc.C (getDescription): use _() correctly rather than N_().
9292
9293 2002-03-28  Herbert Voss  <voss@lyx.org>
9294
9295         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9296         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9297
9298 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9299
9300         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9301         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9302
9303 2002-03-29  Juergen Vigna  <jug@sad.it>
9304
9305         * lyxfunc.C (dispatch): add a missing fitCursor call.
9306
9307         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
9308         it was scrolled by a cursor move, so return the bool status.
9309
9310         * BufferView.C (fitCursor): return the bool flag also to the outside
9311         world as this is needed.
9312
9313         * screen.C (toggleToggle): don't subtract the offset if it's positive.
9314
9315         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
9316         call the edit() as it is not needed (and wrong) IMO.
9317         (workAreaButtonPress): set the screen_first variable before evt.
9318         unlock the inset as this may change screen_first and then we have
9319         a wrong y position for the click!
9320
9321 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9322
9323         * MenuBackend.C (expand): another translation that I missed
9324
9325 2002-03-28  Juergen Vigna  <jug@sad.it>
9326
9327         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
9328
9329         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
9330
9331 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9332
9333         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
9334
9335         * MenuBackend.C (expand): fix export/view/update when there is no
9336         document open.
9337
9338 2002-03-27  Herbert Voss  <voss@lyx.org>
9339
9340         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
9341         and text%
9342
9343 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9344
9345         * bufferview_funcs.C (currentState): only show paragraph number
9346         for is DEVEL_VERSION is set.
9347
9348         * lyxfunc.C (dispatch): put warning in INFO channel
9349
9350         * MenuBackend.C (expand): translate the name of floats
9351
9352         * FloatList.C (FloatList): mark the float names for translation
9353
9354         * converter.C (convert): use LibScriptSearch
9355
9356 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9357
9358         * MenuBackend.C (defaults): fix default menu (we might as well get
9359         rid of it...)
9360
9361 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9362
9363         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
9364         directory.
9365
9366 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9367
9368         * lyxvc.C: reorder includes.
9369
9370 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
9371
9372         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
9373           properly
9374
9375 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
9376
9377         * CutAndPaste.C: change layouts earlier on paste
9378           to avoid crashing when calling getFont()
9379
9380 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
9381
9382         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
9383         irritating #error.
9384
9385 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9386
9387         * WorkArea.C: remove 'Pending' debug message.
9388
9389         * most files: ws cleanup
9390
9391         * buffer.[Ch]: ws changes
9392
9393         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
9394
9395 2002-03-21  Juergen Vigna  <jug@sad.it>
9396
9397         * tabular.C (SetMultiColumn): collapse also the contents of the
9398         cells and set the last border right. Added a Buffer const * param.
9399
9400 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9401
9402         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
9403         linking or not.
9404
9405 2002-03-19  Juergen Vigna  <jug@sad.it>
9406
9407         * text2.C (clearSelection): reset also xsel_cache.
9408
9409         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
9410         where it needs to be called (John tells us to do so too :)
9411         (selectionLost): reset sel_cache.
9412
9413         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
9414
9415 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9416
9417         * text2.C (setCursorIntern): put debuging code in INSETS channel
9418
9419 2002-03-19  André Pönitz <poenitz@gmx.net>
9420
9421         * lyxfunc.C: tiny whitespace change
9422
9423 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9424
9425         * ToolbarDefaults.C (init):
9426         * LyXAction.C (init):
9427         * commandtags.h:
9428         * BufferView_pimpl.C (Dispatch):
9429         * lyxfunc.C (dispatch): remove LFUN_DEPTH
9430
9431 2002-03-19  Allan Rae  <rae@lyx.org>
9432
9433         * exporter.C (Export): removeAutoInsets before doing anything else.
9434         While I've just introduced a dependency on BufferView this really is
9435         the best place to clean the buffer otherwise you need to cleanup in
9436         a dozen places before calling export or cleanup in a dozen functions
9437         that export calls.
9438
9439         * converter.C (runLaTeX):
9440         (scanLog): Better handling of removeAutoInsets and screen updates.
9441
9442         * lyxfunc.C (dispatch): small whitespace changes
9443
9444 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9445
9446         * WorkArea.C (C_WorkAreaEvent): return a value.
9447         (event_cb): return 1 if we handled the event, 0 otherwise.
9448
9449         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
9450
9451 2002-03-18  Juergen Vigna  <jug@sad.it>
9452
9453         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
9454         (GetAdditionalWidth): ditto.
9455         (RightLine): ditto.
9456         (LeftLine): ditto.
9457
9458         * BufferView2.C (copy): use getLyXText() so that we do it inside an
9459         inset if we're there actually (probably not used right now but this
9460         is the direction to go for unifying code).
9461         (paste): disable code to clear the selection.
9462
9463         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
9464         inside an InsetText and move the check further up as it is in the
9465         wrong place.
9466
9467         * text2.C (pasteSelection): set a selection over the pasted text.
9468
9469 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
9470
9471         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
9472         and libgraphics to build on Cygwin.
9473
9474 2002-03-15  Juergen Vigna  <jug@sad.it>
9475
9476         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
9477         inserting an Inset into the paragraph. I know this is not the best
9478         fix but we already use current_view in CutAndPaste so we will remove
9479         all of it's using at the same time.
9480
9481         * buffer.C (sgmlError): deactivated function till it is rewritten in
9482         the right mode, now it can create problems.
9483
9484         * paragraph.C (isLineSeparator): check if getInset returns != 0,
9485         before accessing it.
9486
9487 2002-03-14  Juergen Vigna  <jug@sad.it>
9488
9489         * undo_funcs.C (textHandleUndo): do the right thing when updating
9490         the inset after the undo/redo.
9491
9492         * text2.C (setCursor): just some testcode for #44 not ready yet.
9493
9494         * undo_funcs.C (textHandleUndo): set the next() and previous()
9495         pointers of the paragraph to 0 before deleting otherwise we have
9496         problems with the Paragraph::[destructor].
9497
9498         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
9499         on a paragraph insertion.
9500
9501 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9502
9503         * buffer.C (asciiParagraph): use += operator for char append to
9504         string.
9505
9506         * paragraph.C (getFontSettings): compare >= not just >
9507         (highestFontInRange): ditto
9508         (setFont): ditto
9509
9510 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9511
9512         * paragraph.C: change several algorithm to be more appripriate for
9513         the problem domain. This is lookip in FontList and in the InsetList.
9514
9515 2002-03-13  André Pönitz <poenitz@gmx.net>
9516
9517         * commandtags.h:
9518         * LyXAction.C: remove unused LFUN_MATH_MACROARG
9519
9520 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
9521
9522         * commandtags.h:
9523         * LyXAction.C:
9524         * lyxfunc.C:
9525         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
9526
9527 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9528
9529         * Painter.C (display): anon helper function, adjust code for this
9530         change.
9531         (pixmap): remove function.
9532
9533         * Painter.h: remove private display variable.
9534
9535         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
9536
9537 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
9538
9539         * WorkArea.[Ch]: remove figinset_canvas cruft.
9540
9541 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9542
9543         * lyxtextclass.C (operator): add one item cache optimization.
9544
9545         * bufferlist.h: doxy changes
9546
9547         * bufferlist.C: ws changes
9548
9549         * DepTable.[Ch] (ext_exist): place const in the right spot.
9550
9551         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
9552         call resizeInsets.
9553         (workAreaExpose): call resizeInsets when the with BufferView changes.
9554         (Dispatch): adjust for protectedBlank removal
9555         (specialChar): call updateInset if the insert went ok.
9556
9557         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
9558         specialChar instead.
9559
9560         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
9561
9562         * BufferView.h: doxy change
9563
9564         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
9565
9566         * lyxtextclass.C (operator[]): remove non-const version
9567         (defaultLayout): remove non-const version
9568
9569 2002-03-12  Juergen Vigna  <jug@sad.it>
9570
9571         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
9572         did resize the LyXText too.
9573
9574         * buffer.C (readLyXformat2): set layout information on newly allocated
9575         paragraphs.
9576
9577         * tabular.C (OldFormatRead): set layout information on the paragraph.
9578
9579 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9580
9581         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
9582
9583 2002-03-11  Juergen Vigna  <jug@sad.it>
9584
9585         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
9586         plainly wrong.
9587         (resizeCurrentBuffer): force also the insets to resize themselfes.
9588         (moveCursorUpdate): fixed up for InsetText.
9589
9590 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
9591
9592         * commandtags.h:
9593         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
9594         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
9595         value of Dialogs::tooltipsEnabled().
9596         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
9597
9598 2002-03-08  Juergen Vigna  <jug@sad.it>
9599
9600         * BufferView_pimpl.C (updateInset): update inset inside inset also
9601         if it isn't inside theLockingInset().
9602
9603 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9604
9605         * buffer.C (asciiParagraph): redo some of the word and line length
9606         handling.
9607         (getLists): look for Caption instead of caption.
9608
9609 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9610
9611         * buffer.C (Buffer): initialize niceFile to true
9612         (makeLaTeXFile):
9613         (makeLinuxDocFile):
9614         (makeDocBookFile): make sure niceFile is true on exit
9615
9616 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9617
9618         * buffer.C (makeLaTeXFile): escape ~ in \input@path
9619
9620 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
9621
9622         * LyXSendto.C: remove.
9623         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
9624         * lyx_gui.C: remove now-redundant comment.
9625         * ColorHandler.h: remove forward declaration of class WorkArea.
9626         * lyxfunc.C: remove #include "WorkArea.h".
9627
9628 2002-03-07  Juergen Vigna  <jug@sad.it>
9629
9630         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
9631         got moved away with the DEPM and also set the inset_owner always
9632         right which before could have been omitted.
9633
9634 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9635
9636         * buffer.C (parseSingleLyXformat2Token): use default layout is the
9637         wanted layout is not found.
9638
9639 2002-03-07  Juergen Vigna  <jug@sad.it>
9640
9641         * CutAndPaste.C (cutSelection): another layout settings forgotten.
9642
9643 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9644
9645         * paragraph.C (breakParagraph): use default layout not layout of
9646         prev paragraph.
9647         (Paragraph): clear ParagraphParameters.
9648
9649 2002-03-06  Juergen Vigna  <jug@sad.it>
9650
9651         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
9652         otherwise it would not be a valid lenght. Fixed a special case in
9653         the minipage compatibility read where we end the document with a
9654         minipage.
9655
9656         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
9657         was set as it could be 0 for InsetTexts first entry.
9658
9659 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9660
9661         * paragraph.C (writeFile): if layout is empty write out
9662         defaultLayoutName().
9663
9664         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
9665         file without named layout we set layout to defaultLayoutName().
9666
9667 2002-03-06  Juergen Vigna  <jug@sad.it>
9668
9669         * CutAndPaste.C (copySelection): set layout for new paragraph.
9670
9671         * text.C (prepareToPrint): leave ERT inset left aligned
9672         (leftMargin): don't indent paragraphs inside ERT insets
9673
9674 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9675
9676         * paragraph.C (breakParagraph): dont call clear do the work manually
9677
9678         * paragraph.[Ch] (clear): remove function
9679
9680 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9681
9682         * paragraph.C (Paragraph): dont call clear, the work has already
9683         been done.
9684
9685         * lyxtextclass.C (operator): assert if n is empty
9686
9687         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
9688         work manually instead.
9689
9690 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9691
9692         * BufferView_pimpl.C: protect selectionLost against text == 0
9693
9694 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9695
9696         * text.C (breakParagraph): fix a setting layout to '0' problem.
9697
9698 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9699
9700         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
9701         final location of file, for the included files, and graphics.
9702
9703 2002-03-05  Juergen Vigna  <jug@sad.it>
9704
9705         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
9706
9707 2002-03-04  Juergen Vigna  <jug@sad.it>
9708
9709         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
9710
9711         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
9712         last column of multicolumn cells.
9713         (SetWidthOfMulticolCell): recalculate NMC and real columns.
9714
9715 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9716
9717         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
9718         file if it doesn't go to a temporary file.
9719
9720         * buffer.C (sgmlOpenTag):
9721         (sgmlCloseTag):  remove extra newline insertion.
9722
9723 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9724
9725         * text.C (getRowNearY): comment out debug msg
9726
9727 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9728
9729         * text2.C: first -> first_y
9730
9731         * text.C (getRowNearY): add some attemts at a possible
9732         optimization, not working.
9733
9734         * tabular.[Ch]: add BufferParams to several function so that newly
9735         created paragraph can be initialized to he default layotu for the
9736         buffers textclass.
9737
9738         * tabular-old.C (ReadOld): add buf->params to call of Init
9739
9740         * screen.C: rename text->first to text->first_y
9741
9742         * paragraph.C (breakParagraph): always set layout in the broken
9743         paragraph
9744
9745         * lyxtextclass.C (Read): remove lowercase
9746         (hasLayout): ditto
9747         (operator): ditto
9748         (delete_layout): ditto
9749
9750         * lyxtext.h: rename first -> first_y
9751
9752         * lyxlayout.C (Read): remove lowercase
9753         (name): ditto
9754         (setName): ditto
9755         (obsoleted_by): ditto
9756
9757         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
9758
9759         * buffer.C (insertErtContents): add params are to InsetERT
9760         (parseSingleLyXformat2Token): add code to check if a paragraphs
9761         layout really exist.
9762         (parseSingleLyXformat2Token): add params to several inset
9763         constructors
9764         (asciiParagraph): remove lowercase, do the layout comparisons with
9765         no_case
9766
9767         * BufferView_pimpl.C (cursorNext): first -> first_y
9768         (resizeCurrentBuffer): first -> first_y
9769         (updateScrollbar): first -> first_y
9770         (scrollCB): first -> first_y
9771         (workAreaMotionNotify): first -> first_y
9772         (workAreaButtonPress): first -> first_y
9773         (checkInsetHit): first -> first_y
9774         (cursorPrevious): first -> first_y
9775         (cursorNext): first -> first_y
9776         (Dispatch): add buffer_->params to severl inset contructors
9777
9778 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9779
9780         * lyxlayout.C (Read): remove some debug info that I forgot.
9781
9782         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
9783         clean up the code slightly.
9784         (makeLinuxDocFile): ditto
9785         (makeDocBookFile): ditto
9786
9787         * text2.C: layout as string
9788
9789         * text.C: layout as string
9790
9791         * paragraph_pimpl.C: layout as string
9792
9793         * paragraph.[Ch]: layout as string
9794
9795         * lyxtextclasslist.[Ch]: layout as string
9796
9797         * lyxtextclass.[Ch]: layout as string
9798
9799         * lyxtext.h: layout as string
9800
9801         * lyxlayout.[Ch]: layout as string
9802
9803         * lyx_cb.C: layout as string
9804
9805         * bufferview_funcs.C: layout as string
9806
9807         * bufferparams.C: layout as string
9808
9809         * buffer.C: layout as string
9810
9811         * LyXView.[Ch]: layout as string
9812
9813         * LaTeXFeatures.[Ch]: layout as string
9814
9815         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
9816
9817         * BufferView_pimpl.C: change current_layout to string, remove
9818         lyx::layout_type.
9819         (Dispatch):
9820         (smartQuote):
9821         (insertInset):
9822         (workAreaButtonRelease): layout as string
9823
9824         * BufferView2.C (unlockInset): adjust
9825
9826         * vspace.C (asLatexCommand): use an explict temp variable.
9827
9828 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9829
9830         * Makefile.am: use FRONTEND_*
9831
9832 2002-03-01  Juergen Vigna  <jug@sad.it>
9833
9834         * tabular.C (SetWidthOfMulticolCell): changed to something better
9835         I hope but still work in progress.
9836         (recalculateMulticolumnsOfColumn): renamed function from
9837         recalculateMulticolCells as it is more appropriate now.
9838         (SetWidthOfCell): calculate multicols better.
9839
9840 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9841
9842         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9843
9844         * lyxfunc.C (processKeySym): print sequence also if it is
9845         `deleted' (complete)
9846
9847         * kbsequence.C (print): print sequence even if it is deleted
9848         (complete would be a better word, actually).
9849
9850         * lyxfunc.C (dispatch): print complete options after a prefix key
9851
9852         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9853
9854 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
9855
9856         * text2.C (setCharFont): eliminate setCharFont code duplication.
9857
9858 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9859
9860         * BufferView_pimpl.C (Dispatch): remove bogus handling of
9861         LFUN_TABULAR_FEATURE (bug #177)
9862
9863 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
9864
9865         * Makefile.am: remove figure.h
9866
9867 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9868
9869         * Bufferview_pimpl.C:
9870         * CutAndPasteC:
9871         * LaTeX.C:
9872         * LyXSendto.C:
9873         * buffer.C:
9874         * bufferlist.C:
9875         * converter.C:
9876         * language.C:
9877         * lyxfunc.C:
9878         * lyxvc.C:
9879         * paragraph.C:
9880         * text.C:
9881         * text2.C: remove #include "lyx_gui_misc.h".
9882
9883         * LaTeX.C: added #include <cstdio>
9884
9885 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9886
9887         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
9888         that the paragraph following this one can have.
9889
9890         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
9891
9892         * vspace.C (asLatexCommand): fix bogus gcc warning
9893
9894         * Makefile.am (lyx_SOURCES): remove vms_defines.h
9895
9896 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
9897
9898         * text2.C (setLayout): get rid of redundant code
9899
9900 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
9901
9902         * text2.C (incDepth): make sure depth cannot be increased beyond
9903         reasonable values.
9904
9905 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
9906
9907         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
9908         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
9909
9910         * PainterBase.h (image):
9911         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
9912         a LyXImage const *.
9913
9914 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9915
9916         * BufferView.C:
9917         * BufferView.h:
9918         * BufferView_pimpl.C:
9919         * BufferView_pimpl.h:
9920         * LaTeXFeatures.C:
9921         * LyXAction.C:
9922         * LyXView.C:
9923         * Makefile.am:
9924         * UpdateList.h:
9925         * UpdateList.C:
9926         * buffer.C:
9927         * figure.h:
9928         * figureForm.C:
9929         * figureForm.h:
9930         * figure_form.C:
9931         * figure_form.h:
9932         * lyx_cb.C:
9933         * lyx_gui.C:
9934         * lyx_gui_misc.C:
9935         * lyxfunc.C:
9936         * sp_base.h:
9937         * sp_ispell.h:
9938         * sp_pspell.h:
9939         * sp_spell.C: remove fig inset, and the crap house of
9940           cards that follows it
9941
9942 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9943
9944         * Makefile.am:
9945         * lyxserver.C:
9946         * os2_defines.h:
9947         * os2_errortable.h:
9948         * nt_defines.h: move .h into support/
9949
9950         * vms_defines.h: remove
9951
9952         * WorkArea.C: add space in debug output
9953
9954         * text2.C:
9955         * paragraph.C:
9956         * buffer.C: add WITH_WARNINGS
9957
9958         * vc-backend.h:
9959         * vc-backend.C:
9960         * bufferlist.C: s/retrive/retrieve/, add docs
9961
9962         * vspace.h:
9963         * vspace.C:
9964         * kbmap.h:
9965         * lyxlength.h:
9966         * lyxgluelength.h:
9967         * length_common.h:
9968         * chset.h:
9969         * chset.C: add docs
9970
9971         * lyxgui.C: add ID to X error handler
9972
9973         * lyxtestclass.c: fix typo
9974
9975 2002-02-26  Juergen Vigna  <jug@sad.it>
9976
9977         * tabular_funcs.C (write_attribute): changed so that some default
9978         attributes are not written at all.
9979         (getTokenValue): set default values before trying to read the
9980         value so we have the return value always set as default if we don't
9981         find the token we search for.
9982
9983         * tabular.C (Write): write bools as bools not as strings!
9984
9985 2002-02-22  Juergen Vigna  <jug@sad.it>
9986
9987         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
9988         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
9989
9990         * text.C (leftMargin): don't add an indent for paragraphs inside
9991         tabular cells (fix #208).
9992
9993 2002-02-21  José Matos  <jamatos@fep.up.pt>
9994
9995         * tabular.C (docBook): fixed support for long tables.
9996
9997 2002-02-20  Juergen Vigna  <jug@sad.it>
9998
9999         * text2.C (getFont): get the drawing font of the Inset if this
10000         paragraph is inside an inset (only important for InsetERT for now).
10001
10002         * buffer.C (insertErtContents): use new lanugage params in ERT
10003         constructor.
10004
10005         * CutAndPaste.C: commenting out seemingly uneeded code.
10006
10007 2002-02-19  Allan Rae  <rae@lyx.org>
10008
10009         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10010         Iterators might be simple to use but they also get invalidated.
10011         (removeAutoInsets): renamed saved cursor tracking variables and added
10012         some comments to clarify what everything does.
10013
10014 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10015
10016         * Chktex.C:
10017         * LaTeX.C:
10018         * LyXSendto.C:
10019         * converter.C:
10020         * lyx_cb.C:
10021         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10022         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10023
10024         * lyxfunc.C:
10025         * vc-backend.h: remove #include "support/syscall.h"
10026
10027         * LaTeX.C:
10028         * LyXSendto.C:
10029         * converter.C: rearrange #includes in Lars' approved fashion.
10030
10031         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10032         forward declare class Timeout in the header file.
10033
10034         * XFormsView.C: changes due to the above.
10035
10036         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10037         similar to LyXView.
10038
10039         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10040         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10041
10042 2002-02-18  José Matos  <jamatos@fep.up.pt>
10043
10044         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10045         insets contents.
10046
10047 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10048
10049         * a lot of small ws changes
10050         * add a lot of using std::XXX
10051         * use std construcs some places where approp.
10052         * use some exisint stuff from lyxfunctional where approp.
10053         * Make file changes to use partial linking (lets test this now...)
10054
10055 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10056
10057         * Chktex.C:
10058         * buffer.C:
10059         remove #include "support/syscontr.h" as it's redundant. Always has been.
10060
10061         * Chktex.C:
10062         * LaTeX.C:
10063         * LyXSendto.C:
10064         * converter.C:
10065         * lyx_cb.C:
10066         * vc-backend.C:
10067         change Systemcalls::System to Systemcalls::Wait and
10068         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10069         No change of functionality, just reflects the stripped down Systemcalls
10070         class.
10071
10072 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10073
10074         * debug.[Ch]: add a GRAPHICS type to the enum.
10075
10076 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10077
10078         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10079
10080         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10081         there is an inset.
10082
10083 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10084
10085         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10086         match the changes below.
10087
10088         * text2.C (toggleInset): if there is not editable inset at cursor
10089         position, try to see if cursor is _inside_ a collapsable inset
10090         and close it.
10091
10092 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10093
10094         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10095         document menu has a nice checkbox
10096
10097 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10098
10099         * lyxlength.C (asLatexString): change PW to output as percent of
10100         \textwidth.
10101
10102         * lengthcommon.C: change '%' to 't%'
10103
10104         * lyxfunc.C (dispatch): a few comments from Martin
10105
10106 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10107
10108         * WorkArea.h:
10109         * WorkArea.C:
10110         * BufferView_pimpl.h:
10111         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10112           the X selection.
10113
10114 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10115
10116         * vspace.C (inPixels): fix compiler warning
10117
10118 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10119
10120         * lyxfunc.C (getStatus): fix status message for disabled commands.
10121
10122 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10123
10124         * BufferView_pimpl.C: fix crash on close buffer
10125         during selection (#227)
10126
10127 2002-01-27  Herbert Voss  <voss@lyx.org>
10128
10129         * buffer.C: link old Figure to new graphic inset
10130
10131 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10132
10133         * FontLoader.C (getFontinfo): Change the latex font names in order
10134         to match the names of type1inst.
10135
10136 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10137
10138         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10139
10140         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10141         (extchanged): ditto
10142         (ext_exist): ditto
10143         (remove_files_with_extension): ditto
10144         (remove_file): ditto
10145         (write): ditto
10146
10147         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10148         document is smaller than the work area height. Do not initialize
10149         static variables to 0.
10150
10151 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10152
10153         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10154
10155         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10156         LFUN_LAYOUT_PARAGRAPHS.
10157
10158         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10159         tabular. It is possible to provide a possible cell, which will
10160         typically be the actcell from the corresponding insettabular
10161
10162         * lyxfunc.C (getStatus): small cleanup; disable
10163         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10164         true
10165
10166 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10167
10168         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10169
10170         * paragraph.C (startTeXParParams):
10171         (endTeXParParams): new methods. The LaTeX code to
10172         start/end paragraph formatting
10173         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10174         empty (fixes bug #200)
10175
10176         * vspace.C (inPixels): adapt to the change below
10177         (inPixels): [later] more cleanups (remove unused variables)
10178
10179         * lyxlength.C (inPixels): change to use a width and a height as
10180         parameter.
10181
10182 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10183
10184         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10185         Replaced with \paperwidth
10186
10187         * DepTable.C (insert): add std:: qualifier
10188
10189 2002-01-18  Allan Rae  <rae@lyx.org>
10190
10191         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10192         updated also?
10193
10194         * text.C (drawInset): Turned out I didn't know enough about how
10195         rebreaking worked.  This fixes most of the redraw problems.  I see
10196         an occasional cursor trail when a line is broken now and the cursor
10197         placement can seem out by a few pixels also after a rebreak.
10198
10199 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10200
10201         * buffer.C (parseSingleLyXformat2Token): update because minipage
10202         width is now a LyXLength
10203
10204         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10205
10206         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10207         math insets
10208
10209 2002-01-17  Juergen Vigna  <jug@sad.it>
10210
10211         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10212
10213         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10214         is set correctly and the inset is updated correctly.
10215
10216 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10217
10218         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10219         the beginning of the loop.
10220
10221 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10222
10223         * lyxrc.C: improve help for use_scalable_fonts
10224
10225 2002-01-17  Allan Rae  <rae@lyx.org>
10226
10227         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10228
10229 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10230
10231         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10232         make sure to set their inset_owner to the right value (bug #171)
10233
10234 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10235
10236         * DepTable.h
10237         * DepTable.C: Implement mtime checking to reduce time spent doing
10238         CRCs.
10239
10240 2002-01-16  Juergen Vigna  <jug@sad.it>
10241
10242         * tabular.C (GetAdditionalHeight): one of error fixed.
10243
10244         * lyxrc.C (output): small fix in writing use_pspell.
10245
10246 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10247
10248         * sp_base.h: #include LString.h
10249
10250 2002-01-16  Allan Rae  <rae@lyx.org>
10251
10252         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10253         Can someone check this please?
10254
10255         * text.C (drawInset): It was possible that p.row would be removed by
10256         breakAgainOneRow upsetting a few other settings.  There may be another
10257         small tweak possible by setting need_break_row = 0 when p.row has been
10258         removed but I don't know enough about the logic here.
10259
10260 2002-01-15  Allan Rae  <rae@lyx.org>
10261
10262         * text.C (insertChar): removed conditional truism.
10263
10264         * BufferView2.C (removeAutoInsets): More tweaks.
10265         cur_par_prev could be a stray pointer.  Check for trailing empty line
10266         in case last line was cur_par and only had an error inset on it.
10267
10268 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10269
10270         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10271         absolute
10272
10273         * vc-backend.C (most methods):
10274         * exporter.C (Export):
10275         * converter.C (convert):
10276         (runLaTeX):
10277         * LyXSendto.C (SendtoApplyCB):
10278         * lyxfunc.C (dispatch):
10279         (menuNew):
10280         (open):
10281         (doImport):
10282         * lyx_cb.C (AutoSave):
10283         (InsertAsciiFile):
10284         * BufferView_pimpl.C (MenuInsertLyXFile):
10285         * buffer.C (runChktex): use Buffer::filePath().
10286
10287         * buffer.h: rename filename to filename_; rename filepath to
10288         filepath_ and make it private
10289         (filePath): new method
10290
10291         * buffer.C (writeFile): use fileName()
10292         (getLatexName):
10293
10294         * lyx_main.C (init): fix starting  of LyX when the binary is a
10295         link from so,ewhere else.
10296
10297         * minibuffer.C: include <cctype> for isprint
10298
10299 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10300
10301         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10302         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10303         name clash with InsetCollapsable's width function.
10304
10305 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10306
10307         * lastfiles.C: include <iterator>
10308
10309 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10310
10311         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
10312         std::count.
10313
10314         * buffer.C (makeLaTeXFile): ditto.
10315         Also make loop operation more transparent.
10316
10317 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10318
10319         * ToolbarDefaults.C: remove trailing comma closing namespace.
10320
10321         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
10322
10323         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
10324         as in WorkArea.
10325
10326         * trans.C (Load): comment out unused variable, allowed.
10327
10328 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10329
10330         * minibuffer.[Ch] (append_char): new method to recieve input from the
10331         drop-down completion browser. If a key was pressed, then recieve this
10332         char and append it to the existing string.
10333         (peek_event): modify the positioning data passed to the completion
10334         browser so that it can be placed above the minibuffer rather than below.
10335 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10336
10337         * LyXAction.C (init): alloe error-next for readonly documents.
10338
10339         * BufferView2.C (ChangeRefsIfUnique): use standard version of
10340         count.
10341
10342 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10343
10344         * bufferlist.C (readFile): create the buffer _after_ checking that
10345         the file exists.
10346
10347         * lyxfunc.C (verboseDispatch): fix handling of arguments
10348
10349         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
10350
10351         * lyxrc.C: use string::erase() instead of initializing to "".
10352
10353
10354 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10355
10356         * BufferView_pimpl.h:
10357         * BufferView_pimpl.C:
10358         * WorkArea.h:
10359         * WorkArea.C:
10360         * text2.C: tell X when we have made a selection for copying
10361
10362 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10363
10364         * BufferView_pimpl.C (MenuInsertLyXFile):
10365         * lyxfunc.C (menuNew):
10366         (open):
10367         (doImport): add shortcuts to directory buttons
10368
10369         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
10370         open a float)
10371
10372         * lyxfunc.C (setStatusMessage):
10373         (getStatusMessage): new methods
10374         (getStatus):use setStatusMessage instead of setErrorMessage
10375         (dispatch): when function is disabled, set error message here
10376         [instead of in getStatus previously]
10377
10378         * BufferView_pimpl.C (workAreaButtonRelease): update
10379         toolbar/menubar here too.
10380
10381 2002-01-13  Allan Rae  <rae@lyx.org>
10382
10383         * BufferView2.C (removeAutoInsets): finished off earlier fix.
10384         Now seems indestructible.  Remaining task is to audit all other
10385         code affected by deleteEmptyParagraphMechanism.  One small quirk
10386         left is that an empty document with an error in the preamble can
10387         be made to report an error but no error box appears.  I don't know
10388         where it goes.
10389         (removeAutoInsets): Improved comments.
10390
10391 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
10392
10393         * Thesaurus.h:
10394         * Thesaurus.C: update for Aiksaurus 0.14
10395
10396 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10397
10398         * text2.C (firstParagraph): removed member function, all uses
10399         replaces with ownerParagraph
10400         (redoParagraphs): here
10401         (updateInset): here
10402         (toggleAppendix): here
10403         * BufferView2.C (insertErrors): here
10404         (setCursorFromRow): here
10405
10406 2002-01-13  Allan Rae  <rae@lyx.org>
10407
10408         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
10409         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
10410         There is still a way to segfault this although you may have to do this
10411         multiple times: Have an InsetERT with an unknown command in it.
10412         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
10413         <down-arrow>, <Enter> again, View->DVI, BANG!
10414
10415         * text2.C (setCursor):
10416         (deleteEmptyParagraphMechanism):
10417         * lyxtext.h (setCursor):
10418         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
10419         Making use of the return value may help fix other bugs.
10420
10421 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10422
10423         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
10424
10425         * LyXView.C (updateMenubar): call MenuBar::update here
10426         (updateToolbar): but not here
10427         (showState): do not update toolbar/menubar
10428
10429         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
10430         should need to care about that.
10431
10432         * lyxfunc.C (verboseDispatch): simplify a bit
10433         (getStatus): have a version which takes a pseudoaction, and
10434         another which requires a (kb_action,string).
10435
10436         * LyXAction.C (retrieveActionArg): make it work also when action
10437         is not a pseudo-action.
10438         (getActionName): simplify a bit
10439         (helpText):
10440
10441 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10442
10443         * lyxfunc.C (verboseDispatch): new families of methods with
10444         several ways to specify a command and a bool to indicate whether
10445         the command name and shortcut should be displayed in minibuffer
10446         (eventually, we could extend that to a finer bitmask like
10447         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
10448         (dispatch): the pristine dispatch command which just, well,
10449         dispatchs! Note it still sets its result to minibuffer; I'm not
10450         sure we want that.
10451
10452         * lyxfunc.h: remove setHintMessage
10453
10454         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
10455
10456 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10457
10458         * BufferView_pimpl.C (specialChar): delete new inset if we have
10459         not been able to insert it.
10460
10461         * kbmap.C: revert to using int instead of kb_action, since all we
10462         are dealing with is pseudo-actions.
10463
10464         * LyXAction.C (searchActionArg): change to return int instead of
10465         kb_action, since the result is a pseudoaction.
10466
10467 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
10468
10469         * buffer.C (insertErtContents): Fix (partially) the font bug.
10470
10471 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10472
10473         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
10474         as the other one is broken on my machine!
10475
10476 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
10477
10478         * commandtags.h:
10479         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
10480
10481 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
10482
10483         * lyxrc.[Ch]: change names and descriptions of popup font variables to
10484         reflect their actual use. Provide compatibility code for older lyxrc
10485         files.
10486
10487         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
10488         FL_NORMAL_STYLE.
10489         change names of popup font variables in line with the changes to lyxrc.C
10490
10491 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10492
10493         * buffer.C (asciiParagraph): avoid outputing a word twice after
10494         an inset.
10495
10496         * lyxrc.C (getDescription): document that document_path and
10497         template_path can be empty.
10498
10499 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10500
10501         * LaTeXFeatures.C (getMacros):
10502         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
10503
10504         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
10505
10506         * LaTeXFeatures.C (useFloat): require "float" here instead of in
10507         getPackages.
10508         (getPackages): rename feature "floats" to "float". Use an array to
10509         iterate over 'simple' features (i.e. just a \usepackage). Add
10510         handling of "amsmath" (renamed from "amsstyle").
10511
10512 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
10513
10514         * LaTeXFeatures.C (require): Prevent duplicate entries in the
10515         features list.
10516
10517 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
10518
10519         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
10520         FuncStaus::FuncStatus & FuncStaus::some_method().
10521
10522 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
10523
10524         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
10525         of the func_satus stuff. Edited and massaged in various ways by
10526         JMarc.
10527
10528         * lyxfunc.C (getStatus): use FuncStatus
10529
10530 2002-01-08  Juergen Vigna  <jug@sad.it>
10531
10532         * text.C (nextBreakPoint): use function Inset::isChar().
10533
10534         * paragraph.C (TeXOnePar): use function
10535         Inset::forceDefaultParagraphs.
10536
10537         * buffer.C (latexParagraphs): use function
10538         Inset::forceDefaultParagraphs.
10539
10540 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10541
10542         * lyx_gui.C (init): set the style of the menu popups to
10543         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
10544
10545 2002-01-07  Juergen Vigna  <jug@sad.it>
10546
10547         * text.C (setHeightOfRow): small fix
10548         (prepareToPrint): don't look at alignment if we don't have the place
10549         for doing it.
10550
10551 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10552
10553         * box.C: New file. Move the Box methods and functions out of box.h,
10554         following Lars' suggestion.
10555
10556 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10557
10558         * box.h: #include "support/LOstream.h", needed for inlined function.
10559
10560         * lyxtextclass.C:
10561         * lyxtextclasslist.C: added some using std declarations.
10562
10563 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
10564
10565         * box.h: make signed dimensions to allow insets wider than
10566           the screen (bug #162)
10567
10568         * BufferView_pimpl.C: add some insetHit debug
10569
10570 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
10571
10572         * vc-backend.C: add FIXME
10573
10574 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10575
10576         * lyxfunc.C (getStatus): enable code for showing math font status
10577         in toolbar/menu.
10578
10579 2002-01-07  Juergen Vigna  <jug@sad.it>
10580
10581         * text.C (nextBreakPoint): removed debug output not needed anymore.
10582
10583 2002-01-06  Juergen Vigna  <jug@sad.it>
10584
10585         * text.C (nextBreakPoint): fixed up this function we had this bug
10586         since ever but now hopefully we break row better.
10587         (insertChar): we have to check if an inset is the next char as it
10588         could now happen that a large inset is causing a break.
10589
10590 2002-01-05  Juergen Vigna  <jug@sad.it>
10591
10592         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
10593         if it doesn't like to be drawed.
10594
10595 2002-01-04  Juergen Vigna  <jug@sad.it>
10596
10597         * BufferView2.C (lockInset): forgot to set a cursor.
10598
10599         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
10600
10601 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
10602
10603         * FormMathsPanel.C:
10604         * FormMathsPanel.h
10605         * MathsSymbols.C:
10606         * form_maths_panel.C:
10607         * form_maths_panel.h:
10608         * form_maths_panel.fd: implemented sub- and super- buttons in math
10609         panel.
10610
10611         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
10612         (or ^ space) to be used as in TeX (req'd by André).
10613
10614         * lyxfunc.C: Allow ^ and _ again to be used both as
10615         super/subscript (mathed) and as themselves (in text).
10616
10617 2002-01-03  Allan Rae  <rae@lyx.org>
10618
10619         * LyXView.C (updateWindowTitle): Setup a short icon title of either
10620         "LyX" or the filename of the current buffer if it has one.  This is a
10621         modified form of John Levon's patch.
10622
10623         * XFormsView.C (setWindowTitle): also set icon title.
10624
10625         * LyXView.h (setWindowTitle): signature changed.
10626         * XFormsView.h (setWindowTitle): ditto.
10627
10628 2002-01-02  Juergen Vigna  <jug@sad.it>
10629
10630         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
10631
10632 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10633
10634         * screen.C (topCursorVisible): introduce a temp var for
10635         text->cursor.row(), handle the case where this row is null. (kindo
10636         hachish)
10637
10638         * text2.C (setCursor): add a couple of asserts.
10639
10640         * paragraph.h (inset_iterator): add -> operator
10641
10642         * paragraph.[Ch] (autoDeleteInsets): remove member function
10643
10644         * BufferView2.C (removeAutoInsets): rewrite to handle the old
10645         cursor pos correctly and handle inset deletion by itself.
10646         (insertErrors): move iterator declaration out of for expression
10647
10648         * lyxtextclass.C: add <algorithm>
10649
10650         * Makefile.am: added the new files to sources, removed layout.C
10651
10652         * layout.C: removed file
10653
10654         * layout.h: remove LYX_DUMMY_LAYOUT
10655
10656         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
10657         layout.
10658
10659         * lyxlayout.[Ch]:
10660         * lyxtextclass.[Ch]:
10661         * lyxtextclasslist.[Ch]: new files
10662
10663         * include order changes to a lot of files, also changes because of
10664         the six new files.
10665
10666 2001-12-27  Juergen Vigna  <jug@sad.it>
10667
10668         * buffer.C (asciiParagraph): more fixes.
10669
10670         * tabular.C (ascii): make ascii export support export of only the
10671         data separated by a column-delimiter.
10672         (ascii): better support for ascii export.
10673
10674         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
10675
10676 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10677
10678         * tabular_funcs.C: use a "using std::getline" instead of the
10679         previous fix from Angus (necessary for cxx + lyxstring)
10680
10681 2001-12-24  Juergen Vigna  <jug@sad.it>
10682
10683         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
10684
10685         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
10686         problems. First check a minipage also if we have some ert-contents
10687         (not only on par->size(), second set the right depth of the paragraph
10688         on the relink to the root-paragraph-list!
10689
10690         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
10691         which then did not anymore update the main paragraphs on undo/redo!
10692
10693 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10694
10695         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
10696         code. Support all font-changing funcs (even those which are not in
10697         menu currently). Support for reporting font settings in
10698         mathed (disabled until Andre provides a function on mathed's side).
10699
10700         * func_status.h (toggle): small helper function to set toggle
10701         state on a flag.
10702
10703 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
10704
10705         * tabular_funcs.C: getline -> std::getline
10706
10707 2001-12-21  Juergen Vigna  <jug@sad.it>
10708
10709         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
10710         accessed and could be 0 (I couldn't generate this but it seems
10711         Michael could!).
10712
10713 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10714
10715         * tabular_funcs.C: add LIstream.h, move write_attribute to..
10716         * tabular_funcs.h: here and include iosfwd
10717
10718 2001-12-20  Juergen Vigna  <jug@sad.it>
10719
10720         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
10721         inside inset but undo_par was.
10722
10723 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10724
10725         * Thesaurus.C: always include <config.h> in sources.
10726
10727         * Painter.h:
10728         * lyxlookup.h:
10729         * box.h: do not include <config.h> in header files
10730
10731         * text.C (paintLastRow): remove unused variable
10732
10733         * text.C (transformChar):
10734         (insertChar):
10735         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
10736
10737         * Painter.C (text):
10738         * font.C (width): rewrite to use uppercase() instead of
10739         islower/toupper.
10740
10741         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
10742
10743 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
10744
10745         * lyxfind.C: clean up of find failure position change
10746
10747 2001-12-20  Juergen Vigna  <jug@sad.it>
10748
10749         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
10750
10751         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
10752         (TeXRow): added to LaTeX a single tabular row.
10753         (TeXLongtableHeaderFooter): added to output LT-h/f data.
10754         (Latex): simplified and finally good LT-h/f support.
10755         (various_functions): just small adaptions for LT-h/f support.
10756
10757         * tabular_funcs.[hC]: added and moved here all not classfunctions
10758         of LyXTabular.
10759
10760 2001-12-19  Juergen Vigna  <jug@sad.it>
10761
10762         * tabular.[Ch]: better support for longtabular options (not finished
10763         yet!)
10764
10765 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10766
10767         * text.C (paintLastRow): use the label font instead of the font of
10768         the last character to compute the size of *_BOX. This makes more
10769         sense and avoids a crash with empty paragraphs.
10770         Use Painter::rectangle to draw EMPTY_BOX.
10771
10772 2001-12-19  Juergen Vigna  <jug@sad.it>
10773
10774         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
10775         the paragraphs if the replaced paragraph is not the first one!
10776         Tried to delete not used paragraphs but does not work yet so for
10777         now it's inside #ifdef's and by default off!
10778
10779 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10780
10781         * MenuBackend.C: include "lyx_main.h" instead of declaring
10782         lastfiles (actually was declared as LastFiles* instead of a
10783         scoped_ptr).
10784
10785 2001-12-17  Juergen Vigna  <jug@sad.it>
10786
10787         * tabular.C (AppendColumn): applied John's fix
10788
10789 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
10790
10791         * BufferView.h:
10792         * BufferView.C:
10793         * BufferView_pimpl.h:
10794         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
10795
10796         * Makefile.am:
10797         * box.h: new start of class for above
10798
10799         * lyxfunc.C: ignore space-only minibuffer dispatches.
10800           Show the command name when it doesn't exist
10801
10802         * minibuffer.C: don't add empty lines to the history
10803
10804         * minibuffer.C: add a space on dropdown completion
10805
10806 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
10807
10808         * text.C: fix line above/below drawing in insets
10809
10810 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10811
10812         * lyxlength.C (LyXLength): Initialize private variables.
10813
10814 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
10815
10816         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
10817         when inserting error insets.
10818
10819 2001-12-13  Juergen Vigna  <jug@sad.it>
10820
10821         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
10822         actually sometimes the before-paragraph.
10823         (setUndo): don't clear the redostack if we're not actually undoing!
10824
10825 2001-12-06  Juergen Vigna  <jug@sad.it>
10826
10827         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10828         and fixed redoing of main paragraph, so we can use it now ;)
10829
10830         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10831
10832 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10833
10834         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10835         Juergen's request
10836
10837 2001-12-13  André Pönitz <poenitz@gmx.net>
10838
10839         * undostack.[Ch]:
10840         * undo_func.C: minor cleanup
10841
10842 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10843
10844         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10845         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10846         font in urw-fonts package which is marked as -urw-fontspecific and
10847         does not work (incidentally, changing the encoding in the
10848         fonts.dir of this package to -adobe-fontspecific fixes the
10849         problem).
10850
10851         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10852         is a crash when undoing first paragraph (Juergen, please take a
10853         look). THis does not mean the undo fix is wrong, just that it
10854         uncovers problems.
10855
10856         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
10857         the (Paragraph*) version when needed instead of duplicating the
10858         code.
10859
10860         * text.C (workWidth): use Inset::parOwner to find out where the
10861         inset has been inserted. This is a huge performance gain for large
10862         documents with lots of insets. If Inset::parOwner is not set, fall
10863         back on the brute force method
10864
10865         * paragraph_pimpl.C (insertInset):
10866         * paragraph.C (Paragraph):
10867         (cutIntoMinibuffer): set parOwner of insets when
10868         inserting/removing them
10869
10870         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10871
10872 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
10873
10874         * commandtags.h:
10875         * LyXAction.C:
10876         * lyx_main.C:
10877         * lyxfunc.C:
10878         * mathed/formulabase.C:
10879         * mathed/math_cursor.[Ch]:
10880         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
10881
10882
10883 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10884
10885         * lyxlength.[Ch] (operator!=): new function
10886
10887 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10888
10889         * text.C (workWidth): use Inset::parOwner to find out where the
10890         inset has been inserted. This is a huge performance gain for large
10891         documents with lots of insets. If Inset::parOwner is not set, fall
10892         back on the brute force method
10893
10894         * paragraph_pimpl.C (insertInset):
10895         * paragraph.C (Paragraph):
10896         (cutIntoMinibuffer): set parOwner of insets when
10897         inserting/removing them
10898
10899         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10900
10901 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10902
10903         * tabular-old.C (getTokenValue):
10904         * tabular.C (getTokenValue):
10905         (write_attribute): new versions for LyXLength
10906         (everywhere): adjust the use of widths
10907
10908         * tabular.h: change the type of widths from string to LyXLength
10909
10910 2001-12-11  Ben Stanley <bds02@uow.edu.au>
10911
10912         * paragraph.C: fixed missing line number count when exporting
10913         Environments to LaTeX file
10914
10915         * buffer.C: added informational message for checking line numbers.
10916
10917 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10918
10919         * text2.C (deleteEmptyParagraphMechanism): if there is only one
10920         paragraph, do the 'double space' part, but not the 'empty
10921         paragraph' one.
10922
10923         * text.C (workWidth): small optimization
10924         (getLengthMarkerHeight): use minimal size for negative lengths.
10925
10926 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10927
10928         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10929
10930         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10931
10932 2001-12-11  André Pönitz <poenitz@gmx.net>
10933
10934         * FontLoader.C:
10935         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
10936
10937 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10938
10939         * text2.C: keep selection on a setFont()
10940
10941 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10942
10943         * lyx_cb.C: another bv->text misuse, from insert label
10944
10945 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10946
10947         * kbsequence.h:
10948         * kbsequence.C: re-instate nmodifier mask
10949
10950 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
10951
10952         * lyx_main.h: make lyxGUI private.
10953
10954 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10955
10956         * lyxfind.C: place the cursor correctly on failed search
10957
10958 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10959
10960         * text.C (getLengthMarkerHeight): for small heights, the arrows
10961         are not always on top/bottom of the text
10962         (drawLengthMarker): smaller arrows; take the left margin in
10963         account; draw also vfills.
10964         (paintFirstRow):
10965         (paintLastRow): remove special code for vfill and standard spaces,
10966         since everything is handled in drawLengthMarker now.
10967
10968 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10969
10970         * buffer.C (insertErtContents): try to handle font and language
10971         interaction a bit better.g
10972
10973         * ColorHandler.C (updateColor): change the hash to cover the whole
10974         LColor enum, ws cleanup
10975         (getGCLinepars): ditto
10976         (getGCLinepars): only lookup in the linecache once.
10977
10978 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
10979
10980         * iterators.C (operator++): Make the iterator more robust
10981
10982         * BufferView2.C (removeAutoInsets): Use paragraph iterators
10983         (John's patch)
10984         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
10985
10986 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10987
10988         * lyxtext.h:
10989         * text.C: better added space drawing
10990
10991 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10992
10993         * LyXView.C:
10994         * BufferView2.C: fix layout combo update on inset unlock
10995
10996 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10997
10998         * Makefile.am: don't compile unused files
10999
11000 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11001
11002         * lyxfunc.C:
11003         * commandtags.h:
11004         * LyXAction.C: remove old LFUN_LAYOUTNO
11005
11006 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11007
11008         * paragraph_pimpl.h:
11009         * paragraph_pimpl.C: isTextAt() doesn't need font param
11010
11011 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11012
11013         * lyxlex.h:
11014         * lyxlex.C: little cleanup
11015
11016 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11017
11018         * BufferView_pimpl.C: fix insertAscii for insets
11019
11020 2001-12-05  Juergen Vigna  <jug@sad.it>
11021
11022         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11023         set the right font on the "multi" paragraph paste!
11024
11025 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11026
11027         * trans_decl.h:
11028         * trans_mgr.[Ch]:
11029         * trans.[Ch]:
11030         * lyxgluelength.C:
11031         * lyxlength.C: remove out-commented code.
11032
11033         * BufferView_pimpl:
11034         * CutAndPaste.C:
11035         * DepTable.C:
11036         * buffer.C:
11037         * chset.C:
11038         * lastfiles.C:
11039         * lyxlex.C:
11040         * lyxlex_pimpl.C:
11041         * lyxserver.C:
11042         * screen.C:
11043         * tabular-old.C:
11044         * tabular.C:
11045         * text.C:
11046         * trans_mgr.C:
11047         * vc-backend.C: change "while(" to "while ("
11048
11049         * lyxlength.[Ch]: add zero function to check if length is zero or
11050         not
11051         * lyxgluelength.C: use it
11052
11053 2001-12-05  Allan Rae  <rae@lyx.org>
11054
11055         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11056         Works for 2.95.3, from what I understand of Garst's reports this should
11057         work for other g++ versions.  We're screwed if the abs(int) definition
11058         changed between bugfix releases of gcc.
11059
11060 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11061
11062         * text.C: fix chapter label offset !
11063
11064 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11065
11066         * lyxtext.h:
11067         * text.C: fix hfill at end of line, clean up
11068
11069 2001-12-04  Juergen Vigna  <jug@sad.it>
11070
11071         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11072         that we force an update of the inset and it's owners if neccessary.
11073
11074 2001-12-03  Juergen Vigna  <jug@sad.it>
11075
11076         * text.C (rowLast): simplified code
11077
11078 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11079
11080         * lyxfunc.C: fix show options on timeout
11081
11082 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11083
11084         * screen.C (topCursorVisible): scroll half a page when the cursor
11085         reached top of bottom of screen
11086
11087 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11088
11089         * minibuffer.C: deactivate on loss of focus
11090
11091 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11092
11093         * vspace.[Ch] (operator!=): add operator.
11094
11095 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11096
11097         * BufferView_pimpl.C: refuse to open an inset when
11098         there's a selection.
11099
11100 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11101
11102         * BufferView_pimpl.C: allow to click on RHS of full row insets
11103
11104 2001-11-30  Juergen Vigna  <jug@sad.it>
11105
11106         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11107         insets for undo reasons.
11108
11109 2001-11-28  André Pönitz <poenitz@gmx.net>
11110
11111         * vspace.[Ch]: cosmetical changes
11112
11113 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11114
11115         * LyXAction.h:
11116         * LyXAction.C:
11117         * lyxfunc.h:
11118         * lyxfunc.C:
11119         * kbmap.h:
11120         * kbmap.C:
11121         * lyxrc.C:
11122         * kbsequence.h:
11123         * kbsequence.C: part re-write of old kb code
11124
11125         * Painter.C:
11126         * WorkArea.C: remove Lgb_bug_find_hack
11127
11128 2001-11-30  José Matos <jamatos@fep.up.pt>
11129
11130         * buffer.C (makeDocBookFile): add a comment to point a hack.
11131         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11132         Fixed a double write of labels.
11133
11134 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11135
11136         * LaTeX.C:
11137         * LaTeX.h Fixed bug in LaTeX class where it would not
11138         re-run latex if no depfiles were changed, but the .dvi was removed.
11139
11140 2001-11-28  André Pönitz <poenitz@gmx.net>
11141
11142         * all the files from the change on 2001/11/26:
11143         use lyx::layout_type instead of LyXTextClass::size_type
11144         use lyx::textclass_type instead of LyXTextClassList::size_type
11145
11146 2001-11-29  Juergen Vigna  <jug@sad.it>
11147
11148         * text.C: added support for paragraph::isFreeSpacing()
11149
11150         * buffer.C: same as above
11151
11152         * paragraph.h: inserted isFreeSpacing() function to enable
11153         FreeSpacing inside InsetERT.
11154
11155         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11156         of the paragraph's in the cut/copy buffer to 0!
11157
11158         * text2.C (removeRow): remove the assert as it can!
11159
11160         * lyxtext.h: added helper function firstRow returning firstrow and
11161         made firstrow private again.
11162
11163         * BufferView2.C (lockInset): don't relock if we're already locked!
11164
11165         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11166         the only paragraph.
11167         (removeRow): added Assert::(firstrow)
11168
11169         * debug.C: forgot to add INSETTEXT here.
11170
11171 2001-11-28  Juergen Vigna  <jug@sad.it>
11172
11173         * sp_spell.C (initialize): changed error text to more general
11174         spellchecker command use (not only ispell!)
11175
11176         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11177
11178         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11179
11180 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11181
11182         * vspace.C: initialise lyxgluelength on failure
11183
11184 2001-11-28  Allan Rae  <rae@lyx.org>
11185
11186         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11187         declaration & definition that looks like a function declaration.
11188
11189 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11190
11191         * BufferView2.C (copy):
11192         (copyEnvironment): do not clear the selection when doing a copy.
11193
11194         * text.C (paintFirstRow): compilation fix
11195
11196 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11197
11198         * tabular.C (Latex): correct line count when writing latex.
11199
11200 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11201
11202         * paragraph_pimpl.h:
11203         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11204           bug a bit
11205
11206 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11207
11208         * text.C:
11209         * LColor.h:
11210         * LColor.C: change vfillline->added_space
11211
11212         * text.C: add markers and text for added space
11213
11214         * vspace.C: fix comment
11215
11216 2001-11-28  André Pönitz <poenitz@gmx.net>
11217
11218         * paragraph.C: whitespace changes
11219         * all the other files from the change on 2001/11/26:
11220         change *::pos_type into lyx::pos_type
11221
11222 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11223
11224         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11225         language of the document when inserting error insets.
11226
11227 2001-11-26  André Pönitz <poenitz@gmx.net>
11228
11229         * BufferView_pimpl.[Ch]:
11230         *       CutAndPaste.C:
11231         * buffer.[Ch]:
11232         * lyxcursor.[Ch]:
11233         * lyxfind.C:
11234         * lyxfunc.C:
11235         * lyxrow.[Ch]:
11236         * paragraph.[Ch]:
11237         * paragraph_pimpl.[Ch]:
11238         * sp_spell.C:
11239         * text.C:
11240         * text2.C: reduce header dependencies, introduce type for positions
11241
11242 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11243
11244         * <various>: change to use Alert.h
11245
11246 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11247
11248         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11249         when encountering an unknown token.
11250         (readLyXformat2): Show an error message if there were unknown tokens.
11251
11252 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11253
11254         * BufferView2.C:
11255         * BufferView_pimpl.C:
11256         * buffer.C:
11257         * paragraph.h:
11258         * text.C:
11259         * text2.C: use par->isInset()
11260
11261 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11262
11263         * paragraph_pimpl.h:
11264         * paragraph_pimpl.C: cleanup
11265
11266 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11267
11268         * text2.C (removeRow):
11269         * text.C (setHeightOfRow): remove useless (and costly) call to
11270         getRow.
11271
11272 2001-11-20  Allan Rae  <rae@lyx.org>
11273
11274         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11275         Now need Inset*::checkInsertChar() to return true for appropriate
11276         cases so that the characters in the minibuffer will actually be
11277         inserted.
11278
11279 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11280
11281         * text.C: change the order of the includes.
11282         (workWidth): initialize it at once.
11283         (workWidth): make maxw unsigned
11284         (setHeightOfRow): remove unused variable (inset)
11285         (selectSelectedWord): remove unused variable (inset)
11286         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11287
11288 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11289
11290         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11291         server is not running.
11292         (openConnection):
11293         (closeConnection): add debug info when server is disabled.
11294
11295         * ColorHandler.C (getGCForeground): send debug message to GUI
11296         channel.
11297
11298         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11299
11300         * kbmap.C (bind): modify because return conventions of
11301         kb_sequence::parse have changed.
11302
11303         * kbsequence.C (parse): only ignore spaces and not any stupid
11304         control character. This avoids tests like s[i] <= ' ', which are
11305         guaranteed to fail with 8bit characters and signed chars.
11306         Change return code to string::npos when there have been no error
11307         (0 was a bad idea when error is at first character)
11308
11309 2001-11-14  José Matos  <jamatos@fep.up.pt>
11310
11311         * buffer.h:
11312         * buffer.C (simpleDocBookOnePar): removed unused argument.
11313
11314 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11315
11316         * text.C (selectNextWordToSpellcheck): do not test explicitely for
11317         insets which are part of a word. Paragraph::isLetter takes care of
11318         that now. Use Paragraph::isInset to identify insets.
11319         (selectSelectedWord): do not test for hyphenation break.
11320
11321         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
11322         that protected spaces are considered as spaces.
11323
11324         * paragraph.C (isLetter): cleanup the code for ispell extras; use
11325         Inset::isLetter.
11326
11327 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
11328
11329         * lyxserver.h:
11330         * lyxserver.C: fix it. and small cleanup.
11331
11332 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11333
11334         * BufferView_pimpl.C: use inline helpers
11335
11336         * LaTeXFeatures.h:
11337         * LaTeXFeatures.C: fix typos
11338
11339         * Spacing.h:
11340         * Spacing.C: move spacing_string into class
11341
11342         * ToolbarDefaults.C: move stuff into namespace anon
11343
11344         * layout.h: update enum
11345
11346         * lyxfunc.C: use better debug
11347
11348         * minibuffer.h: fix typo
11349
11350         * debug.h:
11351         * debug.C:
11352         * WorkArea.C: add and use Debug::WORKAREA
11353
11354         * lyxtext.h:
11355         * text.C:
11356         * text2.C: code re-organisation, inline helpers
11357
11358 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
11359
11360         * Layout.C: replaced a few cases of std::vector.size() == 0 with
11361         std::vector.empty().
11362
11363 2001-11-09  Allan Rae  <rae@lyx.org>
11364
11365         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
11366         '\n's after tables.  Tabular and ERT inset work now makes this no
11367         longer necessary.
11368
11369 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11370
11371         * minibuffer.h:
11372         * minibuffer.C: fix crash, improve drop-down completion
11373
11374 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
11375
11376         * lyxserver.h:
11377         * lyxserver.C: invalidate fd's when doing endPipe()
11378
11379 2001-11-08  José Matos  <jamatos@fep.up.pt>
11380
11381         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
11382         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
11383
11384         * paragraph.h:
11385         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
11386
11387 2001-11-07  José Matos  <jamatos@fep.up.pt>
11388
11389         * buffer.h:
11390         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
11391         const qualifier.
11392
11393         * buffer.C (sgmlOpenTag):
11394         * buffer.C (sgmlCloseTag): removed debug info.
11395
11396         * buffer.h (sgmlOpenTag):
11397         * buffer.h (sgmlCloseTag): made public.
11398
11399 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11400
11401         * buffer.C (saveParamsAsDefaults):
11402         * lyx_cb.C (MenuLayoutSave): remove
11403
11404         * LyXAction.C (init):
11405         * commandtags.h:
11406         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
11407
11408 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11409
11410         * buffer.C (setPaperStuff): removed from here...
11411
11412         * bufferparams.C (setPaperStuff): ... and moved there.
11413
11414 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
11415
11416         * minibuffer.h:
11417         * minibuffer.C:
11418         * XFormsView.C: add support for drop-down completion
11419
11420 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
11421
11422         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
11423         commands.
11424
11425 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11426
11427         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
11428         disabled.
11429
11430 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
11431
11432         * lyx_main.C: change ref to known bugs
11433
11434 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
11435
11436         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
11437         to work around older babel problems.
11438
11439 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11440
11441         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
11442
11443 2001-10-24  Juergen Vigna  <jug@sad.it>
11444
11445         * tabular-old.C (ReadOld): below variable changes reflected.
11446
11447         * tabular.[Ch]: added ltType struct for longtable header/footer
11448         defines and changed all instances where they are used. Added
11449         future support for double top/bottom rows.
11450
11451 2001-10-24  José Matos  <jamatos@fep.up.pt>
11452
11453         * buffer.h (docbookHandleCaption):
11454         * buffer.C (docbookHandleCaption): removed unused function.
11455         (makeDocBookFile): moved docbook supported version to v4.1.
11456
11457 2001-10-24  José Matos  <jamatos@fep.up.pt>
11458
11459         * tabular.h:
11460         * tabular.C (docbookRow): new function to export docbook code of a row.
11461         (DocBook): now honors the longtable flags.
11462
11463 2001-10-23  José Matos  <jamatos@fep.up.pt>
11464
11465         * LaTeXFeatures.h:
11466         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
11467         of the lyx defined sgml entities used in a docbook/linuxdoc document.
11468
11469         * buffer.C (makeLinuxDocFile):
11470         (makeDocBookFile): reworked the preamble, more clean, and with
11471         support for lyx defined entities. Changed the document declaration
11472         to be more XML friendly.
11473
11474         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
11475         if we need to output XML that should be done with a filter.
11476
11477 2001-10-22  Juergen Vigna  <jug@sad.it>
11478
11479         * sp_pspell.h (class PSpell): add alive function needed in the
11480         controller to see if the spellchecker could be started.
11481
11482 2001-10-22  Juergen Vigna  <jug@sad.it>
11483
11484         * buffer.C (insertStringAsLines): modify the font for inserting
11485         chars in certain conditions by calling checkInsertChar(font).
11486
11487 2001-10-19  Juergen Vigna  <jug@sad.it>
11488
11489         * text.C (workWidth): use getRow instead of wrong algorithm.
11490         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
11491
11492 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
11493
11494         * lyxserver.h:
11495         * lyxserver.C:
11496         * lyx_main.h:
11497         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
11498
11499 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11500
11501         * text.C (workWidth): do not search for the exact row when
11502         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
11503         optimization for big documents.
11504
11505 2001-10-18  Juergen Vigna  <jug@sad.it>
11506
11507         * text.C (workWidth): new function with added Inset * parameter.
11508
11509 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11510
11511         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
11512
11513         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
11514         change return type of getColumnNearX.
11515
11516
11517         * text.C (changeRegionCase): use uppercase/lowercase instead of
11518         toupper/tolower.
11519         (leftMargin):
11520         (rightMargin): simplify code by factoring out the uses of
11521         textclasslist.
11522         (labelFill):
11523         (numberOfHfills):
11524         (setHeightOfRow):
11525         (appendParagraph): use Paragraph::size_type
11526
11527 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11528
11529         * vspace.C (asLatexString): add a missing break
11530
11531 2001-10-15  Herbert Voss  <voss@perce.de>
11532
11533         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
11534
11535 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11536
11537         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
11538         is not available.
11539
11540 2001-10-10  André Pönitz <poenitz@gmx.net>
11541
11542         * lyxfunc.C: removed greek_kb_flag.
11543
11544 2001-10-10  Herbert Voss  <voss@perce.de>
11545
11546         * lyx_main.C: delete global string help_lyxdir.
11547
11548 2001-10-09  Herbert Voss  <voss@perce.de>
11549
11550         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
11551
11552         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
11553
11554         * lyx_main.C: added global string help_lyxdir.
11555
11556         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
11557
11558 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11559
11560         * lyxrc.C (set_font_norm_type): support iso8859-4
11561
11562 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
11563
11564         * LaTeX.C (deplog): add another regex for MikTeX
11565
11566 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11567
11568         * lyxrc.C (set_font_norm_type): support iso8859-3
11569
11570 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11571
11572         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
11573
11574         * LaTeXFeatures.C: remove special case of french and index
11575
11576         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
11577         before \begin{document}). This solves several incompatibilities.
11578
11579 2001-10-03  Garst Reese  <reese@isn.net>
11580
11581         * lyx_cb.C: change CheckTex error msg.
11582
11583 2001-10-03  José Matos  <jamatos@fep.up.pt>
11584
11585         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
11586
11587 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11588
11589         * .cvsignore: update
11590
11591         * lyx_main.C (commandLineVersionInfo): use new style version info.
11592
11593         * buffer.C (writeFile):
11594         (makeLaTeXFile):
11595         (makeLinuxDocFile):
11596         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
11597
11598         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
11599
11600         * version.h: update to use stuff in version.C
11601
11602         * version.C.in: new file. Contains version information determined
11603         at compile time. This is a merging of version.h and
11604         version_info.h.in.
11605
11606 2001-10-03  Juergen Vigna  <jug@sad.it>
11607
11608         * BufferView_pimpl.C (update): don't change "dirty" status in
11609         updateInset call.
11610
11611 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
11612
11613         * WorkArea.C (c-tor): re-position version string slightly.
11614
11615 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
11616
11617         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
11618         revert to previous code.
11619
11620         WorkArea.[Ch]: (show, destroySplash): methods removed.
11621
11622         WorkArea.C: rework code so that it's an amalgam of the codes before and
11623         after the splash screen was moved to WorkArea.
11624
11625 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11626
11627         * lyxrc.C (read):
11628         * vspace.C (inPixels):
11629         (lyx_advance):
11630         * kbmap.C (bind):
11631         * buffer.C (insertStringAsLines):
11632         (asciiParagraph): fix types to be large enough
11633
11634         * lyxlex_pimpl.h: change member status from short to int
11635
11636         * layout.h: fix type of endlabeltype
11637
11638         * kbmap.C (bind):
11639         * kbsequence.C (parse): change return type to string::size_type
11640
11641         * LaTeX.C (updateBibtexDependencies): comment out unneeded
11642         variable
11643
11644         * Bullet.C (bulletSize):
11645         (bulletEntry): do not use short ints as parameters
11646
11647         * BufferView2.C (insertLyXFile): change a char to an int.
11648
11649         * WorkArea.C (WorkArea): remove unneeded floats in computation
11650
11651 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
11652
11653         * buffer.C (asciiParagraph): Treat '\\' as other chars.
11654
11655         * paragraph.C (asString): Do not ignore newline/hfill chars when
11656         copying to the clipboard.
11657
11658 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
11659
11660         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
11661         after a multi-line inset.
11662
11663 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
11664
11665         * paragraph.C (validate): Set NeedLyXFootnoteCode
11666
11667 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11668
11669         * lyxfont.C (LyXSizeNames): changed increase-error to increase
11670         and decrease-error to decrease.
11671
11672 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11673
11674         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
11675         it more readable (should be equivalent)
11676
11677 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11678
11679         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
11680
11681 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11682
11683         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
11684         of a cursor (row, etc.) after a character has been deleted
11685         (deleteEmptyParagraphMechanism): call the method above on _all_
11686         cursors held by the LyXText when a double space has been
11687         detected/deleted.
11688
11689 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11690
11691         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
11692         pixmap.
11693         (resizeCurrentBuff): remove code to destroy the old splash dialog.
11694
11695         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
11696         background. Use greyOut() and the new show() methods to toggle between
11697         the foreground and background. Add code to remove the splash after
11698         its initial showing.
11699
11700         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
11701         (create_forms): no longer call Dialogs::showSplash.
11702
11703 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11704
11705         * .cvsignore: add version_info.h
11706
11707 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11708
11709         * version_info.h.in: new file
11710
11711         * Makefile.am: add version_info.h.in
11712
11713         * lyx_main.C (commandLineVersionInfo): use version_info defined in
11714         version_info.h instead of VERSION_INFO
11715
11716 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
11717
11718         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
11719         The ERT inset now returns string().
11720
11721 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
11722
11723         * lyxtext.h, text.C (selectNextWord): renamed as
11724         selectNextWordToSpellcheck.
11725
11726         * text.C (selectNextWordToSpellcheck): Modified to not select
11727         words inside an ERT inset.
11728
11729 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11730
11731         * lyx_cb.C (MenuLayoutSave): change a bit the question
11732
11733         * sp_base.h: include <sys/types.h>
11734
11735 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
11736
11737         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
11738
11739 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
11740
11741         * several files: fix typos in user-visible strings
11742
11743 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11744
11745         * text2.C (pasteSelection): do not set the selection, since it
11746         will be cleared later. Actually, the intent was to fix the way the
11747         selection was set, but I figured rmoving the code was just as good.
11748
11749 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
11750
11751         * FontLoader.C (available): Check if font is available without
11752         loading the font.
11753
11754 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11755
11756         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
11757
11758 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
11759
11760         * lyxrc.[Ch]: added display_graphics variable and associated code.
11761
11762 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11763
11764         * bufferparams.C (hasClassDefaults): new method. Returns true if
11765         the buffer parameters correspond to known class defaults
11766
11767 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
11768
11769         * XFormsView.C (show): set minimum size to the main window.
11770
11771 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11772
11773         * text2.C (copySelection):
11774         (cutSelection):
11775         * lyxfind.C (LyXReplace):
11776         * BufferView_pimpl.C (Dispatch): pass the correct flag to
11777         LyXText::selectionAsString.
11778
11779         * paragraph.C (asString): add "label" argument to the second form
11780
11781         * text2.C (selectionAsString): add "label" argument and pass it to
11782         Paragraph::asString.
11783
11784 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11785
11786         * lyx_main.C (commandLineHelp): remove version information
11787
11788 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
11789
11790         * lyx_main.C: add -version commandline option
11791
11792 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11793
11794         * paragraph.h: make the optional constructor arg required instead.
11795         some modifications to other files because of this.
11796
11797         * minibuffer.C (C_MiniBuffer_peek_event): make it static
11798
11799         * lyxserver.C (C_LyXComm_callback): make it static
11800
11801         * lyx_main.C (error_handler): make it static
11802
11803         * lyx_gui.C (LyX_XErrHandler): make it static
11804
11805         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
11806
11807         * WorkArea.C: make the extern "C" methods static.
11808
11809         * Makefile.am (lyx_LDADD): simplify
11810
11811 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11812
11813         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
11814         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
11815
11816         * LyXAction.C (init):
11817         * lyxfunc.C (dispatch): associated code removal.
11818
11819 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11820
11821         * lyxfont.h (isSymbolFont): shut off warning
11822
11823         * text.C (setHeightOfRow):
11824         (getVisibleRow): fix crash with empty paragraphs which have a
11825         bottom line
11826
11827 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11828
11829         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11830         code.
11831
11832 2001-09-04  José Matos  <jamatos@fep.up.pt>
11833         * buffer.C
11834         * buffer.h
11835         * tabular.C (docbook): rename docBook method to docbook.
11836
11837 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11838
11839         * Makefile.am: add dependencies to main.o.
11840
11841 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11842
11843         * FontLoader.C (available): Return false if !lyxrc.use_gui
11844
11845 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11846
11847         * FontInfo.C (query):
11848         * converter.C (view):
11849         * importer.C (Import):
11850         * exporter.C (Export): Can not -> cannot.
11851
11852 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11853
11854         * BufferView_pimpl.C: allow to create index inset even if
11855           string is empty
11856
11857 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11858
11859         * buffer.C (getLists): replace boost::tie code with an explicit pair
11860         as boost::tie can break some compilers.
11861
11862         * iterators.h: Added a std:: declaration to the return type of
11863         ParIterator::size.
11864
11865 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
11866
11867         * lyxrc.C: add help for view_dvi_paper_option, default to safe
11868           case.
11869
11870 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
11871
11872         * iterators.[Ch]: New files. Provide paragraph iterators.
11873
11874         * buffer.C (changeLanguage): Use paragraph iterators.
11875         (isMultiLingual): ditto
11876
11877         * BufferView2.C (ChangeInsets): Use paragraph iterators.
11878
11879 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
11880
11881         * FontLoader.C: Support for cmr font.
11882
11883 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
11884
11885         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
11886         (available): New method.
11887
11888         * FontInfo.C (getFontname): Use scalable fonts even when
11889         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
11890         found.
11891
11892 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11893
11894         * converter.C (Formats::view): reverted! Incorrect fix.
11895
11896 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11897
11898         * converter.C (Formats::view): only output the -paper option
11899         if the dvi viewer is xdvi, thereby fixing bug #233429.
11900
11901 2001-08-23  Herbert Voss  <voss@perce>
11902
11903         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
11904
11905 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11906
11907         * Spacing.h (Spacing): Set space to Default on in the default
11908         constructor.
11909
11910 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11911
11912         * vc-backend.h (RCS::versionString): add RCS to version
11913         (CVS::versionString): add CVS to version
11914
11915         * vc-backend.C (scanMaster): do not add CVS to version.
11916         (scanMaster): do not add RCS to version
11917
11918         * lyxvc.C (versionString): new method
11919
11920         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
11921
11922 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11923
11924         * Spacing.C (set): initialize fval
11925
11926 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11927
11928         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11929         " or \.
11930
11931 2001-08-16  Juergen Vigna  <jug@sad.it>
11932
11933         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11934
11935 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11936
11937         * BufferView_pimpl.C:
11938         * figureForm.C:
11939         * lyxtext.h:
11940         * text2.C: setParagraph takes linespacing now
11941
11942 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
11943
11944         * LyxAction.C: add internal LFUN_CITATION_INSERT
11945
11946         * LyXView.C: actually apply fix
11947
11948         * bufferlist.C: fix open non-existent file
11949
11950         * lyxfind.C: fix indentation
11951
11952         * lyxfunc.C: remove unneeded assert, fix typo
11953
11954 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11955
11956         * MenuBackend.C: use "Floatname List"
11957
11958 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
11959
11960         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
11961         when converting LaTeX layout to insetERT.
11962         Generate a non-collapsed float when reading old float
11963
11964 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11965
11966         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
11967         ERT insets.
11968
11969 2001-08-13  Juergen Vigna  <jug@sad.it>
11970
11971         * text.C (fill): return 0 instead of 20 as this seems to be the more
11972         correct value.
11973
11974 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11975
11976         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
11977         lyxrc.font_norm.
11978
11979 2001-08-13  Juergen Vigna  <jug@sad.it>
11980
11981         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
11982         casesensitive off.
11983         (SearchBackward): comment out the unlocking of the inset_owner this
11984         should not be needed!
11985
11986 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
11987
11988         * Many files: Remove inherit_language, and add latex_language
11989
11990         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11991         collapsible insets.
11992
11993 2001-08-10  Juergen Vigna  <jug@sad.it>
11994
11995         * text.C (prepareToPrint): fixed hfill-width in draw!
11996
11997         * BufferView2.C (selectLastWord): save the selection cursor as this
11998         now is cleared in the function LyXText::clearSelection!
11999
12000 2001-08-08  Juergen Vigna  <jug@sad.it>
12001
12002         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12003         BACKSPACE type functions.
12004
12005         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12006         is only cutted from the document but not put in the cut-buffer, where
12007         still the old stuff should be.
12008
12009         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12010
12011         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12012
12013         * tabular.C (SetWidthOfCell): fixed special case where the width
12014         was not updated!
12015         (LeftLine): handle '|' in align_special.
12016         (RightLine): ditto
12017         (LeftAlreadyDrawed): ditto
12018         (SetWidthOfCell): ditto
12019
12020 2001-08-07  Juergen Vigna  <jug@sad.it>
12021
12022         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12023
12024 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12025
12026         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12027         * lyxlex.[hC]: ditto
12028
12029 2001-08-06  Juergen Vigna  <jug@sad.it>
12030
12031         * text.C (getVisibleRow): fix up row clearing a bit.
12032
12033 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12034
12035         * minibuffer.C: make sure the X server sees the changes in the input.
12036
12037 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12038
12039         * paragraph.C (getFont): split into...
12040         (getLabelFont): this
12041         (getLayoutFont): and this
12042         * paragraph_pimpl.C (realizeFont): calling this
12043
12044         * text2.C (getFont): split into...
12045         (getLayoutFont): this
12046         (getLabelFont): and this
12047         (realizeFont): all three calling this
12048
12049         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12050         files where used.
12051
12052 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12053
12054         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12055
12056 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12057
12058         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12059         layouts from the Quote inset insertion.
12060
12061 2001-08-03  Juergen Vigna  <jug@sad.it>
12062
12063         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12064
12065         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12066         only if status not is already CHANGED_IN_DRAW (second level).
12067
12068         * text.C (draw): don't set the need_break_row when inside an
12069         InsetText LyXText.
12070
12071 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12072
12073         * buffer.C (parseSingleLyXformat2Token): handle more latex
12074         conversion cases.
12075
12076         * bufferview_funcs.[hC]: change function names to
12077         begin with small char, adjust other files.
12078
12079 2001-08-02  André Pönitz <poenitz@gmx.net>
12080
12081         * lyxfunc.C:
12082         BufferView_pimpl.C: remove broken special code for math-greek
12083
12084 2001-08-02  Juergen Vigna  <jug@sad.it>
12085
12086         * BufferView_pimpl.C (update): redone this function so that we
12087         update the text again if there was a CHANGE_IN_DRAW.
12088
12089         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12090         (drawFromTo): added a new internal bool which is used by draw() and
12091         redraw() function.
12092         (general): some cursor drawing problems fixed.
12093
12094 2001-08-01  Juergen Vigna  <jug@sad.it>
12095
12096         * lyxfind.C (LyXFind): fixed
12097         (SearchForward): ditto
12098         (SearchBackward): ditto
12099
12100         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12101         spurius drawing of the cursor in the main area.
12102
12103         * text2.C (status): small fix which could lead to a segfault!
12104         (clearSelection): remove unneeded BufferView param.
12105
12106 2001-08-01  André Pönitz <poenitz@gmx.net>
12107
12108         * lyxfunc.C: small change due to changed mathed interface
12109
12110 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12111
12112         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12113
12114 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12115
12116         * lyxfunc.c: fail gracefully if file doesn't exist
12117
12118         * LyXSendto.C:
12119         * buffer.C:
12120         * lyxfunc.C:
12121         * BufferView_pimpl.C: IsDirWriteable() proto changed
12122
12123         * LyXView.C: fix updateWindowTitle() to store the last title
12124
12125 2001-07-31  Juergen Vigna  <jug@sad.it>
12126
12127         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12128         the font (wrong since using of Paragraph::highestFontInRange).
12129
12130         * paragraph.C (highestFontInRange): added a default_size parameter.
12131
12132         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12133         (setHeightOfRow): reformat
12134
12135 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12136
12137         * converter.[hC] + affected files: move to (inital-char)lowercase
12138         function names.
12139
12140         * ParagraphParameters.C (ParagraphParameters): remove commented code
12141
12142         * PainterBase.[Ch]: remove commented code
12143
12144         * LaTeXFeatures.h: add "bool floats" for float.sty
12145
12146         * LaTeXFeatures.C (LaTeXFeatures): init floats
12147         (require): handle float
12148         (getPackages): do it with floats
12149
12150 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12151
12152         * BufferView_pimpl.C (Dispatch): improve handling of
12153         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12154
12155         * commandtags.h: #include lyxfont.h here temporarily to avoid
12156         keybinding bug.
12157
12158         * bufferlist.h: include LString.h here.
12159
12160 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12161
12162         * text2.C (getStringToIndex): new method.
12163
12164 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12165
12166         * *: Reduced header file dependencies all over.
12167
12168 2001-07-30  Baruch Even  <baruch@lyx.org>
12169
12170         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12171
12172 2001-07-29  Baruch Even  <baruch@lyx.org>
12173
12174         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12175
12176 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12177
12178         * ParameterStruct.h (endif): add a default constructor to make
12179         sure that all variables is initialized.
12180
12181         * ParagraphParameters.C (ParagraphParameters): adjust
12182
12183 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12184
12185         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12186         index; also, check that there is something to index, and that it
12187         does not span over several paragraphs.
12188         (doubleClick): use WHOLE_WORD_STRICT for double click.
12189
12190         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12191
12192         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12193         scheme.
12194
12195 2001-07-26  Baruch Even  <baruch@lyx.org>
12196
12197         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12198         an InsetFig figure, backwards compatible reading of old figure code.
12199
12200 2001-07-27  Juergen Vigna  <jug@sad.it>
12201
12202         * text2.C: font.realize function adaption.
12203
12204         * text.C (draw): add a warnings lyxerr text if needed.
12205
12206         * layout.C: font.realize function adaption.
12207
12208         * language.C: add inherit_language and implement it's handlings
12209
12210         * bufferview_funcs.C (StyleReset): remove language parameter from
12211         font creation (should be language_inherit now).
12212
12213         * bufferparams.C (writeFile): handle ignore_language.
12214
12215         * paragraph.C (getFontSettings): the language has to be resolved
12216         otherwise we have problems in LyXFont!
12217
12218         * lyxfont.C (lyxWriteChanges): added document_language parameter
12219         (update): removed unneeded language parameter
12220
12221         * paragraph.C (validate): fixed wrong output of color-package when
12222         using interface colors for certain fonts in certain environments,
12223         which should not seen as that on the final output.
12224
12225 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12226
12227         * BufferView_pimpl.C:
12228         * Thesaurus.h:
12229         * Thesaurus.C:
12230         * Makefile.am:
12231         * commandtags.h:
12232         * LyXAction.C: add thesaurus support
12233
12234         * lyxfind.h:
12235         * lyxfind.C: add "once" parameter, for thesaurus, to not
12236           move to the next match
12237
12238 2001-07-26  Juergen Vigna  <jug@sad.it>
12239
12240         * lyxfont.C (realize): honor ignore_language too!
12241         (resolved): ditto.
12242
12243         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12244
12245         * text.C (draw): one place more for ignore_language to not draw
12246         itself!
12247
12248 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12249
12250         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12251
12252 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12253
12254         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12255         the minipage conversion problem.
12256
12257 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12258
12259         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12260         insert an inset.
12261
12262 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12263
12264         * BufferView.h: don't forward declare WorkArea
12265
12266         * BufferView.C: don't include WorkArea.h
12267
12268 2001-07-25  André Pönitz <poenitz@gmx.net>
12269
12270         * commandtags.h:
12271         * LyXAction.C:
12272         * lyxfunc.C:  new LFUN 'math-space'
12273
12274         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12275
12276 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12277
12278         * text2.C (toggleInset): call open/close
12279
12280 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12281
12282         * lyxfunc.C (dispatch): add debug for the disabled case
12283
12284         * font.C (buttonText): make similar to rectText
12285
12286         * buffer.C (readInset): comment out parsing of insetlist and
12287         insttheorem
12288
12289         * PainterBase.C (rectText): small correction
12290
12291         * BufferView_pimpl.C: comment out insettheorem and insetlist
12292         * LyXAction.C: ditto
12293         * commandtags.h: ditto
12294
12295 2001-07-24  Juergen Vigna  <jug@sad.it>
12296
12297         * text.C (draw): honor the ignore_language.
12298
12299         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12300
12301 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12302
12303         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12304         char inset.
12305
12306 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12307
12308         * lyxtext.h: remove unused (and unimplemented) methods
12309
12310 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12311
12312         * text.C (getVisibleRow): honor background color
12313
12314         * PainterBase.h:
12315         * Painter.h: remove default color argument for fillRectangle
12316
12317         * text.C (backgroundColor): new method
12318
12319 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12320
12321         * text.C (getVisibleRow): adjust
12322
12323         * font.[Ch] (rectText): new method, metrics
12324         (buttonText): new method, metrics
12325
12326         * PainterBase.[hC]: make rectText and buttonText always draw and take
12327         fewer paramteres.
12328
12329 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12330
12331         * ToolbarDefaults.C (read):
12332         * MenuBackend.C (read): allow escaping in all strings
12333
12334         * BufferView_pimpl.C (insertAndEditInset): new method.
12335         (Dispatch): use insertAndEditInset whenever appropriate.
12336
12337         * BufferView_pimpl.C (insertNote): removed
12338
12339         * BufferView_pimpl.C (smartQuote): new method, moved from
12340         BufferView; if an insetquote cannot be inserted, insert a '"'
12341         character instead.
12342
12343         * BufferView2.C: remove insertCorrectQuote();
12344
12345         * lyxfunc.C (getStatus): Add support for all remaingin
12346         inset-insert lfuns.
12347
12348         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
12349
12350         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
12351         command (necessary to pass " as parameter of self-insert.
12352
12353         * text.C (selectWordWhenUnderCursor):
12354         (selectWord): add word_location parameter
12355         (selectWordWhenUnderCursor): same + remove special code for word
12356         boundary.
12357         (selectNextWord): use kind() to guess type of insetspecialchar,
12358         not latex().
12359
12360         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
12361         (insertErtContents): create ert insets as collapsed.
12362         (readInset): better compatibility code for Info inset.
12363
12364 2001-07-20  Juergen Vigna  <jug@sad.it>
12365
12366         * lyxfunc.C (dispatch): use always LyXFind now!
12367
12368         * text2.C (init): add a reinit flag so that the LyXText can be
12369         reinited instead of deleted and reallocated (used in InsetText).
12370
12371         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
12372
12373         * text.C: ditto
12374
12375         * text2.C: ditto
12376
12377 2001-07-18  Juergen Vigna  <jug@sad.it>
12378
12379         * text.C (selectNextWord): handle insets inside inset by calling
12380         always the bv->text functions so that we can go up the_locking_inset!
12381
12382         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
12383         in strange locations when inside an inset!
12384
12385         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
12386         handling to include insets.
12387
12388         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
12389
12390 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12391
12392         * LyXAction.C (init):
12393         * commandtags.h:
12394         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
12395         LIGATURE_BREAK, since the name is so stupid.
12396
12397 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12398
12399         * buffer.C (readInset): enable reading of new InsetNotes as well as old
12400         InsetInfos.
12401
12402         * FontLoader.C: remove FORMS_H_LOCATION cruft.
12403
12404         * sp_form.[Ch]: remove.
12405
12406         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
12407
12408         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
12409         InsetInfo.
12410
12411         * src/buffer.C (readInset): ditto.
12412
12413 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12414
12415         * BufferView_pimpl.C (specialChar): new method. Obsoletes
12416         menuSeparator(), endOfSentenceDot(), ldots() and
12417         hyphenationPoint(), which are therefore removed.
12418         (Dispatch): handle LFUN_HYPHENATION_BREAK.
12419
12420         * LyXAction.C (init):
12421         * commandtags.h: add LFUN_HYPHENATION_BREAK.
12422
12423         * paragraph.C (getWord): removed.
12424
12425         * BufferView_pimpl.C (Dispatch): use last word or selection for
12426         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
12427
12428         * lyx_main.C (queryUserLyXDir): do not ask before creating
12429         user_dir, except if it has been named explicitely.
12430
12431 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12432
12433         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
12434         a document of zero size.
12435
12436 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
12437
12438         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
12439         approriately in the c-tor and in require().
12440         (getPackages): output the appropriate LaTeX for natbib support.
12441
12442         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
12443         variables "use_natbib" and "use_numerical_citations" when reading the
12444         LyX file.
12445         (readInset): read the various natbib cite commands.
12446         (validate): white-space change.
12447
12448         * bufferparams.[Ch]: new variables "bool use_natbib" and
12449         "bool use_numerical_citations".
12450         (writeFile): output them in the LyX file.
12451
12452 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12453
12454         * lyxfunc.C (getStatus): add support for all the inset insertion
12455         commands.
12456
12457         * text2.C (insertInset):
12458         * paragraph.C (insetAllowed):
12459         * BufferView_pimpl.C (insertInset): update to take in account the
12460         renaming of insertInsetAllowed
12461
12462         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
12463
12464         * text2.C (getInset): new method. returns inset at cursor position.
12465
12466         * BufferView_pimpl.C (Dispatch): changes because of this.
12467
12468         * LyXAction.C (init): rename open-stuff to inset-toggle.
12469
12470         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
12471
12472         * text2.C (toggleInset): renamed from openStuff; use
12473         Inset::open().
12474
12475 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
12476
12477         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
12478
12479         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
12480
12481 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
12482
12483         * buffer.C (readLyXformat2): Add filename to the error dialog
12484
12485 2001-07-18  Juergen Vigna  <jug@sad.it>
12486
12487         * tabular.C (GetCellNumber): put an assert here instead of the check!
12488
12489 2001-07-17  Juergen Vigna  <jug@sad.it>
12490
12491         * BufferView_pimpl.C (toggleSelection): adapted too.
12492
12493         * text.C (selectNextWord): adapted for use with insets.
12494         (selectSelectedWord): ditto
12495
12496 2001-07-17  Juergen Vigna  <jug@sad.it>
12497
12498         * sp_spell.C (PSpell): fix initialitation order.
12499
12500 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12501
12502         * paragraph.C: spacing
12503
12504 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
12505
12506         * sp_spell.C: repair language selection for pspell
12507
12508 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12509
12510         * lyxfunc.h: change more methods to begin with lower char.
12511
12512 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
12513
12514         * buffer.C (parseSingleLyXformat2Token): Generate error insets
12515         for unknown layouts.
12516
12517 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
12518
12519         * buffer.C (readLyXformat2): Generate an error dialog if there are
12520         unknown layouts.
12521
12522 2001-07-16  Juergen Vigna  <jug@sad.it>
12523
12524         * sp_spell.C: always compile ISpell part.
12525
12526         * lyxrc.C: added use_pspell entry and it's handling.
12527
12528 2001-07-13  Juergen Vigna  <jug@sad.it>
12529
12530         * sp_spell.C: removed double includes.
12531
12532 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
12533
12534         Consistent use of Lsstream.h:
12535         * Lsstream.h: added using std::stringstream for consistencies sake.
12536
12537         * buffer.C: removed using std::stringstream
12538
12539         * lyxfont.C (stateText):
12540         * paragraph.C (asString):
12541         * text.C (selectNextWord, selectSelectedWord):
12542         * text2.C (setCounter):
12543         * vspace.C (asString, asLatexString):
12544         std::ostringstream -> ostringstream.
12545
12546 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12547
12548         * LyXAction.C: add LFUN_HELP_ABOUTLYX
12549         * commandtags.h: add LFUN_HELP_ABOUTLYX
12550         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
12551
12552 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12553
12554         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
12555         cursorToggle()
12556         * lyx_gui_misc.C: remove spellchecker
12557         * lyxfunc.C: showSpellchecker
12558         * sp_base.h: added
12559         * sp_ispell.h: added
12560         * sp_pspell.h: added
12561         * sp_spell.C: added
12562         * sp_form.[Ch]: removed
12563         * spellchecker.[Ch]: removed
12564
12565 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
12566
12567         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
12568         is set.
12569         (simpleTeXSpecialChars): Simply print the input character without
12570         any special translation if pass_thru is set.
12571
12572         * layout.h: Added bool pass_thru to layout class for being able to
12573         implement pass through of a paragraph for Literate Programming.
12574
12575         * layout.C: add LT_PASS_THRU to LayoutTags enum.
12576         * layout.C (LyXLayout): set pass_thru to flase in constructor.
12577         * layout.C (Read): add "passthru" to list of layout tags and add
12578         code to set the pass_thru boolean when it is read.
12579
12580 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12581
12582         * trans_decl.h: remove allowed from KmodInfo
12583
12584         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
12585         remove allowed code
12586         (Load): adjust
12587
12588         * paragraph_pimpl.C (erase): use boost::prior
12589
12590         * Painter.C (text): use data() instead of c_str() when length is
12591         also provided.
12592         * WorkArea.C (putClipboard): ditto
12593         * font.h (width): ditto
12594
12595         * BufferView2.C: use it-> instead of (*it). for iterators
12596         * texrow.C: ditto
12597         * paragraph_pimpl.C: ditto
12598         * paragraph.C: ditto
12599         * minibuffer.C: ditto
12600         * language.C: ditto
12601         * kbmap.C: ditto
12602         * encoding.C: ditto
12603         * counters.C: ditto
12604         * converter.C: ditto
12605         * chset.C: ditto
12606         * Variables.C: ditto
12607         * TextCache.C: ditto
12608         * MenuBackend.C: ditto
12609         * LyXAction.C: ditto
12610         * LColor.C: ditto
12611         * FloatList.C: ditto
12612         * DepTable.C: ditto
12613         * ColorHandler.C (LyXColorHandler): ditto
12614
12615 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12616
12617         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
12618
12619         * text2.C (openStuff): reintroduce this method (which had been
12620         nuked in NEW_INSETS frenzy).
12621
12622         * lyxfunc.C (Dispatch): when an action has not been handled, use
12623         its name in the error message, not its number.
12624
12625         * paragraph.C (inInset): change method name to begin with lowercase.
12626
12627         * undo_funcs.C:
12628         * text2.C: updates because of this.
12629
12630 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12631
12632         * ToolbarDefaults.C (add): add spaces in error message
12633
12634 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12635
12636         * buffer.C (readLyXformat2): initialize the ert comp. variables.
12637         (readLyXformat2): rename return_par to first_par, use lyxlex's
12638         pushToken and remove the manual push handling.
12639         (parseSingleLyXformat2Token): add another ert comp. variable:
12640         in_tabular, rename return_par to first_par. handle newlines better
12641
12642 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12643
12644         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
12645
12646 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12647
12648         * text2.C (getParFromID): removed
12649
12650         * buffer.C (getParFromID): new method moved form lyxtext.
12651         * BufferView2.C (insertErrors): adjust
12652         (setCursorFromRow): adjust
12653         * BufferView_pimpl.C (restorePosition): adjust
12654         * lyxfunc.C (Dispatch): adjust
12655         * undo_funcs.C (textUndo): adjust
12656         (textRedo): adjust
12657         (textHandleUndo): adjust
12658         (textHandleUndo): adjust
12659
12660 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12661
12662         * buffer.C: up' the LYX_FORMAT
12663
12664         * lyxfont.h: turn NO_LATEX on as default
12665
12666         * buffer.C (insertErtContents): new methods of tex style compability.
12667         (parseSingleLyXformat2Token): use it several places.
12668         * tabular.C (OldFormatRead): and here
12669
12670 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12671
12672         * text2.C: remove some commented code.
12673         reindent file.
12674
12675         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
12676         * trans.C: changes because of the above.
12677
12678 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
12679
12680         * text2.C (setCounter): Fix counters bug with bibliography layout.
12681
12682 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12683
12684         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
12685         own member functions
12686         (simpleTeXSpecialChars): ditto
12687
12688 2001-07-06  Juergen Vigna  <jug@sad.it>
12689
12690         * a lot of files: changed the access to LyXText::status and the
12691         call of undo-functions.
12692
12693         * undo.[Ch]: added a inset_id to the undo informations.
12694
12695         * undo_funcs.[Ch]: added and moved here all undo functions.
12696
12697         * lyxtext.h: give the status enum a weight, made status_ a private
12698         variable and made accessor functions for it, removed the whole bunch
12699         of undo-functions as they are now in their own file, make some
12700         functions publically available. Added function ownerParagraph with
12701         int parameter.
12702
12703         * paragraph.[Ch]: added "bool same_ids" to the constructor,
12704         made InInset() a const function, added getParFromID() function.
12705
12706         * buffer.[Ch]: added const version for inset_iterator functions,
12707         added getInsetFromID() function.
12708
12709         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
12710         changed undo functions for new version.
12711
12712 2001-07-05  Juergen Vigna  <jug@sad.it>
12713
12714         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
12715         unknow mechanism does not call the proper constructor but only this
12716         one also if I request the other!?
12717
12718 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12719
12720         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
12721
12722         * text2.C (LyXText): use initialization lists.
12723
12724         * lyxtext.h (Selection): initialize set_ and mark_
12725         (init): remove method
12726
12727 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
12728
12729         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
12730
12731 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12732
12733         * screen.[Ch]: change method names to begin with lowercase
12734
12735         * BufferView_pimpl.C (updateScrollbar): simplify further and
12736         hopefully make it a bit faster.
12737
12738 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12739
12740         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
12741         calling directly xforms functions.
12742
12743         * Painter.C (Painter):
12744         * lyx_cb.C (MenuWrite):
12745         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
12746         fl_display.
12747
12748         * lyx_gui.C: remove bogus guiruntime extern declaration.
12749
12750 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12751
12752         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
12753         in NEW_INSETS
12754         (redoDrawingOfParagraph): ditto
12755         (redoParagraphs): ditto
12756         (cutSelection): don't create a object for CutAndPaste use the
12757         static method directly
12758         (pasteSelection): ditto
12759
12760         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
12761         LyXview (+ rename)
12762
12763 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12764
12765         * modifications to some other files because of this.
12766
12767         * Makefile.am (lyx_SOURCES): add XFormsView
12768
12769         * XFormsView.[Ch]: new files
12770
12771         * LyXView.[Ch]: make LyXView a base class for the gui handling for
12772         the main window. Move the gui dependent stuff to XFormsView
12773
12774 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12775
12776         * tabular.C (GetCellInset): update cur_cell also in the row/col
12777         version of this function.
12778
12779         * lyxfunc.C: no need to include figure_form.h here.
12780
12781         * FontLoader.h:
12782         * lyxfunc.h:
12783         * lyxscreen.h:
12784         * text2.C:
12785         * lyxvc.C: no need to include forms.h here.
12786
12787 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12788
12789         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
12790
12791         * lyxfunc.C (Dispatch):
12792         * Spacing.C (set):
12793         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
12794         constructor argument.
12795
12796 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12797
12798         * paragraph.C (Paragraph): dont't clear, and just set layout.
12799         (makeSameLayout): use params's copy contructor.
12800
12801         * ParagraphParameters.[Ch] (makeSame): delete method
12802
12803 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
12804
12805         * Variables.[Ch]: fix indentation, rename set to isSet
12806
12807 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12808
12809         * lyxfunc.C (Dispatch): fix typo
12810
12811 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12812
12813         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
12814         upper_bound.
12815
12816         * bufferlist.C: include assert.h for emergencyWrite().
12817
12818 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12819
12820         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
12821           give up at last (bug #425202) !
12822
12823 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
12824
12825         * lyx_gui_misc.C:
12826         * sp_form.h:
12827         * sp_form.C:
12828         * spellchecker.h:
12829         * spellchecker.C: strip spellchecker options and bring up
12830           preferences tab instead
12831
12832 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12833
12834         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12835         the istringstream constructor
12836
12837 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12838
12839         * paragraph.C (getLayout): fix return value
12840
12841         * paragraph.h: do not declare getLayout as inline.
12842
12843         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12844
12845 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12846
12847         * lyxcursor.h (operator<): new func
12848         (operator>): new func
12849         (operator>=): new func
12850         (operator<=): new func
12851
12852         * text.C (changeCase): use selection.start and selection.end
12853         (changeRegionCase): require from to be <= to. Require par to be a
12854         valid paragraph.
12855
12856         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
12857
12858 2001-06-27  Juergen Vigna  <jug@sad.it>
12859
12860         * text.C (cursorLeftOneWord): changed to return the cursor and added
12861         overlay with BufferView * parameter which calls this one.
12862         (getWord): added
12863         (selectWord): use new getWord function.
12864         (changeCase): renamed from changeWordCase as and extended to work
12865         also on selections.
12866
12867         * lyxtext.h: added enum word_location
12868
12869         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
12870         changeCase as this operates now also on selections.
12871
12872 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
12873
12874         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
12875
12876         * many files: send debug output to Debug::INFO instead of
12877         Debug::ANY.
12878
12879         * converter.C (View):
12880         (Convert):
12881         (Move): send debug output to Debug::FILES instead of console.
12882
12883 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
12884
12885         * lyxfunc.C (getStatus): use func_status
12886
12887         * func_status.h: new header, describing the results of
12888         LyXFunc::getStatus;
12889
12890         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
12891         LFUN_MATH_HALIGN.
12892
12893 2001-06-25  The LyX Project  <jug@sad.it>
12894
12895         * buffer.C (sgmlOpenTag):
12896         (sgmlCloseTag):
12897         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
12898
12899 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12900
12901         * text2.C: remove some dead code
12902
12903         * tabular.C (GetCellInset): store the last cell checked (gotten)
12904
12905         * tabular.h: add the helper for the speedup
12906
12907         * lyxtext.h: remove some dead code
12908
12909 2001-06-26  The LyX Project  <Asger>
12910
12911         * paragraph.C: Change export to LaTeX of alignment to
12912         \begin{center} and family for better roundtrip work with reLyX.
12913
12914         * Tune the math drawing a bit.
12915
12916 2001-06-25  The LyX Project  <Asger>
12917
12918         * LColor.C (LColor): New color for math background. New color
12919         for buttons.
12920
12921 2001-06-25  The LyX Project  <jug@sad.it>
12922
12923         * lyxfunc.C (MenuNew): remove extra check for .lyx file
12924
12925         * lyxfunc.C (Open):
12926         * bufferlist.C (newFile): do not restrict to files ending with
12927         .lyx
12928
12929         * BufferView_pimpl.C (MenuInsertLyXFile):
12930
12931 2001-06-24  The LyX Project  <jug@sad.it>
12932
12933         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12934         of compare_no_case
12935
12936 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12937
12938         * lyxtext.h: rename most methods to begin with a small char.
12939         Lots of changes because of this.
12940
12941         * paragraph.C (Paragraph): do not call fitToSize
12942         (erase): call Pimpl::erase
12943         (insertChar): call Pimpl::insertChar
12944         (insertInset): call Pipl::insertInset
12945         (breakParagraph): do not call fitToSize
12946         (breakParagraphConservative): do not call fitToSize
12947         (fitToSize): remove method
12948
12949         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
12950
12951 2001-06-24  The LyX Project  <Asger>
12952
12953         * Fix Qt compilation^2
12954
12955 2001-06-24  The LyX Project  <jug@sad.it>
12956
12957         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
12958         depthHook(getDepth()-1).
12959
12960         * paragraph.h:
12961         * ParagraphParameters.h:
12962         * ParameterStruct.h: change type of depth to unsigned int ==
12963         depth_type. Many adaptations to other files before of that.
12964
12965 2001-06-24  The LyX Project  <Asger>
12966
12967         * Fix Qt compilation.
12968
12969 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12970
12971         * paragraph.h: renamed several methods to begin with small letter.
12972         several changes to many parts of the code because of this.
12973
12974 2001-06-23  The LyX Project  <jug@sad.it>
12975
12976         * text2.C (InsertStringAsLines): renamed from InsertStringA;
12977         rewritten to discard all double spaces when KeepEmpty is off
12978         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
12979         to only handle newlines but not fiddle with spaces and friends.
12980
12981         * lyxfunc.C (MenuNew): when doing 'new from template', use
12982         template_path as default directory
12983
12984 2001-06-23  The LyX Project  <Asger>
12985
12986         * Clean-up of header file includes all over
12987         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
12988
12989 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12990
12991         * paragraph.h: renamed from lyxparagraph.h
12992
12993 2001-06-23  Asger  <lyx@violet.home.sad.it>
12994
12995         * Buffer.h: Removed Buffer::resize
12996         * BufferList.h: Removed BufferList::resize
12997         * LyXView.h: Added LyXView::resize. This way, we will only reflow
12998         the document lazily when we change the width, or the font settings.
12999
13000 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13001
13002         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13003
13004 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13005
13006         * buffer.h: remove out of date comment
13007
13008 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13009
13010         * lyxscreen.h:
13011         * screen.C: fix "theoretical" GC leak
13012
13013 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13014
13015         * LaTeX.C (scanAuxFile):
13016         (deplog): remove trailing \r when reading stream (useful under
13017         win32)
13018
13019 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13020
13021         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13022         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13023         and BufferView::theLockingInset(Inset*), so should use them and not
13024         access bv_->text->the_locking_inset directly.
13025
13026         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13027
13028 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13029
13030         * Makefile.am:
13031         * tex-defs.h: remove old unused file
13032
13033 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13034
13035         * BufferView_pimpl.C: fix typo, remove minibuffer message
13036           when buffer has loaded
13037
13038 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13039
13040         * lyxfunc.C (Dispatch): use stringstream
13041         (MenuNew): use stringstream
13042         (Open): use stringstream
13043
13044         * importer.C (Import): use stringstream
13045
13046         * bufferview_funcs.C (CurrentState): use stringstream
13047
13048         * LaTeX.C (run): use stringstream
13049
13050         * BufferView_pimpl.C (savePosition): use stringstream
13051         (restorePosition): use stringstream
13052         (MenuInsertLyXFile): use stringstream
13053
13054 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13055
13056         * BufferView.C:
13057         * Bullet.C:
13058         * ColorHandler.C:
13059         * FontInfo.C:
13060         * FontLoader.C:
13061         * LColor.C:
13062         * LaTeXFeatures.C:
13063         * Painter.C:
13064         * gettext.C:
13065         * lyx_gui_misc.C:
13066         * lyxserver.C:
13067         * vspace.C: removed // -*- C++ -*- as first line.
13068
13069         * lyxfind.h:
13070         * version.h: added // -*- C++ -*- as first line.
13071
13072 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13073
13074         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13075
13076         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13077         of string
13078
13079 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13080
13081         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13082         of floats.
13083
13084 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13085
13086         * gettext.C: include LString.h even when --disable-nls is on.
13087
13088 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13089
13090         * converter.h (Get): changed argument type from int to
13091         FormatList::size_type to avoid unnecessary conversion.
13092
13093         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13094         before using it.
13095
13096 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13097
13098         * gettext.h: include LString.h even when --disable-nls is on.
13099
13100 2001-06-07  Juergen Vigna  <jug@sad.it>
13101
13102         * text.C (BreakAgain): subst spaces with tabs.
13103
13104         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13105         (resizeInsetsLyXText): set force on resizeLyXText.
13106
13107 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13108
13109         * gettext.h (gettext_init):
13110         (locale_init): use a real definition instead of a macro
13111
13112 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13113
13114         * Bufferview_pimpl.C:
13115         * LColor.h:
13116         * LColor.C: further lcolor tidies
13117
13118 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13119
13120         * BufferView_pimpl.C (updateScrollbar): simplify.
13121
13122         * BufferView2.C: don't include insets/insetinfo.h, change
13123         prototype for insertInset and call the Pimpl version. let
13124         updateInset call Pimpl version.
13125
13126         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13127         gotoInset to BufferView::Pimpl
13128
13129 2001-06-01  Juergen Vigna  <jug@sad.it>
13130
13131         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13132         inside a LockingInset (is the update needed at all?).
13133
13134 2001-05-31  Juergen Vigna  <jug@sad.it>
13135
13136         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13137         here not the old one otherwise how should we compare it afterwards
13138         if it's the same!
13139
13140 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13141
13142         * lyxfont.C:
13143         * tabular.C:
13144         * tabular-old.C:
13145         * FontInfo.C: bring C functions into global namespace when
13146         necessary
13147
13148 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13149
13150         * LString.h: make sure config.h has been loaded before LString.h.
13151
13152         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13153         (one for each char read by EatLine!).
13154
13155         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13156         variables.
13157
13158 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13159
13160         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13161         to the same as the par we break from
13162
13163 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13164
13165         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13166
13167         * MenuBackend.C (expand): also create menu entries for wide
13168         versions of the floats.
13169
13170         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13171
13172         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13173
13174         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13175         frontends/Makefile.am
13176
13177         * text2.C: adjust
13178         * text.C: adjust
13179
13180
13181         * tabular.C (getTokenValue): add std::
13182
13183         * tabular-old.C (getTokenValue): add std::
13184         (getTokenValue): ditto
13185         (getTokenValue): ditto
13186
13187         * screen.C (ToggleSelection): adjust
13188
13189         * lyxtext.h: put selection cursors inside a Selection struct.
13190
13191         * lyxfunc.C (moveCursorUpdate): adjust
13192
13193         * lyxfont.C (latexWriteStartChanges): add std::
13194
13195         * lyxfind.C: adjust
13196
13197         * font.h: delete with(char const *, LyXFont const &)
13198
13199         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13200
13201         * FontInfo.C (getFontname): add std::
13202
13203         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13204         (workAreaButtonPress): adjust
13205         (tripleClick): adjust
13206         (update): adjust
13207         (moveCursorUpdate): adjust
13208         (Dispatch): adjust
13209
13210         * BufferView2.C (gotoInset): adjust
13211
13212 2001-05-30  Juergen Vigna  <jug@sad.it>
13213
13214         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13215         to check pspell I add this as default as I now have new pspell
13216         libraries and they seem to use this.
13217
13218 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13219
13220         * text2.C (CutSelection): make the cursor valid before the call to
13221         ClearSelection.
13222
13223 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13224
13225         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13226         relied on 0 terminated strings and other horrors. Bug found due to
13227         the new assert in lyxstring!
13228
13229         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13230         KP_ keys.
13231
13232 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13233
13234         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13235         to latinkeys.bind.
13236
13237         * lyxfunc.C (processKeySym): change method of getting to the
13238         self-insert char.
13239
13240         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13241         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13242         * BufferView_pimpl.[Ch]: here as private methods.
13243
13244 2001-05-28  Juergen Vigna  <jug@sad.it>
13245
13246         * text.C (SetHeightOfRow): added the update() call again as it is
13247         needed to initialize inset dimensions!
13248
13249 2001-05-16  Juergen Vigna  <jug@sad.it>
13250
13251         * text2.C (SetCharFont): Add new function with BufferView * and
13252         bool toggleall parameters for setting insets internal fonts.
13253         (SetFont): Freeze the undo as we may change fonts in Insets and
13254         all this change should be inside only one Undo!
13255
13256         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13257         setting font's in insets as for them we have the SetFont function!
13258
13259 2001-05-15  Juergen Vigna  <jug@sad.it>
13260
13261         * text2.C (ClearSelection): to be sure we REALLY don't have any
13262         selection anymore!
13263
13264         * tabular.C (TeXCellPreamble): fixed the left border problem for
13265         multicolumn cells.
13266
13267 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13268
13269         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13270         dependancy file
13271
13272 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13273
13274         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13275         LFUN_BREAKPARAGRAPH.
13276
13277         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13278         help test to "internal only", similar for LFUN_INSERT_URL
13279
13280         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13281         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13282         auto_region_delete and deadkeys.
13283
13284 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13285
13286         * LColor.h:
13287         * LColor.C: remove some dead entries, tidy a little
13288
13289 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13290
13291         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13292         commented code.
13293         (Dispatch): implement LFUN_ESCAPE
13294
13295         * commandtags.h: add LFUN_ESCAPE
13296
13297         * LyXAction.C (init): add entry for LFUN_ESCAPE
13298
13299         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13300         Remove commented code.
13301         (insertNote): moved here
13302         (open_new_inset): moved here
13303
13304         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13305         BufferView_pimpl
13306
13307 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13308
13309         * kbmap.C (findbinding): clean it up and make it work correctly.
13310
13311         * lyx_main.C (init): do not pass argc and argv as parameters
13312
13313 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
13314
13315         * buffer.C: fix path for OS/2 & Win32
13316
13317         * lyx_gui.C:
13318         * lyx_main:
13319         * lyx_main.C: Added os:: class.
13320
13321         * os2_defines.h: update
13322
13323 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13324
13325         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
13326         better by trying again with reduced state.
13327
13328 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13329
13330         * lyxrc.C (read): print error about invalid key sequence only when
13331         debugging (because not all latinX keysyms are known to some X
13332         servers)
13333
13334         * kbsequence.C (getiso): add a few std:: qualifiers
13335         (getiso): comment out extra return statement.
13336
13337 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13338
13339         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
13340         handling.
13341         (Dispatch): enhance the accent inset a bit. (not perfect)
13342
13343 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13344
13345         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
13346
13347 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13348
13349         * bufferlist.C (emergencyWrite): fix assert() call
13350
13351 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
13352
13353         * text.C (InsertChar): Added trivial patch to only send the "you
13354         can not do multiple spaces this way" message once during a
13355         session.
13356
13357 2001-05-08  Baruch Even  <baruch@lyx.org>
13358
13359         * Makefile.am: Changed order of libraries to get LyX to link properly
13360         with the gnome frontend.
13361
13362 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13363
13364         * LaTeXFeatures.h: add a std:: qualifier
13365
13366 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13367
13368         * paragraph.C (String): use stringstream
13369
13370 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13371
13372         * paragraph.C (writeFile): remove footflag arg
13373
13374         * buffer.C (makeLaTeXFile): use stringstream
13375         (latexParagraphs): remove footnot gurba
13376
13377         * LaTeXFeatures.C (getPackages): use stringstream
13378         (getMacros): likewise
13379         (getTClassPreamble): likewise
13380         (getFloatDefinitions): new method
13381
13382         * paragraph.C (writeFile): reindent
13383         (Erase): reindent
13384
13385         * WorkArea.h: revert the xpos + etc changes.
13386
13387         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
13388
13389         * lyxparagraph.[Ch]: add copy constructor, remove Clone
13390
13391         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
13392         (pasteSelection): likewise
13393         * text2.C (CreateUndo): likewise
13394
13395 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13396
13397         * minibuffer.C (peek_event): temporarily reduce the functionality
13398         of the minibuffer (to allow args on lfuns)
13399
13400         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
13401         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
13402
13403         * buffer.C (readInset): add compability reading of old float
13404         lists, add reading of new style float list.
13405         (readInset): avoid reevaluation of inscmd.getCmdName()
13406         (getLists): reindent
13407
13408         * MenuBackend.C (MenuItem): implement parsing of
13409         md_floatlistinsert and md_floatinsert.
13410         (expand::LastFiles): move initalizaton of iterators out of loop,
13411         avoid reevaluation.
13412         (expand::Documents): introduce typdedef vector<string> Strings,
13413         and use it.
13414         (expand::ExportFormats): introduce typedef vector<Format const *>
13415         Formats, and use it.
13416         (expand): implement FloatListInsert and FloatInsert.
13417
13418         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
13419         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
13420         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
13421
13422         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
13423         handling.
13424         (Dispatch::LFUN_FLOAT_LIST): implement
13425
13426 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
13427
13428         * LaTeX.C (run): Fix problem with --export code.
13429
13430 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13431
13432         * BufferView.[Ch] (workarea): removed.
13433         (getClipboard) new method; wrapper for workarea()->getClipboard()
13434
13435         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
13436         bug.
13437
13438         * WorkArea.h (width, height, xpos, ypos): These methods all
13439         returned the dimensions of the work_area sub-area of WorkArea,
13440         resulting in a position error if the WorkArea were resized. Now
13441         return the dimensions of the entire WorkArea.
13442
13443         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
13444
13445 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13446
13447         * LaTeX.C (deplog): correct the syntax of regex reg1
13448
13449 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13450
13451         * undo.C: remove !NEW_INSETS cruft
13452
13453 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13454
13455         * text2.C: remove !NEW_INSETS cruft
13456
13457         * text.C: remove !NEW_INSETS cruft
13458
13459         * tabular.C: remove !NEW_INSETS cruft
13460
13461         * spellchecker.C: remove !NEW_INSETS cruft
13462
13463         * lyxtext.h: remove !NEW_INSETS cruft
13464
13465         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
13466
13467         * lyxfunc.C: remove !NEW_INSETS cruft
13468
13469         * lyxfind.C: remove !NEW_INSETS cruft
13470
13471         * lyx_cb.C: remove !NEW_INSETS cruft
13472
13473         * figureForm.C: remove  !NEW_INSETS cruft
13474
13475         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
13476
13477         * buffer.[Ch]: remove !NEW_INSETS cruft
13478
13479         * ToolbarDefaults.C: remove !NEW_INSETS cruft
13480
13481         * CutAndPaste.C: remove !NEW_INSETS cruft
13482
13483         * BufferView_pimpl.C: remove !NEW_INSETS cruft
13484
13485         * BufferView2.C: remove !NEW_INSETS cruft
13486
13487         * BufferView.h: remove !NEW_INSETS cruft
13488
13489 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13490
13491         * Lsstream.h: include LString.h before the sstream headers to
13492         fix problem with gcc 2.95.3 and lyxstring
13493
13494 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13495
13496         * lyx_main.C: add using directives when needed for C functions
13497         declared in std:: namespace.
13498
13499 2001-04-27  Juergen Vigna  <jug@sad.it>
13500
13501         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
13502         (SetHeightOfRow): comment out the update call should not be needed!
13503
13504 2001-04-13  Juergen Vigna  <jug@sad.it>
13505
13506         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
13507         (LyXTabular): tried to minimize operator= operations (and realized
13508         hopfully Lars wish).
13509
13510 2001-04-27  Juergen Vigna  <jug@sad.it>
13511
13512         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
13513
13514 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13515
13516         * lyxfunc.C (Dispatch): hack to make listof algorithm work
13517
13518         * buffer.C (readInset): hack to make listof algorithm work
13519
13520         * BufferView_pimpl.C: hack to make listof algorithm work
13521
13522 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13523
13524         * LyXAction.C: removed all !NEW_INSETS cruft
13525         (init): moved lfun_item in method
13526
13527         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
13528
13529 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13530
13531         * BufferView2.C (theLockingInset): white space.
13532
13533 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13534
13535         * minibuffer.C: include <iostream>
13536
13537         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
13538
13539         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
13540
13541         * commandtags.h: add LFUN_TRANSPOSE_CHARS
13542
13543         * text.[Ch] (TransposeChars): new method
13544
13545 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13546
13547         * call message directly through LyXView instead of through LyXFunc
13548         * BufferView2.C: adjust
13549         * BufferView_pimpl.C: adjust
13550         * FontLoader.C: adjust
13551         * buffer.C: adjust
13552         * bufferview_funcs.C: adjust
13553         * converter.C: adjust
13554         * figureForm.C: adjust
13555         * importer.C: adjust
13556         * lyx_cb.C: adjust
13557         * lyx_gui_misc.C: adjust
13558         * lyxfunc.C: adjust
13559         * lyxvc.C: adjust
13560         * text2.C: adjust
13561         + more files in subdirs
13562
13563         * lyxparagraph.h (size): move up int file
13564         (GetLayout): ditto
13565
13566         * adjust all uses of Assert to lyx::Assert.
13567
13568         * BufferView2.C (ChangeCitationsIfUnique): adjust for
13569         lyxfunctional in namespace lyx
13570         * layout.C (hasLayout): ditto
13571         (GetLayout): ditto
13572         (GetLayout): ditto
13573         (delete_layout): ditto
13574         (NumberOfClass): ditto
13575         * converter.C (GetFormat): ditto
13576         (GetNumber): ditto
13577         (Add): ditto
13578         (Delete): ditto
13579         (SetViewer): ditto
13580         * bufferlist.C (getFileNames): ditto
13581         (emergencyWriteAll): ditto
13582         (exists): ditto
13583         (getBuffer): ditto
13584         * MenuBackend.C (hasSubmenu): ditto
13585         (hasMenu): ditto
13586         (getMenu): ditto
13587         * BufferView_pimpl.C (getInsetByCode): ditto
13588
13589 2001-04-18  Juergen Vigna  <jug@sad.it>
13590
13591         * vspace.C (asLatexString): fixed the 100% problem.
13592
13593 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13594
13595         * lyxfunc.C (Dispatch):
13596         * minibuffer.C:
13597         * minibuffer.h: add a few std:: qualifiers
13598
13599 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13600
13601         * minibuffer.[Ch]: reimplement so that commands is initiated and
13602         run from lyxfunc, simplified som handling, and made the completion
13603         and history code for complete. wip.
13604
13605         * lyxfunc.C (processKeySym): call message
13606         (miniDispatch): new temporary method
13607         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
13608         (LFUN_MESSAGE): implement
13609         (LFUN_MESSAGE_PUSH): implement
13610         (LFUN_MESSAGE_POP): implement
13611         (initMiniBuffer): the initial/defualt minibuffer message.
13612
13613         * lyxfont.[Ch]: inline some more getters
13614
13615         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
13616
13617         * lyx_gui_misc.[Ch] (WriteStatus): remove method
13618
13619         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
13620         (AutoSave): use LFUN_MESSAGE
13621         (Reconfigure): ditto
13622
13623         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
13624
13625         * figureForm.C: use LFUN_MESSAGE
13626
13627         * converter.C (runLaTeX): use LFUN_MESSAGE
13628
13629         * bufferview_funcs.C: use LFUN_MESSAGE
13630         (Melt): ditto
13631         (changeDepth): ditto
13632
13633         * bufferparams.h: use boost::
13634
13635         * bufferlist.h: inherit privately from noncopyable
13636
13637         * bufferlist.C (loadLyXFile): remove some commented code.
13638
13639         * buffer.C (runChktex): use LFUN_MESSAGE
13640
13641         * ShareContainer.h: inherit privately from noncopyable
13642
13643         * ParagraphParameters.[hC] (depth): inline it.
13644
13645         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
13646         methods.
13647         (message): new method
13648         (messagePush): ditto
13649         (messagePop): ditto
13650         (show): init minibuffer
13651         (showState): direct call
13652
13653         * LaTeX.[Ch]: inherit privately from noncopyable
13654         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
13655         instead of WriteStatus.
13656
13657         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
13658
13659         * BufferView_pimpl.C (buffer): don't init minibuffer
13660         (workAreaButtonPress): use LFUN_MESSAGE
13661         (workAreaButtonRelease): ditto
13662         (savePosition): ditto
13663         (restorePosition): ditto
13664         (MenuInsertLyXFile): ditto
13665         (workAreaExpose): don't init minibuffer
13666         (update): remove commented code, simplify
13667
13668         * BufferView2.C (openStuff): use LFUN_MESSAGE
13669         (toggleFloat): ditto
13670         (menuUndo): ditto
13671         (menuRedo): ditto
13672         (copyEnvironment): ditto
13673         (pasteEnvironment): ditto
13674         (copy): ditto
13675         (cut): ditto
13676         (paste): ditto
13677         (gotoInset): ditto
13678         (updateInset): remove some commented code
13679
13680         * lastfiles.h: inherit privately from noncopyable
13681         * layout.h: ditto
13682         * lyx_gui.h: ditto
13683         * lyx_main.h: ditto
13684         * lyxlex.h: ditto
13685         * lyxlex_pimpl.h: ditto
13686
13687         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
13688         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
13689         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13690
13691         * LyXAction.h: inherit privately from noncopyable, add methods
13692         func_begin, func_end, returning iterators to the func map.
13693
13694         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
13695         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13696         (func_begin): new method
13697         (func_end): new method
13698
13699         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
13700         and not)
13701         (copySelection): ditto
13702         (pasteSelection): ditto
13703
13704         * BufferView.C: whitespace change
13705         * BufferView.h: inherit privately from noncopyable
13706
13707 2001-04-16  Allan Rae  <rae@lyx.org>
13708
13709         * tabular-old.C (l_getline):
13710         * spellchecker.C (sc_check_word):
13711         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
13712         an unrecognised preprocessor directive.  So ensure they're wrapped.
13713
13714 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
13715
13716         * src/exporter.C (Export): Give an error message when path to file
13717         contains spaces.
13718
13719 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
13720
13721         * LaTeX.C (deplog): Always check that foundfile exists.
13722
13723 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13724
13725         * lyx_main.h:
13726         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
13727
13728 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13729
13730         * tabular.[Ch] (getLabelList): implement new method
13731
13732         * minibuffer.h: comment ouf setTiimer
13733
13734         * minibuffer.C (ExecutingCB): constify res
13735         (peek_event): constify s
13736         (Set): constify ntext
13737         (Init): constify nicename
13738
13739         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
13740
13741         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
13742         (savePosition): use two params to Minibuffer::Set
13743         (restorePosition): ditto
13744
13745 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13746
13747         * lyx_main.C: include language.h
13748
13749         * Makefile.am (lyx_main.o): add language.h
13750
13751 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13752
13753         * exporter.C:
13754         * paragraph.C:
13755         * screen.C:
13756         * tabular.C:
13757         * CutAndPaste.C: include gettext.h
13758
13759         * lyxfont.h: remove old hack with ON and OFF.
13760
13761         * lyxparagraph.h:
13762         * lyxfont.h: do not include language.h...
13763
13764         * BufferView2.C:
13765         * LaTeXFeatures.C:
13766         * Painter.C:
13767         * bufferview_funcs.C:
13768         * font.C:
13769         * lyxfont.C:
13770         * text.C:
13771         * text2.C:
13772         * trans_mgr.C:
13773         * paragraph.C: ... but do it here instead
13774
13775 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13776
13777         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
13778
13779         * tabular.C: small reformat
13780
13781         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
13782         NEW_INSETS version
13783         (GetChar): ditto
13784         (BreakParagraph): ditto
13785         (SetOnlyLayout): ditto
13786         (SetLayout): ditto
13787
13788         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
13789         with one arg less.
13790
13791         * lastfiles.C: removed most using decl, add std:: where needed
13792
13793         * buffer.C: ws changes
13794
13795         * MenuBackend.C (class compare_format): put into anon namespace
13796         (expand): constify label, names, action, action2
13797         (expand):
13798
13799         * text.C (SingleWidth): constify font
13800         (IsBoundary): constify rtl2
13801         (GetVisibleRow): constify ww
13802
13803         * LaTeX.C (deplog): constify logfile
13804
13805         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
13806         start_x, end_x
13807         (workAreaExpose): constify widthChange, heightChange
13808
13809         * lyxrow.C (par): moved
13810         (height): moved
13811         (next): moved
13812         * lyxrow.h: as inlines here
13813
13814         * lyxfont.h (shape): moved from lyxfont.C
13815         (emph): moved from lyxfont.C
13816
13817         * lyxfont.C (LyXFont): use initialization list for all
13818         constructors
13819         (shape): move to lyxfont.h as inline
13820         (emph): move to lyxfont.h as inline
13821
13822
13823 2001-04-04  Juergen Vigna  <jug@sad.it>
13824
13825         * vspace.C: had to include stdio.h for use of sscanf
13826
13827 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13828
13829         * BufferView.h:
13830         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13831         independent of xforms.
13832
13833 2001-04-02  Juergen Vigna  <jug@sad.it>
13834
13835         * spellchecker.C: fixed namespace placing!
13836
13837 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13838
13839         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13840         the LyXParagraph * is 0.
13841
13842 2001-03-29  Juergen Vigna  <jug@sad.it>
13843
13844         * vspace.C: added support for %, c%, p%, l%.
13845         (stringFromUnit): added helper function.
13846         (asLatexString): changed to give right results for the %-values.
13847
13848         * buffer.C: convert the widthp in a width%.
13849
13850 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13851
13852         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13853         figureForm.[Ch].
13854
13855         * figureForm.[Ch]: stripped the FD_from_figure manipulation
13856         code out of lux_cb.[Ch], ready for its (imminent?) removal.
13857
13858         * lyx_cb.[Ch]: see above.
13859
13860         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
13861         form1.[Ch].
13862
13863         * form1.[Ch]:
13864         * lyx.[Ch]: replaced by figure_form.[Ch].
13865
13866         * lyx_gui.C:
13867         * lyx_gui_misc.C:
13868         * lyxfunc.C: changed headers associated with above changes.
13869
13870 2001-03-27  Juergen Vigna  <jug@sad.it>
13871
13872         * BufferView_pimpl.C: set the temporary cursor right!
13873
13874 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
13875
13876         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
13877
13878 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
13879
13880         * LString.h: removed "using std::getline"!
13881
13882         * BufferView_pimpl.C (Dispatch): changes due to changes in
13883         InsetInclude::Params.
13884
13885         * buffer.C (tag_name): removed redundant break statements as they were
13886         producing lots of warnings with my compiler.
13887
13888 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13889
13890         * LString.h: add "using std::getline" when using the real <string>.
13891
13892 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
13893
13894         * buffer.C: removed bitset usage.
13895         PAR_TAG moved to an anonymous name space.
13896         (tag_name): new funtion, also in the anonymous namespace.
13897         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
13898         (makeDocBookFile): clean code. Completed transition from string arrays
13899         to string vectors.
13900         (SimpleDocBookOnePar): code clean.
13901
13902 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13903
13904         * tabular.C: add some comments.
13905
13906 2001-03-22  Juergen Vigna  <jug@sad.it>
13907
13908         * buffer.C (parseSingleLyXformat2Token): redone the minipage
13909         compatibility read a bit and fixed bug with minipage in different
13910         depth.
13911
13912 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
13913
13914         * buffer.C (pop_tag): removed.
13915         (push_tag): removed.
13916         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13917         array replaced with vector. Added support for CDATA sections.
13918         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13919         at any nest level.
13920         (makeDocBookFile): XML conformant declaration of CDATA section,
13921         fixed bug related to <emphasis> in the first paragraph char.
13922         (sgmlOpenTag): exclude empty tags.
13923         (sgmlCloseTag): ditto.
13924
13925         * buffer.h (pop_tag): removed.
13926         (push_tag): removed.
13927
13928 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13929
13930         * language.h (Languages): added size_type and size().
13931
13932 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13933
13934         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
13935         response on compability reading of minipages. One probliem is that
13936         the old usage of minipages was «flertydig»
13937
13938         * several files here and in subdirs: don't use static at file
13939         scope use anon namespaces instead.
13940
13941 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
13942
13943         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
13944         LaTeX output. This is necessary for Literate document
13945         processing.
13946
13947 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13948
13949         * buffer.C: insert hfill when needed.
13950
13951         * tabular.C (l_getline): use string::erase, small whitespace change.
13952
13953         * BufferView_pimpl.C: try the anon namespace.
13954         * WorkArea.C: ditto
13955
13956 2001-03-16  Juergen Vigna  <jug@sad.it>
13957
13958         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
13959         otherwise it won't open options-dialogs.
13960
13961         * buffer.C: honor pextraWidth(p) on converting minipages.
13962
13963         * tabular.C (l_getline): changed the functions to strip trailing \r.
13964
13965 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
13966
13967         * BufferView_pimpl.C:
13968         * minibuffer..C: added "using SigC::slot" declaration.
13969
13970 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13971
13972         * lyxlex_pimpl.h: noncopyable is in namespace boost.
13973
13974         * text2.C: ditto
13975
13976         * text.C: ditto
13977
13978         * paragraph.C: ditto
13979
13980         * lyxtext.h: NO_PEXTRA
13981
13982         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
13983
13984         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
13985         * ParameterStruct.h: ditto
13986         * ParagraphParameters.h: ditto
13987         * lyxparagraph.h: ditto
13988
13989 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13990
13991         * buffer.C: add compability for minipage alignment.
13992         (latexParagraphs): remove unwanted pextra check.
13993
13994         * several files: remove CXX_WORKING_NAMESPACES
13995
13996         * buffer.C (pop_tag): tie is in namespace boost
13997
13998         * BufferView.h: noncopyable is in namespace boost
13999         * lyxlex.h: ditto
14000         * lyx_main.h: ditto
14001         * lyx_gui.h: ditto
14002         * layout.h: ditto
14003         * lastfiles.h: ditto
14004         * bufferlist.h: ditto
14005         * ShareContainer.h: ditto
14006         * LyXView.h: ditto
14007         * LyXAction.h: ditto
14008         * LaTeX.h: ditto
14009
14010 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14011
14012         * Merging changes from BRANCH_MVC back into HEAD.
14013
14014         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14015
14016 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14017
14018         * BufferView_pimpl.C: change from intl.C
14019
14020         * combox.h:
14021         * combox.C:
14022         * Makefile.am: move combox.*
14023
14024         * form1.h:
14025         * form1.C:
14026         * lyx_gui.C:
14027         * intl.h:
14028         * intl.C: remove dialog (covered by prefs)
14029
14030 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14031
14032         * lyxfunc.C (Dispatch): removed redundant break statement.
14033
14034 2001-03-14  Juergen Vigna  <jug@sad.it>
14035
14036         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14037
14038 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14039
14040         * buffer.C: add hack to fix compability reading of minipages.
14041
14042 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14043
14044         * buffer.C (getLists): Cleanup.
14045
14046 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14047
14048         * lyxfont.C (update): don't honor toggleall on font size.
14049
14050 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14051
14052         * bmtable.c:
14053         * bmtable.h:
14054         * Makefile.am: moved to frontends/xforms/
14055
14056         * lyx_gui_misc.C:
14057         * lyxfunc.C:
14058         * BufferView_pimpl.C: changes for moved mathpanel
14059
14060 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14061
14062         * gettext.h: fix gettext_init() in --disable-nls
14063
14064 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14065
14066         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14067
14068 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14069
14070         * lyx.C:
14071         * lyx.h: strip external form
14072
14073 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14074
14075         * BufferView_pimpl.C: add comment, destroySplash()
14076
14077 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14078
14079         * BufferView_pimpl.C:
14080         * LyXAction.C:
14081         * buffer.C:
14082         * commandtags.h:
14083         * lyxfunc.C: use re-worked insetinclude
14084
14085 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14086
14087         * buffer.C: add using std::stringstream.
14088
14089         * lyx_cb.C: readd using std::ios.
14090
14091         * buffer.C: add using std::map.
14092
14093         * BufferView_pimpl.C: add using std::vector.
14094
14095         * ShareContainer.h: add std:: to swap.
14096
14097         * buffer.h: add some typedefs
14098         * buffer.C (getLists): use them
14099         (getLists): renamed from getTocList.
14100         add a counter for the different float types and use it in the
14101         generated string.
14102         (getLists): use the same counter for the NEW_INSETS and the "non"
14103         NEW_INSETS
14104
14105         * lyx_cb.h: remove unused items, includes, using etc.
14106
14107         * ShareContainer.h: remove some commented code, add more comments
14108         and "documentation".
14109
14110 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14111
14112         * buffer.C (getTocList): make the list also when NEW_INSETS is
14113         defined.
14114
14115         * buffer.h: remove TocType
14116
14117         * buffer.C (getTocList): change to return a map<string,
14118         vector<TocItem> >, implement for dynamic number of list.
14119
14120         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14121         * text2.C (PasteSelection): adjust
14122         * CutAndPaste.C (pasteSelection): adjust
14123
14124         * FloatList.C (FloatList): update from the new_insets branch.
14125         * Floating.[Ch]: ditto
14126         * LaTeXFeatures.C: ditto
14127         * buffer.C: ditto
14128         * lyxlex_pimpl.C: ditto
14129
14130         * paragraph.C (Last): remove when NEW_INSETS is defined.
14131
14132         * other file: changes because of the above.
14133
14134 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14135
14136         * lyxparagraph.h: rename next to next_, previous to previous_,
14137         make them private for NEW_INSETS. Rename Next() to next(),
14138         Previous() to previous().
14139
14140         * other files: changes because of the above.
14141
14142 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14143
14144         * BufferView.h:
14145         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14146         problem.
14147
14148 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14149
14150         * main.C (main): pass lyx_localedir to gettext_init().
14151
14152         * gettext.h: remove locale_init and gettext_init macros
14153
14154         * gettext.C (locale_init): new function
14155         (gettext_init): new function
14156
14157         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14158         setlocale().
14159
14160 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14161
14162         * Moved credits to frontends:
14163         * credits.[Ch]: removed
14164         * credits_form.[Ch]: removed
14165         * lyx_gui_misc.C: remove credits stuff
14166         * Makefile.am:
14167
14168 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14169
14170         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14171
14172         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14173         unneeded destructor.
14174
14175         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14176         a standalone pointer again.
14177
14178         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14179
14180 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14181
14182         * Makefile.am:
14183         * filedlg.h:
14184         * filedlg.C:
14185         * LyXAction.C:
14186         * ToolbarDefaults.C:
14187         * bufferlist.C:
14188         * commandtags.h:
14189         * form1.C:
14190         * form1.h:
14191         * lyx_cb.C:
14192         * lyx_cb.h:
14193         * lyxfunc.h:
14194         * lyxfunc.C:
14195         * BufferView_pimpl.C: use new file dialog in GUII
14196
14197         * lyx_cb.h:
14198         * lyx_cb.C: remove LayoutsCB to Toolbar
14199
14200 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14201
14202         * ShareContainer.h (get): add std:: qualifier
14203
14204 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14205
14206         * ShareContainer.h: define a proper ShareContainer::value_type
14207         type (and use typename to please compaq cxx)
14208
14209 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14210
14211         * lyxparagraph.h: move serveral local vars to
14212         ParameterStruct/ParagraphParameters., use ShareContainer in
14213         FontTable., make vars in FontTable private and add getter and
14214         setter.
14215
14216         * paragraph.C: changes because of the above.
14217
14218         * lyxfont.h: remove copy constructor and copy assignment. (the
14219         default ones is ok), move number inside FontBits. move inlines to
14220         lyxfont.C
14221
14222         * lyxfont.C: add number to initializaton of statics, move several
14223         inlines here. constify several local vars. some whitespace
14224         cleanup. Dont hide outerscope variables.
14225
14226         * Spacing.h: add two new constructors to match the set methods.
14227
14228         * ShareContainer.h: new file, will perhaps be moved to support
14229
14230         * ParameterStruct.h: new file
14231
14232         * ParagraphParameters.h: new file
14233
14234         * ParagraphParameters.C: new file
14235
14236         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14237         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14238
14239         * BufferView_pimpl.C: ParagraphParameter changes.
14240         * buffer.C: Likewise.
14241         * bufferview_funcs.C: Likewise.
14242         * text.C: Likewise.
14243         * text2.C: Likewise.
14244
14245 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14246
14247         * lyxfind.C (LyXReplace): do not redefine default argument in
14248         implementation.
14249         (IsStringInText): ditto
14250         (SearchForward): ditto
14251         (SearchBackward): ditto
14252
14253 2001-03-06  Juergen Vigna  <jug@sad.it>
14254
14255         * lyxfind.C (IsStringInText): put parentes around expressions.
14256
14257 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14258
14259         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14260
14261 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14262
14263         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14264
14265         * stl_string_fwd.h: add comment
14266
14267         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14268
14269         * tabular.h:
14270         * tabular.C: remove unused DocBook methods
14271
14272         * intl.C:
14273         * language.C:
14274         * paragraph.C:
14275         * buffer.C:
14276         killed DO_USE_DEFAULT_LANGUAGE
14277
14278 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14279
14280         * lyx_gui.C: do not include language.h.
14281
14282         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14283         arguments in function implementation.
14284
14285 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14286
14287         * BufferView_pimpl.C: add <ctime>
14288
14289 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14290
14291         * BufferView_pimpl.C: add using std::find_if
14292
14293 2001-02-27  José Matos  <jamatos@fep.up.pt>
14294
14295         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14296         by OnlyPath.
14297
14298 2001-02-11  José Matos  <jamatos@fep.up.pt>
14299
14300         * buffer.C (makeDocBookFile): command styles now have a parameter as
14301         "title" by default.
14302
14303 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14304
14305         * layout_forms.[Ch]: removed
14306         * lyx_cb.[Ch]: out character
14307         * lyx_gui.C: out character
14308         * lyx_gui_misc.C: out character
14309         * bufferview_funcs.C: : out character,
14310         added toggleall as parameter in ToggleAndShow
14311
14312 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
14313
14314         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
14315
14316         * text2.C (SetCurrentFont): Disable number property at boundary.
14317
14318 2001-02-26  Juergen Vigna  <jug@sad.it>
14319
14320         * lyxfunc.C (getStatus): added a string argument override function so
14321         that this is correctly called from LyXFunc::Dispatch if it contains a
14322         do_not_use_argument which is used!
14323         (Dispatch): added check for "custom" export and call appropriate func.
14324
14325 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
14326
14327         * lyxrc.C: Add language_command_local, language_use_babel and
14328         language_global_options.
14329
14330         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
14331
14332         * buffer.C (makeLaTeXFile): Use language_use_babel and
14333         language_global_options.
14334
14335 2001-02-23  Juergen Vigna  <jug@sad.it>
14336
14337         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14338         which works with LyXText and putted it inside BufferView. Here now we
14339         only call for that part the BufferView::Dispatch() function.
14340
14341         * BufferView.C (Dispatch): added.
14342
14343         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
14344         functions which needs to use a LyXText over from LyXFunc.
14345         (MenuInsertLyXFile): added
14346         (getInsetByCode): added
14347         (moveCursorUpdate): added
14348         (static TEXT): added
14349
14350 2001-02-22  Juergen Vigna  <jug@sad.it>
14351
14352         * BufferView_pimpl.C (update): call a status update to see if LyXText
14353         needs it.
14354
14355 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14356
14357         * vc-backend.C (revert): implement for CVS
14358         (getLog): implement for CVS
14359
14360 2001-02-20  Juergen Vigna  <jug@sad.it>
14361
14362         * text2.C (ClearSelection): added BufferView param for inset_owner call
14363
14364         * lyxfunc.C (TEXT): added this function and use it instead of
14365         directly owner->view()-text of getLyXText().
14366
14367 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
14368
14369         * src/layout_forms.C: out preamble
14370         * src/layout_forms.h: out preamble
14371         * src/lyx_cb.C: out preamble
14372         * src/lyx_cb.h: out preamble
14373         * src/lyx_gui.C: out preamble
14374         * src/lyx_gui_misc.C: out preamble
14375         * src/lyxfunc.C: connect with guii preamble
14376
14377 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
14378
14379         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
14380
14381 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
14382
14383         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
14384         whether to run bibtex.
14385
14386 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
14387
14388         * Makefile.am (lyx_SOURCES): Remove BackStack.h
14389
14390 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
14391
14392         * Makefile.am (lyx_SOURCES): removed bibforms.h
14393
14394         * vspace.h: doxygen
14395
14396         * text.C (GetVisibleRow): make several local vars const
14397
14398         * tabular.C: small cleanup.
14399
14400         * lyxserver.C (callback): use compare instead of strncmp
14401
14402         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
14403         inlines to after class or to paragraph.C
14404
14405         * lyxfont.h: remove friend operator!=
14406
14407         * converter.h: move friend bool operator< to non friend and after
14408         class def.
14409
14410         * combox.h: small cleanup
14411
14412         * buffer.h: doxygen, remove unused constructor, move inclas inlies
14413         to inlines after class def.
14414
14415         * buffer.C (pop_tag): use string operations instead of strcmp
14416
14417         * bmtable.c: doxygen, small cleanup
14418
14419         * LaTeX.h: remove friend operator==
14420
14421 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
14422
14423         * screen.C:
14424         * lyxrc.[Ch]:
14425         * lyxfunc.C:
14426         * lyxfont.[Ch]:
14427         * lyx_cb.C:
14428         * intl.[Ch]:
14429         * commandtags.h:
14430         * buffer.C:
14431         * WorkArea.[Ch]:
14432         * LyXAction.C:
14433         * BufferView_pimpl.C:
14434         * BufferView.[Ch]: remove cruft
14435
14436 2001-02-14  Juergen Vigna  <jug@sad.it>
14437
14438         * lyxfunc.C: removed #if 0 unused code
14439
14440         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
14441
14442         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
14443
14444         * text2.C (SetSelection): added a BufferView * parameter
14445
14446 2001-02-13  Juergen Vigna  <jug@sad.it>
14447
14448         * lyxfunc.C (Dispatch): fixed protected blank problem.
14449         * BufferView2.C (protectedBlank): added LyxText * parameter.
14450
14451         * tabular.C (AppendRow): forgot to set row_info of newly added row.
14452         (AppendColumn): same as above for column_info.
14453
14454         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
14455         (moveCursorUpdate): use a LyXText param for support of InsetText.
14456
14457         * BufferView_pimpl.C (doubleClick): added support for InsetText.
14458         (tripleClick): ditto
14459
14460         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
14461
14462         * BufferView_pimpl.C (update): added LyXText param to honor insets.
14463
14464         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
14465
14466         * text2.C (SetSelection): set correct update status if inset_owner
14467         (ToggleFree): ditto
14468
14469 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
14470
14471         * tabular.C: remove some commented code.
14472
14473 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
14474
14475         * BufferView_pimpl.C: call hideSplash()
14476
14477         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
14478
14479         * include_form.h:
14480         * bibforms.h: remove
14481
14482         * lyxfunc.C:
14483         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
14484           add LFUN_CHILD_CREATE
14485
14486         * counters.h: fix tiny typo
14487
14488         * lyx_cb.C:
14489         * lyx.h:
14490         * lyx_gui.C:
14491         * lyx.C: move splash to frontends/xforms/
14492
14493         * lyx_gui_misc.C: move Include and Bibform to frontends
14494
14495         * lyxvc.h: clarify comment
14496
14497         * vspace.C: tiny housekeeping
14498
14499 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
14500
14501         * text.C (PrepareToPrint): RTL Fix.
14502
14503         * paragraph.C (GetUChar): New method.
14504         (String):  Use GetUChar.
14505
14506         * buffer.C (asciiParagraph): Use GetUChar.
14507
14508 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
14509
14510         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
14511
14512 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
14513
14514         * buffer.h:
14515         * buffer.C: rename to getLogName(), handle
14516           build log / latex log nicely
14517
14518 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14519
14520         * MenuBackend.C:
14521         * MenuBackend.h: remove support for reference menuitem type.
14522
14523 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
14524
14525         * BufferView_pimpl.C: housekeeping
14526         * BufferView_pimpl.h:
14527         * LyXView.h:
14528         * Makefile.am:
14529         * Timeout.C:
14530         * Timeout.h:
14531         * minibuffer.h: move Timeout GUI-I
14532
14533 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
14534
14535         * lyxrc.C (read): Update converters data-structures.
14536
14537 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
14538
14539         * LaTeX.h (operator!=): add operator != for Aux_Info
14540
14541 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
14542
14543         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
14544
14545         * LaTeXLog.C: deleted, useful code moved to Buffer
14546
14547         * buffer.h:
14548         * buffer.C: new function getLatexLogName()
14549
14550         * lyx_gui_misc.C:
14551         * lyx_gui.C:
14552         * lyxvc.C:
14553         * lyxvc.h:
14554         * lyxfunc.C: use frontends for LaTeX and VC logs
14555
14556 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14557
14558         * LaTeX.h: yet another std:: that Allan forgot.
14559
14560         * Variables.C (set): renamed from isset(), because this clashes
14561         with some HP-UX macros (grr).
14562
14563 2001-02-06  Allan Rae  <rae@lyx.org>
14564
14565         * LaTeX.h: Another bug fix.  Missing std:: this time.
14566
14567 2001-02-04  Allan Rae  <rae@lyx.org>
14568
14569         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
14570         floats problem. I've left it commented out because it's not quite
14571         correct.  It should also test that the current object is a table or
14572         figure inset.  But I haven't gotten around to figuring out how to do
14573         that.  I *think* it'll be something like: "table" == inset.type()
14574
14575         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
14576         bool.
14577
14578 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
14579
14580         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
14581         all the citation/databases/styles in the auxilary file.
14582         (run): Rerun latex if there was a babel language error.
14583
14584 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
14585
14586         * text.C (Backspace): Preserve the font when changing newline char
14587         with a space.
14588         (BreakParagraph): If the cursor is before a space, delete the space.
14589
14590         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
14591
14592 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
14593
14594         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
14595         new argument (code).
14596         (ChangeCitationsIfUnique): New method.
14597
14598         * paragraph.C (GetPositionOfInset): Handle bibkey.
14599
14600 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14601
14602         * BufferView_pimpl.h: change type of Position::par_pos to
14603         LyXParagraph::size_type.
14604
14605 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
14606
14607         * BufferView_pimpl.C (savePosition, restorePosition): Write
14608         messages to minibuffer.
14609
14610 2001-01-28  José Matos  <jamatos@fep.up.pt>
14611
14612         * buffer.C (makeDocBookFile): adds support for document language.
14613         A silly restriction on the name of LatexCommand types where removed.
14614         Added support for CDATA sections, allows to chars unescaped, used
14615         among others in code, to avoid escape < and >.
14616
14617 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14618
14619         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
14620         saved positions instrad of a stack. Furthermore, a position is
14621         stored using paragraph id/paragraph position.
14622
14623         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
14624         Remove LFUN_REF_BACK.
14625
14626 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14627
14628         * converter.C (dvipdfm_options): New method.
14629
14630 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
14631
14632         * vspace.C (isValidLength): Fix for empty input string.
14633
14634 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14635
14636         * LyXAction.C (init): change description of LFUN_FIGURE to
14637         "Insert Graphics"
14638
14639 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14640
14641         * LaTeX.C: add using directive
14642
14643 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14644
14645         * MenuBackend.C (expand): Fix the sorting of the formats.
14646
14647 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
14648
14649         * lyx_main.C: tiny error message fix
14650
14651 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14652
14653         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
14654         calling fl_initialize(). This fixes the problem with ',' as
14655         decimal separator in text files.
14656
14657 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14658
14659         * trans.C (process): Fix the keymap bug.
14660
14661 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
14662
14663         * LaTeX.C (scanAuxFiles): New method. Provides support for
14664         multiple bibliographies (when using the bibtopic/bibunits pacakges).
14665         (scanLogFile) Scan for "run BibTeX" messages.
14666
14667         * buffer.C (makeLaTeXFile): Do not load the ae package when using
14668         OT1 font encoding. Also, load the aecompl package if the ae
14669         package is loaded.
14670
14671         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
14672
14673 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14674
14675         * texrow.C (increasePos): turn two error messages into debug
14676         messages.
14677
14678 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
14679
14680         * LaTeX.C (scanAux): Handle the \@input macro.
14681         (runBibTeX): Use scanAux().
14682
14683         * language.C (latex_options_): New field.
14684
14685         * LaTeXFeatures.C (getMacros): Add language macros.
14686
14687         * buffer.C (makeLaTeXFile): Small fix.
14688
14689 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14690
14691         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
14692
14693         * text2.C: add a using directive.
14694
14695 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
14696
14697         * BufferView2.C:
14698         * lyx_gui_misc.h:
14699         * lyxfr1.C:
14700         * lyxfunc.C: kill LyXBell.
14701
14702 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
14703
14704         * text.C (IsBoundary): Remove the error message
14705
14706         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
14707
14708         * lyxrc.C (setDefaults): Correct initialization value for
14709         font_norm_type.
14710
14711 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
14712
14713         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
14714         gotoError().
14715
14716         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
14717         and GotoNextNote().
14718
14719         * src/LyXAction.C: Added reference-next.
14720
14721         * text.C (InsertChar): Use contains instead of strchr.
14722
14723         * lyx_cb.C (MenuInsertLabel): Enable default value code.
14724
14725 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
14726
14727         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
14728         alignment commands (when needed).
14729
14730         * text.C (InsertChar): Add ':' to number separator chars.