]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix a crash on resize
[lyx.git] / src / ChangeLog
1 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
2
3         * text2.C (init): fix a crash fired on resize
4         
5 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6
7         * buffer.[Ch]: added new closing signal
8         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
9         * lyxfunc.C: removed BufferView::buffer(0) call now handled in 
10         BufferView::Pimpl via the closing the signal
11         
12 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
13
14         * buffer.[Ch]: take out all bv-related from buffer
15         * BufferView.C: 
16         * BufferView_pimpl.[Ch]: connect to new signals
17         * CutAndPaste.C: removed useless asserts
18         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
19         * lyxvc.[Ch]:
20         * vc-backend.[Ch]:
21         * lyxfunc.C: moved view-related funciontality from vc here
22         * paragraph.C: removed outdated comments
23         * text.C: ws
24
25 2003-07-10  André Pönitz  <poenitz@gmx.net>
26
27         * BufferView_pimpl.C:
28         * tabular.h:
29         * tabular_funcs.C:
30         * text.C:
31         * text2.C: remove InsetText::InnerCache, clean up consequences
32
33 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
34
35         * ispell.C: fix two typos in error messages
36
37 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
38
39         * Extend Note inset to other forms of annotation like Comment
40         and Greyedout. Right button click gives dialog.
41
42         Files modified or added (+):
43
44         * insetnote.[Ch]
45         * FormNote.[Ch]      +
46         * ControlNote.[Ch]   +
47         * form_note.fd       +
48         * Makefile.am in frontends/xforms, frontends/xforms/forms,
49         frontends/controllers
50         * xforms/Dialogs.C
51         * factory.C
52
53 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
54
55         * aspell.C: add missing namespace lyx::support
56
57 2003-07-07  Alfredo Brauntein  <abraunst@libero.it>
58
59         * BufferView.[Ch] (newFile): Add
60         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
61         * LaTeX.[Ch] (message): added this signal and use it
62         * buffer.[Ch] (busy, message): added these signals and use them
63         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
64         * converter.C:
65         * exporter.C:
66         * format.C:
67         * importer.C: use buffer signals instead of direct bv calling
68         * lyx_cb.[Ch] (ShowMessage): removed
69         * lyx_main.C:
70         * lyxfunc.C:
71         * paragraph_funcs.C:
72         * text2.C: use buffer signals
73
74 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
75
76         * introduce namespace lyx::graphics
77
78 2003-07-02  André Pönitz  <poenitz@gmx.net>
79
80         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
81
82 2003-07-01  André Pönitz  <poenitz@gmx.net>
83
84         * text.C:
85         * text2.C:
86         * text3.C:
87         * text_funcs.[Ch]:
88         * textcursor.h:
89         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
90           text*.C to text_func.C
91
92 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
93
94         * introduce namespace lyx::support
95
96 2003-06-30  André Pönitz  <poenitz@gmx.net>
97
98         * Chktex.C:
99         * funcrequest.C:
100         * lyxtext.h:
101         * text.C: re-enable --with-included-string
102
103 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
104
105         * textcursor.C: add <config.h>
106
107         * text.C (getWord): remove const from word_location arg
108
109         * lyxvc.C (getLogFile): fix const type order
110
111         * lyxtext.h: remove const from word_location arg, add arg name
112
113         * lyxlayout.h: currect type on labeltype.
114
115         * importer.C: correct \file
116
117         * converter.C (intToFormat): use std:: on ret val, ws changes
118
119         * bufferlist.h: correct \file
120
121         * buffer.C (makeLinuxDocFile): fix const type order
122         (makeDocBookFile): ditto
123         (fillWithBibKeys): use std:: on stdlib args.
124
125         * CutAndPaste.C: fix authors.
126         (availableSelections): use std:: on return vector
127
128 2003-06-27  André Pönitz  <poenitz@gmx.net>
129
130         * BufferView_pimpl.C:
131         * bufferview_funcs.C:
132         * lyxcursor.C:
133         * lyxcursor.h:
134         * lyxfunc.C:
135         * lyxtext.h:
136         * rowpainter.C:
137         * text.C:
138         * text2.C:
139         * text3.C: remove LyXCursor::row_ member
140
141         * lyxtext.h:
142         * text.C: rename fullRebreak() to partialRebreak() and implement
143           a fullRebreak() that really bereks fully
144
145         * textcursor.h: new struct for cursor-related data
146
147 2003-06-26  Alfredo Brauntein  <abraunst@lyx.org>
148
149         * lyx_main.C (LyX): get full path of document loaded on the
150         command line
151
152 2003-06-26  André Pönitz  <poenitz@gmx.net>
153
154         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
155           remove unused/broken operator>,<,>=.
156
157         *       text.C: remove only use of broken operator<= in an Assert().
158
159 2003-06-24  Alfredo Brauntein  <abraunst@lyx.org>
160
161         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
162         moved errorlist_.clear to showErrorList
163
164 2003-06-24  Alfredo Brauntein  <abraunst@lyx.org>
165
166         * converter.C (scanLog, runLaTeX):
167         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
168         move the bv->showErrorList call to the callers
169         * lyxfunc.C: i.e. here...
170         * text2.C: and here
171         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
172         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
173         namespace, the second to...
174         * buffer_funcs (BufferFormat, parseErrors): added
175         * errorlist.C (ErrorList(TeXErrors const &)): removed
176
177 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
178
179         * ToolbarBackend.C (getIcon): complain when icon cannot be found
180
181 2003-06-24  "Garst R. Reese" <reese@isn.net>
182
183         * debug.C: fix typo
184
185 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
186
187         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
188
189         * version.C.in: change docversion to 1.4
190
191 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
192
193         * buffer.C: fix a bug just introduced
194
195 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
196
197         * buffer.[Ch]: added the parseError signal and use it, removed
198         sgmlError
199         * BufferView.[Ch] (addError): moved to ...
200         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
201         to the Buffer::parseError signal to catch (guess what) parse errors
202         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
203
204 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
205
206         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
207         ability to create a buffer and to return an existing one from
208         the list. Moved these functions to...
209         * buffer_funcs.[Ch]: added
210         * BufferView.[Ch] (loadLyXFile): added
211         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
212         job removed from bufferlist::loadLyXFile.
213         * buffer.C (setReadOnly): make it work without view
214         (i.e added an if (users))
215
216 2003-06-19  Angus Leeming  <leeming@lyx.org>
217
218         * lfuns.h:
219         * LyXAction.C (init):
220         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
221         with LFUN_DIALOG_SHOW <name> <data>.
222
223 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
224
225         * CutAndPaste.C (availableSelections): small compilation fix for
226         ancient (gcc 2.9x) compilers
227
228 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
229
230         * text3.C (cursorNext): add tmp var
231
232         * text2.C (updateCounters): for function calling out of for clause
233         (replaceSelectionWithString): ditto
234         (insertStringAsParagraphs): ditto
235         (getColumnNearX): add tmp var
236         (setCursorFromCoordinates): add tmp var
237         (cursorDownParagraph): add tmp var
238         (deleteEmptyParagraphMechanism): add tmp var
239
240         * text.C (insertChar): add tmp var
241
242         * rowpainter.C (paintDepthBar): add tmp var
243
244         * CutAndPaste.C (availableSelections): potentially check all
245         paragraphs in a cut to fill the shown strings.
246
247 2003-06-18  André Pönitz  <poenitz@gmx.net>
248
249         * kbmap.[Ch]: use vector<> instead of list<>
250
251 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
252
253         * text3.C (dispatch): handle arg to LFUN_PASTE, call
254         pasteSelection with index
255
256         * text2.C (pasteSelection): modify, call pasteSelection with index
257
258         * paragraph.C (asString): reimplement version with no interval to
259         call the one with interval.
260
261         * lyxtext.h: add index arg to pasteSelection
262
263         * MenuBackend.C (MenuItem): handle PasteRecent
264         (Menu::read::Menutags): add md_pasterecent
265         (read): handle it
266         (expandPasteRecent): new function
267         (expand): use it
268
269         * MenuBackend.h: add PasteRecent to MenuItem::Kind
270
271         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
272         the limited stack
273         (availableSelections): new function
274
275 2003-06-17  Angus Leeming  <leeming@lyx.org>
276
277         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
278
279 2003-06-17  Angus Leeming  <leeming@lyx.org>
280
281         * lfuns.h:
282         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
283
284         * lyxfunc.C (dispatch): invoke it.
285
286 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
287
288         * iterators.C (operator++, ParPosition): reintroduce some
289         const_cast for the benefit of older compilers.
290
291 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
292
293         * text3.C (dispatch): do not modify clipboard when doing
294         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
295         LFUN_DELETE_SKIP on a selection selection
296
297 2003-06-16  André Pönitz  <poenitz@gmx.net>
298
299         * BufferView.C:
300         * buffer.C:
301         * buffer.h:
302         * paragraph.C:
303         * tabular.[Ch]: IU of clone() and getLabelList();
304
305 2003-06-13  André Pönitz  <poenitz@gmx.net>
306
307         * tabular.h: compactification
308
309 2003-06-12  André Pönitz  <poenitz@gmx.net>
310
311         * tabular.C:
312         * tabular.h:
313         * tabular_funcs.h: some renaming plus whitespace
314
315 2003-06-12  André Pönitz  <poenitz@gmx.net>
316
317         * BufferView.C:
318         * BufferView_pimpl.C:
319         * CutAndPaste.C:
320         * buffer.C:
321         * iterators.[Ch]:
322         * lyxfunc.C:
323         * text.C:
324         * toc.C: Return a Paragraph & for ParIterator::operator*()
325
326 2003-06-11  John Levon  <levon@movementarian.org>
327
328         * lyx_main.C:
329         * ToolbarBackend.h:
330         * ToolbarBackend.C: add "Toolbars" section and
331         put the flags there
332
333 2003-06-10  Angus Leeming  <leeming@lyx.org>
334
335         * lfuns.h:
336         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
337
338         * lyxfunc.C (dispatch): invoke it.
339
340 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
341
342         * main.C: protect <ios> with HAVE_IOS
343         (main): protect sync_with_stdio with HAVE_IOS
344
345 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
346
347         * text2.C (cutSelection): adjust
348         (pasteSelection): adjust
349
350         * messages.C: handle get of empty string
351
352         * main.C (main): use sync_with_stdio(false)
353
354         * lyxfunc.C (dispatch): adjust
355
356         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
357         (WriteAs): remove unneeded BufferView arg.
358
359         * bufferparams.h: use correct types on papersize, papersize2 and
360         paperpackage.
361
362         * bufferparams.C (readToken): adjust for type
363         (writeLaTeX): add missing cases to switch.
364
365         * bufferlist.C (quitWriteBuffer): adjust
366         (close): adjust
367
368         * buffer.C (asciiParagraph): remove some commented code.
369
370         * CutAndPaste.C: remove current_view extern variable.
371         (cutSelection): add BufferParams arg.
372         (eraseSelection): add BufferParams arg.
373         (pasteSelection): add Buffer const & arg
374
375 2003-06-07  John Levon  <levon@movementarian.org>
376
377         * buffer.C:
378         * paragraph_funcs.C:
379         * paragraph_pimpl.C:
380         * text.C:
381         * text2.C:
382         * paragraph.h:
383         * paragraph.C: allow InsetERT to freely space lines,
384         and some consolidation of code
385
386 2003-06-06  José Matos  <jamatos@fep.up.pt>
387
388         * buffer.C (makeDocBookFile): fix bug #821
389
390 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
391
392         * BufferView_pimpl.C (dispatch): use Dialogs::visible
393
394 2003-06-04  Angus Leeming  <leeming@lyx.org>
395
396         * buffer.C: bump format to 224.
397
398 2003-06-05  André Pönitz  <poenitz@gmx.net>
399
400         * text2.C (redoParagraphs): remove two const_cast<>
401
402 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
403
404         * ParagraphList.h: remove last remnants of NO_STD_LIST
405
406 2003-06-03  Angus Leeming  <leeming@lyx.org>
407
408         * factory.C (createInset): small change to the way InsetExternal's params
409         are set.
410
411 2003-06-04  André Pönitz  <poenitz@gmx.net>
412
413         * buffer.h: use Undo directly instead of shared_ptr<Undo>
414
415         * paragraph_pimpl.h:
416         * paragraph.[Ch]: some Inset -> UpdatableInset changes
417
418         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
419
420         * undo_funcs.C: make some simple cases of undo work again
421
422 2003-06-03  John Levon  <levon@movementarian.org>
423
424         * ispell.C: HPUX doesn't have sys/select.h
425         (from Albert Chin)
426
427 2003-06-03  John Levon  <levon@movementarian.org>
428
429         * CutAndPaste.C: update tabular and include inset
430         buffer references
431
432         * buffer.h:
433         * paragraph.h:
434         * paragraph.C: remove owningBuffer(), don't pass Buffer
435         to clone()
436
437         * factory.C: insetGraphicsParams changed
438
439 2003-06-02  John Levon  <levon@movementarian.org>
440
441         * LyXAction.C:
442         * factory.C:
443         * lfuns.h:
444         * lyxfunc.C:
445         * text3.C: remove insetparent
446
447 2003-06-02  John Levon  <levon@movementarian.org>
448
449         * buffer.h:
450         * buffer.C: fix inset_iterator.end(), move out of line
451         (bug 1149)
452
453 2003-06-01  John Levon  <levon@movementarian.org>
454
455         * text3.C: use a proper cut/paste when doing inset
456         insert (from Jürgen Spitzmüller)
457
458 2003-06-01  John Levon  <levon@movementarian.org>
459
460         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
461
462 2003-05-30  André Pönitz  <poenitz@gmx.net>
463
464         * rowpainter.C: unify second drawing phase
465
466 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
467
468         * trans_mgr.C: remove one case of current_view
469
470         * text2.C (cursorBottom): delete NO_STD_LIST stuff
471
472         * paragraph_funcs.h: remove paragraph.h include
473
474         * paragraph.h: delete NO_STD_LIST stuff
475
476         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
477
478         * buffer.h: remove paragraph.h include
479
480         * ParagraphList.C: delete file
481
482         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
483
484         * toc.C (getTocList): adjust
485
486         * paragraph_pimpl.C (validate): adjust
487
488         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
489
490         * paragraph.C (Paragraph): adjust
491         (getPositionOfInset): use const_iterator, adjust
492         (bibitem): use const_iterator, adjust
493         (setInsetOwner): adjust
494
495         * iterators.C (operator++): adjust
496
497         * InsetList.[Ch]: Replace selfmade iterator with standard
498         vector::iterator also introduce const_iterator. Remove getPos,
499         getInset and setInset from InsetTable. Adjust accordingly.
500
501         * BufferView.C (lockInset): adjust
502         (ChangeInsets): adjust
503
504         * tabular.[Ch]: delete commented same_id functions
505
506 2003-05-28  John Levon  <levon@movementarian.org>
507
508         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
509
510 2003-05-28  André Pönitz  <poenitz@gmx.net>
511
512         * metricsinfo.[Ch]: remove 'fullredraw' member
513
514 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
515
516         * lyxtextclass.C (operator): remove caching.
517
518 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
519
520         * text3.C: adjust
521
522         * text2.C (cursorBottom): adjust
523         (setCounter): use ParagraphList::find, adjust
524
525         * text.C (workWidth): use ParagraphList::find, adjust
526
527         * lyxcursor.C (LyXCursor): adjust
528
529         * buffer.C (inset_iterator): adjust
530
531         * ParagraphList.h: make iterator(value_type) private, make
532         ParagraphList a friend of iterator.
533
534         * ParagraphList.C (find): new function
535
536         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
537
538 2003-05-27  André Pönitz  <poenitz@gmx.net>
539
540         * dimension.[Ch]: a -> asc, d -> des, w -> wid
541
542 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
543
544         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
545
546 2003-05-26  John Levon  <levon@movementarian.org>
547
548         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
549
550 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
551
552         * remove same_id from function signatures, adjust.
553
554 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
555
556         * undo_funcs.C (createUndo): use the id functions directly, adjust.
557
558         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
559
560         * paragraph.C (Paragraph): get rid of same_ids parameter
561
562         * ParagraphList.C (insert): adjust
563         (push_back): adjust
564
565 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
566
567         * paragraph_funcs.C (breakParagraph): adjust
568         (breakParagraphConservative): adjust
569
570         * buffer.C (readParagraph): adjust
571
572         * ParagraphList.C (insert): take a reference instead of a pointer
573         (insert): adjust
574
575         * paragraph.[Ch] (id): new function
576
577         * bufferlist.C (newFile): adjust
578
579         * ParagraphList.C (ParagraphList): adjust
580         (assign): adjust
581         (push_back): take a reference instead of a pointer.
582
583         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
584
585         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
586         instead.
587
588         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
589         set else use old code.
590
591         * ParagraphList.C: remove all NO_NEXT code and only compile this
592         code of NO_STD_LIST is set.
593
594 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
595
596         * BufferView_pimpl.C:
597         * TextCache.C:
598         * TextCache.h:
599         * bufferlist.C:
600         * errorlist.h:
601         * format.C:
602         * format.h:
603         * graph.C:
604         * lyxfunc.C:
605         * lyxrc.C:
606         * graphics/GraphicsConverter.C:
607         * graphics/PreviewLoader.C: header adjustment
608
609 2003-05-23  Angus Leeming  <leeming@lyx.org>
610
611         * LaTeXFeatures.[Ch] (useBabel): new method.
612         * bufferparams.C (writeLaTeX): use it.
613
614 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
615
616         * ParagraphList.h (set): remove unused function.
617
618 2003-05-23  André Pönitz  <poenitz@gmx.net>
619
620         * BufferView.C:
621         * BufferView_pimpl.C:
622         * buffer.C:
623         * buffer.h:
624         * lyxfunc.C:
625         * undo_funcs.C: setUndo reworked
626
627         * iterators.[Ch]: add access to topmost ParagraphList
628
629         * lyxtext.[Ch] (workWidth): add a const
630
631 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
632
633         * texrow.[Ch] (increasePos): remove function
634         * exporter.C (export): removed unused var and outdated comment
635
636 2003-05-23  Angus Leeming  <leeming@lyx.org>
637
638         * latexrunparams.h: rename fragile as moving_arg.
639         * paragraph.C (simpleTeXOnePar): ditto.
640         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
641
642 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
643
644         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
645         (createUndo): ditto
646         (textUndoOrRedo): comment out a currently unused var.
647
648         * paragraph.h (NO_NEXT): enable NO_NEXT
649
650         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
651
652         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
653
654         * exporter.C (Export): adjust for removeAutoInsets removal.
655
656         * buffer.C (runChktex): adjust for removeAutoInsets removal.
657
658         * LyXAction.C (init): remove LFUN_REMOVEERRORS
659
660         * BufferView.[Ch] (removeAutoInsets): delete function
661
662 2003-05-22  Angus Leeming  <leeming@lyx.org>
663
664         * latexrunparams.h: add a free_spacing variable.
665
666         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
667         to pass moving_arg, as the data is stored in runparams.fragile.
668
669         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
670         to Inset::latexOptional or to simpleTeXOnePar.
671
672         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
673         free_spacing arg to Inset::latexOptional.
674
675         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
676         free_spacing arg.
677
678 2003-05-22  Angus Leeming  <leeming@lyx.org>
679
680         * latexrunparams.h: add fragile and use_babel variables.
681
682         * bufferparams.[Ch] (writeLaTeX): return use_babel.
683         * buffer.C (makeLaTeXFile): store this returned value in
684         runparams.use_babel, thus passing it to the inset::latex methods.
685
686         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
687         simpleTeXSpecialChars as it is now stored in runparams.fragile.
688
689         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
690         longer has a fragile arg, as it is stored in runparams.fragile.
691
692         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
693         moving_arg parameter as the data is stored in runparams.fragile.
694
695         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
696         a fragile parameter as the data is stored in runparams.fragile.
697
698 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
699
700         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
701
702 2003-05-22  Angus Leeming  <leeming@lyx.org>
703
704         * latexrunparams.h: add a 'bool nice' which defaults to false.
705
706         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
707         now encapsulated within runparams.
708
709         * bufferlist.C (updateIncludedTeXfiles):
710         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
711
712 2003-05-22  Angus Leeming  <leeming@lyx.org>
713
714         * latexrunparams.h: new file containing struct LatexRunParams.
715         * Makefile.am: add new file.
716
717         * LaTeX.[Ch] (c-tor, run):
718         * buffer.[Ch] (makeLaTeXFile):
719         * bufferlist.[Ch] (updateIncludedTeXfiles):
720         * converter.C (convert, scanLog):
721         * converter.[Ch] (runLaTeX):
722         * exporter.C (Export):
723         * paragraph.[Ch] (simpleTeXOnePar):
724         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
725         * paragraph_funcs.[Ch] (latexParagraphs):
726         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
727         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
728         pass around a LatexRunParams parameter.
729
730 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
731
732         * paragraph.[Ch]: remove unused constructor
733
734         * ParagraphList.C (erase): new function, taking two iterators
735
736 2003-05-22  André Pönitz  <poenitz@gmx.net>
737
738         * undo_funcs.C: remove duplicated code
739
740         * iterator.[Ch]: operator=
741
742 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
743
744         * tabular.C (SetMultiColumn): ws changes
745
746         * rowpainter.C (paintFirst): get rid of a ->previous
747
748         * lyx_cb.C (getPossibleLabel): parlist simplification
749
750         * BufferView.C (ChangeInsets): simplify slightly.
751
752 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
753
754         * LyXAction.C: new lfun space-insert, kill protected-space-insert
755         * lfuns.h: new LFUN_SPACE
756         * lyxfunc.C: protected space has a new lfun
757         * paragraph_funcs.C: read new space insets
758         * text3.C:
759         * factory.C: handle new space insets
760
761 2003-05-22  André Pönitz  <poenitz@gmx.net>
762
763         * BufferView.C:
764         * BufferView_pimpl.C:
765         * buffer.[Ch]:
766         * lyxfunc.C:
767         * undo_funcs.C: return a ParIterator from getParFromID.
768
769         * iterators.[Ch]: add two const's
770
771 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
772
773         * toc.C (getTocList): adjust
774
775         * iterators.[Ch]: rework for parlist
776
777         * buffer.C (par_iterator_begin): adjust
778         (par_iterator_end): adjust
779
780         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
781
782         * BufferView.C (removeAutoInsets): adjust
783         (ChangeInsets): adjust
784
785 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
786
787         * text.C (top_y): fix bug 1110
788
789 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
790
791         * errorlist.[Ch]: added
792         * buffer.C:
793         * BufferView.[Ch]:
794         * BufferView_pimpl.C:
795         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
796         instead
797
798 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
799
800         * Makefile.am: ensure that lyx is relinked upon changes to the
801         various "convenience" libs.
802
803 2003-05-20  Angus Leeming  <leeming@lyx.org>
804
805         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
806         files are compiled in alphabetical order again.
807
808         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
809
810 2003-05-19  Angus Leeming  <leeming@lyx.org>
811
812         * gettext.[Ch]: remove "char const * _(char const *)".
813
814 2003-05-19  André Pönitz  <poenitz@gmx.net>
815
816         * dimension.[Ch]: promote from mathed/dimension.[Ch]
817
818         * Makefile.am:
819         * BufferView.C:
820         * DepTable.h:
821         * LaTeXFeatures.C:
822         * buffer.C:
823         * lyxfont.C:
824         * lyxlex.h:
825         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
826
827 2003-05-19  André Pönitz  <poenitz@gmx.net>
828
829         * buffer.C:
830         * lyxlayout.[Ch]:
831         * lyxtextclass.[Ch]:
832         * paragraph.C:
833         * paragraph_funcs.[Ch]:
834         * text2.C:
835         * text3.C: more insetenv work
836
837 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
838
839         * ParagraphParameters.C (params2string): small bug fixed
840
841 2003-05-16  André Pönitz  <poenitz@gmx.net>
842
843         * debug.C:
844         * bufferview_funcs.C: patch from Kornel Benko to prevent
845           crash when _(...) is called twice in a statement
846
847 2003-05-16  André Pönitz  <poenitz@gmx.net>
848
849         * BufferView.C:
850         * lyxfunc.C:
851         * text.C:
852         * text2.C:
853         * text3.C:
854         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
855
856 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
857
858         * lyx_main.C (init): remove spurious static_cast
859
860 2003-05-14  André Pönitz  <poenitz@gmx.net>
861
862         * BufferView.C: fix format string
863
864 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
865
866         * BufferView.[Ch] (insertErrors): removed
867         * BufferView.[Ch] (showErrorList): added
868         * buffer.C (runChkTeX):
869         * converter.C (scanLog): call showErrorList instead of inserterrors
870
871 2003-05-13  André Pönitz  <poenitz@gmx.net>
872
873         * BufferView_pimpl.C:
874         * buffer.C:
875         * bufferview_func.C:
876         * MenuBackend.C:
877         * lyxfunc.C:
878         * lyxrc.C:
879         * tex-accent.C:
880         * text3.C:
881         * toc.C:
882         * tabular_funcs.h: tostr() from its own header
883
884         * ParagraphParameters.C:
885         * ToolbarBackend.C:
886         * bufferparams.C:
887         * format.C:
888         * lyxlex_pimpl.C:
889         * text3.C: STRCONV()
890
891 2003-05-12  André Pönitz  <poenitz@gmx.net>
892
893         * BufferView.C:
894         * BufferView_pimpl.C:
895         * CutAndPaste.C:
896         * LaTeX.C:
897         * LaTeXFeatures.C:
898         * ParagraphParameters.C:
899         * buffer.C:
900         * bufferlist.C:
901         * bufferparams.C:
902         * bufferview_funcs.C:
903         * converter.C:
904         * counters.C:
905         * debug.C:
906         * exporter.C:
907         * format.C:
908         * importer.C:
909         * lyx_cb.C:
910         * lyx_main.C:
911         * lyxfont.C:
912         * lyxfunc.C:
913         * lyxvc.C:
914         * paragraph.C:
915         * paragraph_funcs.C:
916         * tabular.C:
917         * tabular_funcs.C:
918         * text2.C:
919         * text3.C:  boost::format -> bformat  all over the place
920
921
922 2003-05-09  André Pönitz  <poenitz@gmx.net>
923
924         * LColor.[Ch]: Pimpl the #include <map> away
925
926 2003-05-09  John Levon  <levon@movementarian.org>
927
928         * bufferlist.C: never remove emergency saves
929
930 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
931
932         * Makefile.am: better lib building
933
934 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
935
936         * texrow.[Ch]: remove dependency on Paragraph and just store a id
937         instead.
938         * paragraph_pimpl.C (simpleTeXBlanks): adjust
939         (simpleTeXSpecialChars): adjust
940         (simpleTeXSpecialChars): adjust
941         * paragraph.C (simpleTeXOnePar): adjust
942         * buffer.C (makeLaTeXFile): adjust
943
944         * Makefile.am (BOOST_LIBS): allow boost as system lib.
945
946         * text2.C (changeDepth): parlist cleanup
947         (getColumnNearX): ditto
948
949         * rowpainter.C (getLabelFont): parlist cleanup
950
951         * bufferlist.C (newFile): parlist cleanup
952
953         * CutAndPaste.C (eraseSelection): parlist cleanup
954
955         * BufferView_pimpl.C (trackChanges): parlist cleanup
956         (dispatch): ditto
957
958         * BufferView.C (lockInset): parlist cleanup.
959         (ChangeInsets): ditto
960
961 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
962
963         * CutAndPaste.h: Update file header.
964
965         * CutAndPaste.C: Update file header.
966         Store the parts cut out of the Document in a limited_stack.
967         (copySelection): adjust
968         (pasteSelection): new function, takes the index in the limited stack.
969         (nrOfParagraphs): adjust
970         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
971         simplify error inset insertion.
972         (checkPastePossible): adjust
973
974 2003-05-06  John Levon  <levon@movementarian.org>
975
976         * text2.C: don't cast wrap inset to float
977
978 2003-05-05  André Pönitz  <poenitz@gmx.net>
979
980         * iterator.C:
981         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
982
983         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
984           few naked Paragraph *.
985
986 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
987
988         * bufferparams.C: Output warning if a document with missing
989         TeX document class is loaded
990         * exporter.C: Disable TeX exports if the document class is missing
991         * lyxtextclass.C:
992         * lyxtextclass.h:
993         * lyxtextclasslist.C: Handle new textclass.lst format; new method
994         isTeXClassAvailable()
995
996 2003-05-03  John Levon  <levon@movementarian.org>
997
998         * BufferView.h:
999         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
1000         explicit cursor show/hide
1001
1002         * BufferView_pimpl.h:
1003         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
1004         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
1005
1006         * lyxfunc.C: hide cursor before dispatching.
1007
1008         * lyx_cb.C:
1009         * lyxfind.C:
1010         * text.C:
1011         * text3.C: remove explicit cursor hides
1012
1013 2003-05-02  André Pönitz  <poenitz@gmx.net>
1014
1015         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
1016
1017         * undo_funcs.C:
1018         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
1019           linked lists
1020
1021         * text2.C: tiny whitespace
1022
1023 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1024
1025         * undo_funcs.C: almost only ws changes.
1026
1027         * ParagraphList.C (splice): just return if pl is empty.
1028
1029 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1030
1031         * ParagraphList.C (splice): new function.
1032
1033         * CutAndPaste.C (pasteSelection): use it
1034
1035 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1036
1037         * CutAndPaste.C (pasteSelection): remove the last next and
1038         previous from this file.
1039
1040 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1041
1042         * CutAndPaste.C (pasteSelection): more clean up, user proper
1043         ParagraphList functions for pasteing.
1044
1045         * ParagraphList.C (insert): new function, three arg insert
1046
1047 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1048
1049         * ParagraphList.C (insert): new function, three arg insert
1050
1051         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
1052         not on paragraphs.
1053
1054 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1055
1056         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
1057
1058 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1059
1060         * CutAndPaste.C (pasteSelection): remove some unneeded code.
1061
1062 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1063
1064         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
1065         (copySelection): clean up a bit.
1066         (pasteSelection): use make_pair
1067
1068         * ParagraphList.C (ParagraphList): implement copy constructor
1069         (operator=): implement, base on copy constructor.
1070         (assign): new func
1071
1072         * paragraph.C (erase): return a bool
1073
1074         * paragraph_pimpl.C (erasePos): remove function, move contents...
1075         (erase): ... here. Return a bool.
1076         (erase): call erase instead of erasePos.
1077
1078 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
1079
1080         * ParagraphList.h: define PitPosPair
1081         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
1082         ParagraphList, fix a bug on pasting multiple pars
1083         * text2.C: change interface to C&P
1084
1085 2003-04-30  André Pönitz  <poenitz@gmx.net>
1086
1087         * undo_func.C: revert part of yesterday's patch 2
1088
1089 2003-04-30  John Levon  <levon@movementarian.org>
1090
1091         * LColor.C: s/tabular/table/
1092
1093 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1094
1095         * text3.C (dispatch): do not convert iterator -> pointer
1096         * undo_funcs.C (setCursorParUndo): ditto
1097         * text_funcs.C (transposeChars): ditto
1098
1099         * text2.C (setLayout): ws changes only
1100
1101         * text.C (breakParagraph): do not convert iterator -> pointer
1102         (insertChar): ditto
1103         (acceptChange): ditto
1104         (rejectChange): ditto
1105         (changeCase): ditto
1106         (Delete): ditto
1107         (backspace): ditto
1108
1109         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
1110         pointer
1111
1112 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
1113
1114         * text3.C (gotoInset): YABG (yet another bad getChar)
1115
1116 2003-04-29  André Pönitz  <poenitz@gmx.net>
1117
1118         * paragraph.h: make operator= private unimplemented as long as
1119           it is unusable
1120
1121         * ParagraphList.C: whitespace
1122
1123         * paragraph.[Ch]:
1124         * paragraph_pimpl.[Ch]:
1125         * paragraph_funcs.C:
1126         * CutAndPaste.C:
1127         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
1128
1129         * text2.C:
1130           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
1131
1132 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
1133
1134         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
1135         * paragraph.[Ch] (erase):
1136         * paragraph_pimpl.[Ch] (erase): change return type and value
1137         * text2.C (cutSelection): some rework
1138
1139 2003-04-28  John Levon  <levon@movementarian.org>
1140
1141         * bufferlist.C: changes for unsaved changes dialog
1142
1143 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1144
1145         * bufferlist.C (newFile): set language (messages_) for new
1146         documents also.
1147
1148         * buffer.C (readFile): ws changes only.
1149
1150 2003-04-28  André Pönitz  <poenitz@gmx.net>
1151
1152         * undo_funcs.C:
1153         * lyxfunc.C:
1154         * buffer.[Ch]:
1155         * BufferView_pimpl.C:
1156         * BufferView.C: getParFromID related ParagraphList::iterator changes
1157
1158 2003-04-28  André Pönitz  <poenitz@gmx.net>
1159
1160         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
1161           Changes
1162
1163 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1164
1165         * messages.C: remove one more localedir class variable.
1166
1167 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1168
1169         * messages.C (getLocaleDir): singleton generation function
1170         (Pimpl): use it.
1171         (Messages): add a default constructor.
1172
1173         * main.C (main): do not setup localedir here, do not call
1174         gettext_init.
1175
1176         * gettext.C (_): use it.
1177         (gettext_init): delete funciton
1178
1179 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1180
1181         * gettext.C (getLyXMessages): new singleton generating function.
1182
1183         * buffer.C (updateDocLang): adjust
1184
1185         * Makefile.am (messages.o): add target
1186         (main.o): remove target
1187
1188 2003-04-27  John Levon  <levon@movementarian.org>
1189
1190         * bufferlist.C:
1191         * lyx_cb.C:
1192         * lyxfunc.C:
1193         * lyxvc.C: specify cancel button in Alert::prompt
1194
1195 2003-04-26  John Levon  <levon@movementarian.org>
1196
1197         * text3.C:
1198         * lyxfunc.C:
1199         * lfuns.h:
1200         * LyXAction.C: add LFUN_INSET_SETTINGS
1201
1202         * lyxfunc.C: don't enable tabular-feature when there's
1203         just any locking inset
1204
1205 2003-04-26  John Levon  <levon@movementarian.org>
1206
1207         * bufferlist.C: re-add Cancel to buffer close question
1208
1209         * lyxfunc.C: fix import UI a bit
1210
1211 2003-04-25  John Levon  <levon@movementarian.org>
1212
1213         * gettext.C: remove the broken asserts for now
1214
1215 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1216
1217         * messages.C: make case where setlocale cannot comply work better.
1218
1219         * buffer.C (updateDocLang): new function
1220         (changeLanguage): use it
1221         (readFile): use it
1222
1223         * text2.C (setCounter): use B_ a bit.
1224
1225         * lyxlayout.C (Read): be sure to trim the label strings.
1226
1227         * messages.C (Messages): fix typo in comment
1228
1229         * buffer.C (readFile): set message_ after file is loaded.
1230         (makeDocBookFile): remove double return
1231         (changeLanguage): reset message_ upon language change.
1232         (B_): new func, use this to get translated buffer strings.
1233
1234         * main.C: add myself and Jean Marc as authors.
1235
1236 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1237
1238         * messages.[hC]: pimplify Messages, and three different pimpls to be
1239         used in different circumstances.
1240
1241         * gettext.[Ch]: change for use with new message code.
1242
1243 2003-04-24 André Pönitz <poenitz@gmx.net>
1244
1245         * factory.C: support for eqref
1246
1247 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1248
1249         * messages.[Ch]: add missing char
1250
1251         * Makefile.am (lyx_SOURCES): add messages.[Ch]
1252
1253         * messages.[Ch]: New files
1254
1255 2003-04-18  John Levon  <levon@movementarian.org>
1256
1257         * BufferView.h:
1258         * BufferView.C:
1259         * BufferView_pimpl.C:
1260         * lfuns.h:
1261         * LyXAction.C:
1262         * lyxtext.h:
1263         * text2.C: remove layout-copy/paste (bug 778)
1264
1265 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
1266
1267         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
1268
1269 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
1270
1271         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
1272         if they succeed. Act accordingly.
1273
1274 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1275
1276         * text2.C (setCharFont): adjust
1277         (setCounter): adjust
1278         (insertStringAsLines): adjust
1279
1280         * text.C (leftMargin): adjust
1281         (setHeightOfRow): adjust
1282
1283         * rowpainter.C (paintFirst): adjust
1284         (paintLast): adjust
1285
1286         * paragraph_funcs.C (depthHook): ParagraphList::iterators
1287         (outerHook): ditto
1288         (isFirstInSequence): ditto
1289         (getEndLabel): ditto
1290         (outerFont): adjust
1291
1292         * paragraph.C (getParLanguage): comment out some hard stuff.
1293
1294         * buffer.C (insertStringAsLines): take a ParagraphList as arg
1295         (sgmlError): ditto
1296         (simpleDocBookOnePar): ditto
1297         (makeDocBookFile): use ParagraphList::iterator
1298
1299         * CutAndPaste.C (pasteSelection): adjust
1300
1301 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1302
1303         * text2.C (getFont): adjust
1304         (getLayoutFont): adjust
1305         (getLabelFont): adjust
1306
1307         * paragraph_funcs.C (TeXOnePar): adjust
1308
1309         * buffer.C (simpleLinuxDocOnePar): adjust
1310         (simpleDocBookOnePar): adjust
1311
1312         * CutAndPaste.C (pasteSelection): adjust
1313
1314         * BufferView.C (getEncoding): adjust
1315
1316         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
1317
1318 2003-04-16  John Levon  <levon@movementarian.org>
1319
1320         * lyxfind.C: use parlist stuff for search/changes
1321
1322 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1323
1324         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
1325
1326         * text2.C (deleteEmptyParagraphMechanism): adjust
1327
1328         * text2.[Ch] (ownerParagraph): delete func (both of them
1329
1330 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1331
1332         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
1333
1334 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1335
1336         * ParagraphList.C: prepare for NO_NEXT
1337
1338 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1339
1340         * text2.C (getFont): adjust
1341         (getLayoutFont): adjust
1342         (getLabelFont): adjust
1343
1344         * paragraph.C (getFont): adjust
1345         (getLabelFont): adjust
1346         (getLayoutFont): adjust
1347
1348         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
1349
1350 2003-04-15  John Levon  <levon@movementarian.org>
1351
1352         From Angus Leeming
1353
1354         * lyx_main.C: handle Include in .ui files
1355
1356 2003-04-15  John Levon  <levon@movementarian.org>
1357
1358         * MenuBackend.C: make the doc files length shorter
1359
1360         * ToolbarBackend.h:
1361         * ToolbarBackend.C: handle toolbar placement flags,
1362         Minibuffer
1363
1364 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1365
1366         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
1367         adjust
1368
1369         * paragraph_funcs.C (TeXOnePar): adjust
1370
1371         * paragraph.C (getLabelFont): add outerfont arg, adjust
1372         (getLayoutFont): ditto
1373         (simpleTeXOnePar): adjust
1374
1375         * paragraph_pimpl.C (realizeFont): delete func
1376
1377 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
1378
1379         * text2.C (beforeFullRowInset): added a bad getchar check, removed
1380         row argument, constify cur argument.
1381
1382 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1383
1384         * text2.C (getFont): adjust
1385         (getLayoutFont): adjust
1386         (getLabelFont): adjust
1387
1388         * paragraph_funcs.C (TeXOnePar): adjust
1389         (outerFont): new func...
1390         (realizeFont): ...moved out from here, changed this to facilitate
1391         transition
1392
1393         * paragraph.C (getFont): take outerfont as arg, adjust
1394         (simpleTeXOnePar): add outerfont arg, adjust
1395
1396         * buffer.C (simpleLinuxDocOnePar): adjust
1397         (simpleDocBookOnePar): adjust
1398
1399         * CutAndPaste.C (pasteSelection): adjust
1400
1401         * BufferView.C (getEncoding): adjust
1402
1403 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1404
1405         * text2.C (setCharFont): adjust
1406         (setCounter): adjust
1407
1408         * text.C (leftMargin): adjust
1409         (setHeightOfRow): adjust
1410
1411         * rowpainter.C (paintFirst): adjust
1412         (paintLast): adjust
1413
1414         * paragraph_pimpl.C (realizeFont): adjust
1415
1416         * paragraph.C (isFirstInSequence): move from here...
1417         * paragraph_funcs.C (isFirstInSequence): ...to here
1418
1419         * paragraph.C (outerHook): move from here...
1420         * paragraph_funcs.C (outerHook): ...to here
1421
1422         * paragraph.C (depthHook): move from here...
1423         * paragraph_funcs.C (depthHook): ...to here
1424
1425         * paragraph.C (getEndLabel): move from here...
1426         * paragraph_funcs.C (getEndLabel): ...to here
1427
1428         * text2.C (realizeFont): move from here...
1429         * paragraph_funcs.C (realizeFont): ...to here
1430
1431 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1432
1433         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
1434
1435 2003-04-14  Angus Leeming  <leeming@lyx.org>
1436
1437         * LColor.[Ch]: scrap LColor mathcursor.
1438
1439 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1440
1441         * lyxlex.[Ch] (text): delete function
1442         * trans.C (Load): adjust
1443         * paragraph_funcs.C (readParToken): adjust
1444
1445 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1446
1447         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
1448         vector<char> instead of a char[].
1449
1450         * lyxlex_pimpl.C (getString): adjust
1451         (next): adjust
1452         (lex): use getString
1453         (eatLine): adjust
1454         (nextToken): adjust
1455
1456         * lyxlex.C (text): use pimpl_->getString()
1457         (getBool): ditto
1458         (findToken): ditto
1459
1460 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1461
1462         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
1463         (makeFontEntriesLayoutSpecific): temp var for par.size()
1464         (setLayout): temp var for ownerParagraphs().end()
1465         (fullRebreak): temp var for rows().end()
1466         (selectionAsString): temp var for boost::next(startpit), realize
1467         that the while really is a regular for loop.
1468         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
1469         setCursor in one place.
1470         (setParagraph): temp vr for ownerParagraphs().end()
1471         (updateCounters): make the while loop a for loop
1472         (cutSelection): temp var for ownerParagraphs().end()
1473         (updateInset): make the do {} while() a regular for loop
1474         (getCursorX): use temp vars
1475         (setCurrentFont): use temp vars
1476         (getColumnNearX): use temp vars
1477
1478 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1479
1480         * text.C (transformChar): use temp var for getChar
1481         (computeBidiTables): use temp var for row->par()
1482         (fill): move temp vars for row->par() and pit->layout() earlier in
1483         the function.
1484         (labelFill): use temp var for row->par()
1485         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
1486         asc and desc, realize that pit never changes and that firstpit is
1487         just a duplicate and not needed. Exchange rit->par() with pit in a
1488         lot of places.
1489         (breakAgain): use a temp var for boost::next(rit)
1490         (breakAgainOneRow): ditto
1491         (breakParagraph): use a temp var for rows().begin()
1492         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
1493         (cursorRightOneWord): use temp var for cursor.par() and
1494         cursor.pos(), remove usage of tmpcursor.
1495         (cursorLeftOneWord): use temp var for cursor.par() and
1496         cursor.pos() only set cur at end of function.
1497
1498 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1499
1500         * text.C, text2.C: exchange all usage of Paragraph::next with
1501         boost::next(ParagraphList::iterator)
1502
1503         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
1504
1505         * text2.C (cursorTop): simplify implementation
1506         (cursorBottom): ditto
1507         (setParagraph): use ParagraphList::iterator
1508         (setCurrentFont): adjust
1509         (getColumnNearX): adjust
1510         (cursorRight): adjust
1511         (cursorLeft): remove usage of Paragraph::previous
1512         (cursorUpParagraph): ditto
1513         (deleteEmptyParagraphMechanism): slight cleanup
1514
1515         * text.C (isBoundary): take a Paragraph const & instead of a
1516         pointer as arg.
1517         (addressBreakPoint): ditto
1518         (leftMargin): remove usage of Paragraph::previous.
1519         (setHeightOfRow): ditto
1520         (cursorLeftOneWord): ditto
1521         (selectNextWordToSpellcheck): ditto
1522         (Delete): ditto
1523         (backspace): ditto
1524         (breakParagraph): remove one usage of Paragraph::next
1525         (redoParagraph): ditto
1526         (acceptChange): ditto
1527         (insertChar): adjust
1528         (rowBreakPoint): adjust
1529
1530         * bufferview_funcs.C (toggleAndShow): adjust
1531
1532 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
1533
1534         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
1535         methods to access it.
1536         * lyxtext.h:
1537         * text.C: Added updateRowPositions to compute all row positions.
1538         Make top_y and getRowNearY() to use the cached y position
1539
1540 2003-04-11  John Levon  <levon@movementarian.org>
1541
1542         * text.C (rowBreakPoint): reintroduce the labelEnd
1543         checks, code copied from the row fill stuff. Deep voodoo.
1544
1545         * text.C (fill): add a comment and debugging for the
1546         next poor soul.
1547
1548 2003-04-11  John Levon  <levon@movementarian.org>
1549
1550         * text.C: make sure fullrow insets get wrapped to the next line,
1551         even when they're in a manual label
1552
1553 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
1554
1555         * text2.C (insertParagraph): make it take ParagraphList::iterator
1556         as arg.
1557         (setLayout): make it return ParagraphList::iterator
1558         (redoParagraphs): ditto
1559         (setCounter): ditto
1560         (checkParagraph): ditto
1561
1562         * text.C (getRow): make getrow take ParagraphList::iterator as arg
1563
1564         * text2.C: adjust several funcs.
1565         (realizeFont): take a ParagraphList::iterator as arg.
1566         (getLayoutFont): ditto
1567         (getLabelFont): ditto
1568         (setCharFont): ditto
1569
1570         * text.C: adjust several funcs.
1571
1572 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
1573
1574         * text.C (selectNextWordToSpellcheck): don't accidentally
1575         skip insets
1576
1577 2003-04-10  John Levon  <levon@movementarian.org>
1578
1579         * ToolbarBackend.C (getIcon): special handling for
1580         LFUN_MATH_DELIM
1581
1582 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
1583
1584         * text2.C (cursorRight): a getChar assert fixed
1585
1586 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1587
1588         * text2.C (getFont): change to take a ParagraphList::iterator
1589         instead of Paragraph*
1590         Adjust several functions.
1591
1592         * text.C (transformChar): change to take a ParagraphList::iterator
1593         instead of Paragraph*
1594         (singleWidth): ditto
1595         Adjust several functions.
1596
1597         * rowpainter.C: adjust several functions
1598         * rowpainter.h:store a ParagraphList::iterator and not a
1599         Paragraph&.
1600
1601
1602 2003-04-09  John Levon  <levon@movementarian.org>
1603
1604         * lyxfunc.C:
1605         * lfuns.h:
1606         * LyXAction.h:
1607         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
1608         and the "help" bits as well
1609
1610 2003-04-09  John Levon  <levon@movementarian.org>
1611
1612         * ToolbarBackend.h:
1613         * ToolbarBackend.C: allow multiple toolbars
1614
1615 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1616
1617         * undo_funcs.C (setCursorParUndo): adjust
1618
1619         * text_funcs.C (transposeChars): adjust
1620
1621         * text3.C (gotoNextInset): adjust
1622         (dispatch): adjust
1623
1624         * text2.C (setLayout): adjust
1625         (changeDepth): adjust
1626         (setFont): adjust
1627         (redoParagraphs): adjust
1628         (selectionAsString): adjust
1629         (setParagraph): adjust
1630         (insertInset): adjust
1631         (cutSelection): adjust
1632         (copySelection): adjust
1633         (pasteSelection): adjust
1634         (insertStringAsLines): adjust
1635         (updateInset): adjust
1636         (setCursor): change to take a ParagraphList::iterator parameter
1637         (setCursorIntern): change to take a ParagraphList::iterator parameter
1638         (setCurrentFont): adjust
1639         (cursorLeft): adjust
1640         (cursorRight): adjust
1641         (deleteEmptyParagraphMechanism): adjust
1642
1643         * text.C (breakParagraph): adjust
1644         (insertChar): adjust
1645         (acceptChange): adjust
1646         (rejectChange): adjust
1647         (selectNextWordToSpellcheck): adjust
1648         (changeCase): adjust
1649         (Delete): adjust
1650         (backspace): adjust
1651
1652         * lyxfind.C (SearchForward): adjust
1653         (SearchBackward): adjust
1654         (nextChange): adjust
1655
1656         * lyxcursor.C (par): adjust
1657
1658         * lyxcursor.h: store a ParagraphList::iterator instead of a
1659         Paragraph*
1660
1661         * lyx_cb.C (getPossibleLabel): adjust
1662
1663         * bufferview_funcs.C (toggleAndShow): adjust
1664
1665         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1666         (dispatch): adjust
1667
1668         * BufferView.C (removeAutoInsets): adjust
1669         (lockedInsetStoreUndo): adjust
1670
1671 2003-04-09  John Levon  <levon@movementarian.org>
1672
1673         * ToolbarBackend.C: try icon without argument
1674         if with argument fails
1675
1676 2003-04-08  John Levon  <levon@movementarian.org>
1677
1678         * ToolbarBackend.h:
1679         * ToolbarBackend.C: add getIcon(), handle tooltip,
1680         and change from "Icon" to "Item".
1681
1682 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
1683
1684         * BufferView.C (lockInset): another bad getchar crunched
1685
1686 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
1687
1688         * text2.C (changeDepth): do not setUndo on test_only (make undo work
1689         again)
1690
1691 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
1692
1693         * lyxfind.C (searchForward, searchBackwards): bug 782
1694
1695 2003-04-07  John Levon  <levon@movementarian.org>
1696
1697         * paragraph.C: remove dead comment
1698
1699         * text.C: remove troublesome depth-fiddling code
1700         in leftMargin() and rightMargin() (bug 1017)
1701
1702         * text.C: fix breaking of rows in nested lists
1703         (bug 1004)
1704
1705         * text2.C (updateCounters): fix up depth values
1706         (bug 1013)
1707
1708 2003-04-07  John Levon  <levon@movementarian.org>
1709
1710         * BufferView_pimpl.C: clear message when doc finishes resizing,
1711         and after a mouse event
1712
1713         * lyxfunc.C: clear message after exiting inset
1714
1715 2003-04-07  John Levon  <levon@movementarian.org>
1716
1717         * bufferview_funcs.C: show math status not outside
1718         status in the statusbar
1719
1720 2003-04-07  John Levon  <levon@movementarian.org>
1721
1722         * lyxfunc.C: note status changed after a depth change
1723
1724 2003-04-04  Angus Leeming  <angus@localhost.localdomain>
1725
1726         * LaTeX.h: move AuxInfo operator==, != out of line.
1727         Remove LaTeX virtual destructor; nothing derives from it.
1728         Move operator()() out of public area and rename it startscript().
1729         Change protected for private.
1730
1731 2003-04-04  Angus Leeming  <leeming@lyx.org>
1732
1733         * lyxfunc.C:
1734         * text2.C: remove unneeded #includes.
1735
1736 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
1737
1738         * text2.C (dEPM): fix the heigth of the next row
1739
1740 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
1741
1742         * text.C: squashed an invalid getChar requester + some ws changes
1743
1744 2003-04-03  John Levon  <levon@movementarian.org>
1745
1746         * bufferview_funcs.h:
1747         * bufferview_funcs.C:
1748         * lyxfunc.C:
1749         * lyxtext.h:
1750         * text2.C: make getStatus work for the env depth lfuns
1751
1752 2003-04-03  John Levon  <levon@movementarian.org>
1753
1754         * bufferview_funcs.h:
1755         * bufferview_funcs.C:
1756         * lyxfunc.C:
1757         * lyxtext.h:
1758         * text2.C: parlistize decDepth(), by merging it with incDepth()
1759
1760 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1761
1762         * lyxrow.h: store a ParagraphList::iterator instead of a
1763         Paragraph* and adjust other class functions to suit.
1764
1765         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
1766         above.
1767
1768 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
1769
1770         * text2.C (setCursor): do not anchor to cursor row for the time being
1771
1772 2003-04-02  John Levon  <levon@movementarian.org>
1773
1774         * LyXAction.C:
1775         * lfuns.h:
1776         * lyx_main.C:
1777         * lyxtext.h:
1778         * text.C:
1779         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
1780
1781 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1782
1783         * paragraph.h: make ParagraphList and ParagraphList::iterator
1784         friends of Paragraph.
1785
1786         * buffer.C (makeLinuxDocFile): move towards ParagraphList
1787
1788         * ParagraphList.C: Use the private next_ and previous_ from
1789         Paragraph.
1790
1791 2003-04-01  John Levon  <levon@movementarian.org>
1792
1793         * ToolbarBackend.h:
1794         * ToolbarBackend.C:
1795         * Makefile.am: rename, remove defaults gunk
1796
1797         * MenuBackend.h:
1798         * MenuBackend.C: remove defaults gunk
1799
1800         * Languages.h:
1801         * Languages.C: remove defaults gunk
1802
1803         * lyx_main.h:
1804         * lyx_main.C: error out if files couldn't be found.
1805
1806 2003-04-02  John Levon  <levon@movementarian.org>
1807
1808         * text2.C: make incDepth() use parlist
1809
1810 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1811
1812         * undo_funcs.C (firstUndoParagraph): adjust
1813
1814         * text3.C (gotoInset): adjust
1815         (dispatch): adjust, and rewrite loop.
1816
1817         * text2.C (init): adjust, and rewrite loop.
1818         (redoParagraphs): adjust
1819         (updateInset): adjust, and rewrite loop.
1820         (deleteEmptyParagraphMechanism): adjust
1821
1822         * tabular.C (LyXTabular): adjust
1823         (SetMultiColumn): adjust
1824         (TeXRow): adjust
1825
1826         * lyxtext.[Ch] (ownerParagraph): delete function
1827         (ownerParagraphs): new function returns a ParagraphList.
1828
1829         * BufferView.C (removeAutoInsets): adjust
1830         (insertErrors): adjust
1831         (setCursorFromRow): adjust
1832
1833 2003-04-01  Angus Leeming  <leeming@lyx.org>
1834
1835         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
1836         in the frontends.
1837
1838 2003-04-02  John Levon  <levon@movementarian.org>
1839
1840         * lyxtext.h:
1841         * text.C:
1842         * Makefile.am:
1843         * text_funcs.h:
1844         * text_funcs.C: make transposeChars a free function
1845
1846         * lyxrow_funcs.C: remove wrong comment
1847
1848 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1849
1850         * lyxtext.h: adjust
1851         * rowpainter.C: adjust
1852         * text.C: adjust
1853         * text2.C: adjust
1854         * text3.C: adjust
1855
1856         * lyxrow_funcs. [Ch]: new files
1857
1858         * lyxrow.[Ch]: remove next and previous pointers
1859         (next,previous): remove accessor functions
1860         (isParEnd): move to lyxrow_funcs
1861         (lastPos): move to lyxrow_funcs
1862         (nextRowIsAllInset): move to lyxrow_funcs
1863         (lastPrintablePos): move to lyxrow_funcs
1864         (numberOfSeparators): move to lyxrow_funcs
1865         (numberOfHfills): move to lyxrow_funcs
1866         (numberOfLabelHfills): move to lyxrow_funcs
1867         (hfillExpansion): move to lyxrow_funcs
1868
1869         * lyxfunc.C: adjust
1870
1871         * bufferview_funcs.C (toggleAndShow): adjust
1872
1873         * RowList.h: Remove class RowList from file leave just a
1874         std::list<Row>.
1875
1876         * RowList.C: delete file
1877
1878         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
1879         and lyxrow_funcs.h
1880
1881 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1882
1883         * text3.C (cursorPrevious): adjust
1884         (cursorNext): adjust
1885         (dispatch): adjust
1886
1887         * text2.C (redoHeightOfParagraph): adjust
1888         (redoDrawingOfParagraph): adjust
1889         (setCursor): adjust
1890
1891         * text.C (breakParagraph): adjust
1892         (insertChar): adjust
1893         (backspace): adjust
1894
1895         * rowpainter.C (RowPainter): adjust
1896         (leftMargin): simplify and adjust
1897         (most rowpainter functions): adjust.
1898
1899         * rowpainter.h: store the row as RowList::iterator not as Row*
1900
1901         * lyxcursor.C (row): taka RowList::iterator as arg
1902         (irow): ditto
1903
1904         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
1905         of Row*.
1906
1907 2003-04-01  Angus Leeming  <leeming@lyx.org>
1908
1909         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
1910         stuff like bool Bool.
1911
1912 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
1913
1914         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
1915         rewrite a loop
1916
1917 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1918
1919         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
1920         RowList::iterator.
1921
1922         * lyxtext.h (rows): drop one version and leve a const variant that
1923         returns a RowList::iterator.
1924
1925 2003-03-31  Angus Leeming  <leeming@lyx.org>
1926
1927         * text.C (fill): ensure that the signature is the same as that in the
1928         header file.
1929
1930 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1931
1932         * text2.C (redoParagraphs): adjust
1933         (updateCounters): adjust
1934         (checkParagraph): adjust
1935         (getColumnNearX): adjust and reformat a bit.
1936
1937         * text.C (top_y): adjust
1938         (workWidth): adjust
1939         (leftMargin): adjust
1940         (prepareToPrint): adjust
1941         (getRow): adjust
1942         (getRowNearY): adjust
1943
1944         * lyxtext.h: make rowlist_ mutable.
1945
1946         * RowList.h: add const_iterator
1947         * RowList.C: adjust for RowList::const_iterator.
1948
1949         * text2.C (getCursorX): make it take a RowList::iterator as arg,
1950         adjust.
1951
1952 2003-03-31  John Levon  <levon@movementarian.org>
1953
1954         * lyxrc.h:
1955         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
1956
1957         * lyx_main.C: set default fonts from using lyx_gui funcs
1958
1959         * exporter.C: pdf_mode moved from lyxrc
1960
1961         * lyx_cb.C:
1962         * lyxfunc.C: changes from above
1963
1964 2003-03-31  John Levon  <levon@movementarian.org>
1965
1966         * lyx_main.C: fix to the last fix
1967
1968 2003-03-31  John Levon  <levon@movementarian.org>
1969
1970         * bufferlist.C: "Load original" -> "Load Original"
1971
1972         * converter.C:
1973         * exporter.C:
1974         * importer.C:
1975         * lyx_main.C:
1976         * format.C: more Alert cleanups
1977
1978 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1979
1980         * text2.C (removeParagraph): make it take a RowList::iterator as
1981         arg, adjust.
1982         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
1983         (postRowPaint): make it take a RowList::iterator as arg, adjust.
1984
1985         * text.C (anchor_row): make it take a RowList::iterator as arg,
1986         adjust.
1987         (computeBidiTables): make it take a const reference to Row instead
1988         of Row pointer, adjust.
1989         (leftMargin): make it take a RowList::iterator as arg, adjust.
1990         (rowBreakPoint): adjust
1991         (breakAgainOneRow): make it take a RowList::iterator as arg,
1992         adjust.
1993         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
1994
1995         * bufferview_funcs.C (toggleAndShow): adjust
1996
1997 2003-03-30  John Levon  <levon@movementarian.org>
1998
1999         * Makefile.am:
2000         * BoostFormat.h:
2001         * boost-inst.C: moved to support
2002
2003         * several files: changes as a result
2004
2005 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2006
2007         * text2.C (LyXText): adjust.
2008         (init): adjust
2009         (removeRow): make it take a RowList::iterator as arg, adjust.
2010         (fullRebreak): adjust
2011         (deleteEmptyParagraphMechanism): adjust
2012         (clearPaint): adjust
2013         (postPaint): adjust
2014
2015         * text.C (top_y): adjust
2016         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
2017         (breakAgain): make it take a RowList::iterator as arg, adjust.
2018         (breakParagraph): adjust
2019         (insertChar): adjust
2020         (backspace): adjust
2021
2022         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
2023         need_break_row, and refresh_row.
2024
2025         * text3.C (dispatch): adjust
2026
2027         * text2.C (checkParagraph): adjust
2028         (setCursor): adjust
2029         (setCursorFromCoordinates): adjust
2030
2031         * text.C (top_y): adjust
2032         (workWidth): adjust
2033         (getRow): make it return a RowList::iterator, adjust
2034         (getRowNearY): make it return a RowList::iterator, adjust
2035
2036         * text2.C (init): adjust
2037         (insertRow): remove function
2038         (insertParagraph): adjust
2039         (redoParagraphs): adjust
2040         (fullRebreak): adjust
2041         (updateCounters): adjust
2042
2043         * text.C (top_y): rewrite to use RowList iterators.
2044         (top_y): adjust
2045         (setHeightOfRow): rewrite to sue RowList iterators.
2046         (appendParagraph): adjust
2047         (breakAgain): adjust
2048         (breakAgainOneRow): adjust
2049         (breakParagraph): adjust
2050         (getRow): adjust
2051         (getRowNearY): adjust, and remove commented code.
2052
2053         * lyxtext.h (firstRow): delete function
2054         (lastRow): delete function
2055         (rows): new function (const and non-const versions.)
2056         (insertRow): delete function
2057
2058         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
2059
2060 2003-03-29  John Levon  <levon@movementarian.org>
2061
2062         * BufferView_pimpl.C: always update scrollbar top
2063         because pasting text when we're anchored could mean we
2064         miss an update altogether
2065
2066 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2067
2068         * text2.C (init): use rowlist_.end() and not 0.
2069         (insertRow): change to take a RowList::iterator as arg, adjust
2070         for this.
2071         (insertParagraph): change to take a RowList::iterator as arg,
2072         adjust for this.
2073         (redoParagraphs): remove some debug msgs.
2074
2075         * text.C (appendParagraph): change to take a RowList::iterator
2076         arg, adjust for this.
2077         (breakAgain): add an assert
2078         (breakAgainOneRow): ditto
2079
2080 2003-03-29  John Levon  <levon@movementarian.org>
2081
2082         * text2.C: do not clear selection after inc/decDepth
2083         (bug 550)
2084
2085 2003-03-29  John Levon  <levon@movementarian.org>
2086
2087         * BufferView.C:
2088         * buffer.C: fix broken strerrors according to Lars
2089
2090 2003-03-29  John Levon  <levon@movementarian.org>
2091
2092         * converters.C: more Alert cleanups
2093
2094 2003-03-29  John Levon  <levon@movementarian.org>
2095
2096         * bufferview_funcs.C: remove pointless Alert
2097
2098         * buffer.C: fix confusing error message when
2099         a template is chmoded 000
2100
2101 2003-03-29  John Levon  <levon@movementarian.org>
2102
2103         * BufferView.C:
2104         * BufferView.h:
2105         * BufferView_pimpl.C: Alert fixes
2106
2107         * Makefile.am:
2108         * tabular.C:
2109         * tabular-old.C: remove unused table compat reading
2110
2111 2003-03-29  John Levon  <levon@movementarian.org>
2112
2113         * BufferView.C:
2114         * buffer.C:
2115         * lyx_cb.h:
2116         * lyx_cb.C: more Alert cleanups
2117
2118         * lyxfunc.C: don't allow chktex if not latex document
2119
2120 2003-03-29  John Levon  <levon@movementarian.org>
2121
2122         * lyx_cb.C:
2123         * BufferView.C:
2124         * buffer.C: warnings pushed down from support/,
2125         kill err_alert
2126
2127 2003-03-29  John Levon  <levon@movementarian.org>
2128
2129         * lyxfunc.C: safety check for C-r (revert)
2130
2131 2003-03-29  John Levon  <levon@movementarian.org>
2132
2133         * bufferlist.h:
2134         * bufferlist.C: several UI fixes using Alert::prompt.
2135         Fix the pointless looping quit code. Fix stupid revert
2136         behaviour (bug 938)
2137
2138         * lyxvc.h:
2139         * lyxvc.C:
2140         * lyx_cb.C: use Alert::prompt
2141
2142         * lyx_main.C: remove a silly question
2143
2144         * lyxfunc.C: remove a couple of silly questions,
2145         use Alert::prompt
2146
2147 2003-03-28  John Levon  <levon@movementarian.org>
2148
2149         * text2.C: fix bug 974 (End on empty par)
2150
2151 2003-03-28  John Levon  <levon@movementarian.org>
2152
2153         * BufferView_pimpl.C:
2154         * LyXAction.C:
2155         * lfuns.h: remove do-nothing math greek lfuns
2156
2157 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2158
2159         * lyxgluelength.h (isValidGlueLength): add default arg on
2160         parameter 2. Remove default arg from friend in class.
2161
2162         * lyxlength.h (isValidLength): add default arg on parameter 2.
2163         Remove default arg from friend in class.
2164
2165         * text2.C (LyXText): adjust, initialize refresh_row.
2166         (init): adjust
2167         (removeRow): adjust
2168         (insertRow): adjust
2169         (insertParagraph): adjst
2170         (redoParagraphs): adjust
2171         (fullRebreak): adjust
2172         (updateCounters): adjust
2173         (deleteEmptyParagraphMechanism): first attempt at fixing a
2174         crashing bug.
2175
2176         * text.C (top_y): adjust
2177         (setHeightOfRow): adjust
2178         (getRow): adjust
2179         (getRowNearY): adjust
2180
2181         * lyxtext.h: include RowList.h
2182         (~LyXText): not needed anymore, deleted.
2183         (firstRow): modify for RowList
2184         (lastRow): new function
2185         Delete firstrow and lastrow class variables, add a Rowlist
2186         rowlist_ class variable.
2187
2188         * lyxrow.C (lastPos): use empty() and not !size() to check if a
2189         paragraph is empty.
2190
2191         * RowList.C (insert): fix case where it == begin().
2192
2193 2003-03-26  Angus Leeming  <leeming@lyx.org>
2194
2195         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
2196         the thesaurus dialog.
2197
2198 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2199
2200         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
2201
2202         * RowList.[Ch]: new files
2203
2204         * ParagraphList.C (erase): handle the case where it == begin
2205         correctly.
2206
2207 2003-03-25  John Levon  <levon@movementarian.org>
2208
2209         * Makefile.am:
2210         * aspell_local.h:
2211         * aspell.C: add new aspell support
2212
2213         * lyxrc.h:
2214         * lyxrc.C: Make use_pspell be use_spell_lib. Always
2215         have it accessible.
2216
2217 2003-03-25  Angus Leeming  <leeming@lyx.org>
2218
2219         * lfuns.h:
2220         * LyXAction.C (init): new LFUN_INSET_INSERT.
2221
2222         * BufferView_pimpl.C (dispatch): split out part of the
2223         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
2224
2225         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
2226         LFUN_INSET_APPLY.
2227
2228 2003-03-25  Angus Leeming  <leeming@lyx.org>
2229
2230         * lyxfunc.C (dispatch): changes to the Dialogs interface.
2231
2232 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
2233
2234         * text2.C:
2235         * text3.C: remove useless row->height(0)
2236
2237 2003-03-25  John Levon  <levon@movementarian.org>
2238
2239         * lyxtext.h:
2240         * text2.C:
2241         * text3.C: rename the refreshing stuff to better names
2242
2243 2003-03-24  John Levon  <levon@movementarian.org>
2244
2245         * BufferView_pimpl.h:
2246         * BufferView_pimpl.C: update layout choice on a mouse
2247         press/release
2248
2249 2003-03-23  John Levon  <levon@movementarian.org>
2250
2251         * Makefile.am: fix commandtags.h reference
2252
2253 2003-03-22  John Levon  <levon@movementarian.org>
2254
2255         * BufferView_pimpl.C:
2256         * lyxtext.h:
2257         * rowpainter.C:
2258         * rowpainter.h:
2259         * text.C:
2260         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
2261
2262 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
2263
2264         * lyxtext.h:
2265         * text.C: take the rtl methods out of line
2266
2267 2003-03-21 André Pönitz <poenitz@gmx.net>
2268
2269         * metricsinfo.[Ch]: new files containing structures to be passed around
2270         during the two-phase-drawing...
2271
2272 2003-03-21 André Pönitz <poenitz@gmx.net>
2273
2274         * lyxtextclass.C: read 'environment' tag.
2275
2276 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
2277
2278         * text2.C (removeRow): fix bug 964
2279
2280 2003-03-20  John Levon  <levon@movementarian.org>
2281
2282         * rowpainter.C:
2283         * text.C:
2284         * text2.C: paint cleanups. Inset::update() dropped font
2285         parameter
2286
2287 2003-03-19  John Levon  <levon@movementarian.org>
2288
2289         * lyxfunc.C: only fitcursor/markDirty if available()
2290
2291 2003-03-19  John Levon  <levon@movementarian.org>
2292
2293         * commandtags.h: rename to ...
2294
2295         * lfuns.h: ... this, and renumber / cleanup
2296
2297 2003-03-19  John Levon  <levon@movementarian.org>
2298
2299         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
2300         fit the cursor after an lfun
2301
2302         * BufferView.h:
2303         * BufferView.C:
2304         * BufferView_pimpl.h:
2305         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
2306
2307         * LyXAction.C: layout-character should have ReadOnly
2308
2309         * ParagraphParameters.C:
2310         * buffer.C:
2311         * bufferview_funcs.C:
2312         * lyx_cb.C:
2313         * lyxfind.C:
2314         * lyxtext.h:
2315         * text.C:
2316         * text2.C:
2317         * text3.C:
2318         * undo_funcs.C: changes from above
2319
2320 2003-03-18  John Levon  <levon@movementarian.org>
2321
2322         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
2323         remove it from update()
2324
2325         * lyxfunc.C: update layout choice after an lfun
2326
2327         * text3.C: remove extra updateLayoutChoice()s
2328
2329 2003-03-18  John Levon  <levon@movementarian.org>
2330
2331         * text.C: top_y change means full repaint, fix
2332         a drawing bug with cursor movement
2333
2334 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
2335
2336         * lyxtext.h:
2337         * text.C:
2338         * text2.C: anchor row on setCursor
2339
2340 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
2341
2342         * lyxtext.h: remove almost all mutable keywords
2343         * text.C:
2344         * text2.C:
2345         * text3.C: remove const keywords accordingly
2346
2347 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2348
2349         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
2350         anon namespace
2351         (TeXEnvironment): ditto
2352         (TeXOnePar): ditto
2353
2354 2003-03-17  John Levon  <levon@movementarian.org>
2355
2356         * text.C (rowBreakPoint): remove attempt to fix displayed
2357         math insets inside a manual label
2358
2359 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2360
2361         * lyxtext.h: remove BufferView* as first arg from almost all class
2362         functions.
2363         * other files: adjust.
2364
2365 2003-03-17  John Levon  <levon@movementarian.org>
2366
2367         * lyxtext.h:
2368         * undo_funcs.C:
2369         * text2.C: more paint cleanups
2370
2371         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
2372
2373         * rowpainter.h:
2374         * rowpainter.C: remove "smart" background painting code
2375
2376 2003-03-16  John Levon  <levon@movementarian.org>
2377
2378         * lyxtext.h:
2379         * text.C:
2380         * text2.C:
2381         * text3.C: add helper functions for setting refresh_row/y
2382
2383 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
2384
2385         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
2386         newline inset which *can* get inserted in the pass_thru layouts.
2387         This is primarily for literate documents.
2388
2389 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
2390
2391         * buffer.C: increment LYX_FORMAT to 223
2392
2393 2003-03-14 André Pönitz <poenitz@gmx.net>
2394
2395         * textclass.h: prepare for environment handling, ws changes
2396         * lyxlayout.C: read latexheader and latexfooter tags
2397
2398 2003-03-14  John Levon  <levon@movementarian.org>
2399
2400         * text2.C: rewrite ::status() a bit
2401
2402 2003-03-13  John Levon  <levon@movementarian.org>
2403
2404         * lyxtext.h: add some docs
2405
2406 2003-03-13  John Levon  <levon@movementarian.org>
2407
2408         * lyxtext.h:
2409         * text.C:
2410         * text2.C:
2411         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
2412
2413 2003-03-13  John Levon  <levon@movementarian.org>
2414
2415         * text3.C: fix appendix redrawing
2416
2417 2003-03-13  John Levon  <levon@movementarian.org>
2418
2419         * text.C (setHeightOfRow):
2420         * rowpainter.h:
2421         * rowpainter.C: make appendix mark have the text
2422           "Appendix" so the user knows what it is
2423
2424         * LColor.h:
2425         * LColor.C: s/appendixline/appendix/ from above
2426
2427 2003-03-13  John Levon  <levon@movementarian.org>
2428
2429         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
2430
2431         * text.C: fix a getChar(pos) bug properly
2432
2433 2003-03-13  Angus Leeming  <leeming@lyx.org>
2434
2435         * commandtags.h:
2436         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
2437         Probably only temporary. Let's see how things pan out.
2438
2439         * BufferView.C (unlockInset):
2440         * BufferView_pimpl.C (fitCursor):
2441         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
2442
2443         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
2444         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
2445
2446         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
2447         new functions that convert ParagraphParameters to and from a string.
2448
2449         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
2450         BufferView::Pimpl's dispatch.
2451         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
2452
2453 2003-03-13 André Pönitz <poenitz@gmx.net>
2454
2455         * lyxfunc.C:
2456         * text3.C:
2457         * factory.C: make it aware of InsetEnv
2458
2459 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2460
2461         * text2.C (setCursor): never ask for one past last
2462         (setCursor): add some debugging messages.
2463
2464         * text.C (singleWidth): never ask for one past last
2465         (singleWidth): ditto
2466         (leftMargin): ditto
2467         (rightMargin): ditto
2468         (rowBreakPoint): ditto
2469         (setHeightOfRow): ditto
2470         (prepareToPrint): ditto
2471
2472         * rowpainter.C (paintBackground): never ask for one past last
2473         (paintText): never ask for one past last
2474
2475         * paragraph_pimpl.C (getChar): make the assert stricter, never
2476         allow the one past last pos to be taken
2477
2478         * paragraph.C (getChar): ws changes only
2479
2480         * lyxrow.C (nextRowIsAllInset): never ask for one past last
2481         (numberOfSeparators): ditto
2482         (numberOfHfills): ditto
2483
2484 2003-03-12  John Levon  <levon@movementarian.org>
2485
2486         * author.h:
2487         * author.C:
2488         * bufferparams.h:
2489         * bufferparams.C:
2490         * paragraph_funcs.C: fix per-buffer authorlists
2491
2492 2003-03-12  John Levon  <levon@movementarian.org>
2493
2494         * text.C: fix newline in right address
2495
2496 2003-03-12  Angus Leeming  <leeming@lyx.org>
2497
2498         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
2499         duplicate those in LyXFunc::dispatch.
2500
2501         * commandtags.h:
2502         * LyXAction.C:
2503         * ToolbarDefaults.C:
2504         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
2505         Add LFUN_FONTFREE_UPDATE.
2506
2507         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
2508         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
2509
2510         * bufferview_func.[Ch]: several new functions to facilliate
2511         transfer of data to and from the character dialog.
2512
2513 2003-03-12  John Levon  <levon@movementarian.org>
2514
2515         * buffer.C:
2516         * paragraph.h:
2517         * paragraph.C:
2518         * paragraph_funcs.C:
2519         * paragraph_pimpl.C:
2520         * sgml.C:
2521         * tabular.C:
2522         * text.C:
2523         * text3.C: remove META_NEWLINE in favour of an inset
2524
2525         * rowpainter.h:
2526         * rowpainter.C: remove paintNewline (done by inset)
2527
2528 2003-03-12  John Levon  <levon@movementarian.org>
2529
2530         * paragraph_pimpl.C: complain about bad getChar()s
2531         for a while at least
2532
2533 2003-03-12  John Levon  <levon@movementarian.org>
2534
2535         * buffer.h:
2536         * buffer.C: move paragraph read into a separate function,
2537         a little renaming to reflect that.
2538
2539         * bufferparams.h:
2540         * bufferparams.C: remove the author_ids map, not necessary now
2541
2542         * factory.h:
2543         * factory.C: moved Buffer::readInset to here
2544
2545         * paragraph_funcs.h:
2546         * paragraph_funcs.C: readParagraph free function moved from
2547         buffer.C
2548
2549         * tabular.C: name change
2550
2551 2003-03-12  John Levon  <levon@movementarian.org>
2552
2553         * buffer.C:
2554         * ParagraphParameters.C: move par params input to
2555         a read() method
2556
2557         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
2558         behave like a normal read from the stream wrt reading
2559         a line vs. a \\token
2560
2561 2003-03-12  John Levon  <levon@movementarian.org>
2562
2563         * paragraph.C:
2564         * ParagraphParameters.h:
2565         * ParagraphParameters.C: move output code to a
2566         ::write() method
2567
2568 2003-03-12  John Levon  <levon@movementarian.org>
2569
2570         * BufferView.C (insertLyXFile):
2571         * buffer.h:
2572         * buffer.C:
2573         * tabular.C: use a parlist iterator for creating the
2574           document.
2575
2576 2003-03-12  John Levon  <levon@movementarian.org>
2577
2578         * buffer.C: make current_change static local not
2579           static file-scope
2580
2581 2003-03-12  John Levon  <levon@movementarian.org>
2582
2583         * buffer.C: fix insertStringAsLines for change tracking
2584
2585 2003-03-12  John Levon  <levon@movementarian.org>
2586
2587         * BufferView.C:
2588         * tabular.C:
2589         * buffer.h:
2590         * buffer.C:
2591         * bufferparams.h:
2592         * bufferparams.C: move author list into params. Rename some
2593           functions. Move the header reading into a separate token
2594           loop. Move the header token reading into BufferParams.
2595
2596 2003-03-12  John Levon  <levon@movementarian.org>
2597
2598         * changes.C: put debug inside lyxerr.debugging() checks
2599
2600 2003-03-11 André Pönitz <poenitz@gmx.net>
2601
2602         * factory.C: make it aware of InsetHFill
2603
2604 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2605
2606         * buffer.C (latexParagraphs): move function from here...
2607         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
2608         args.
2609
2610 2003-03-10  Angus Leeming  <leeming@lyx.org>
2611
2612         * LyXAction.C (init): fix bug in poplating array with multiple entries
2613         with the same LFUN (spotted by JMarc).
2614
2615 2003-03-10  John Levon  <levon@movementarian.org>
2616
2617         * text.C:
2618         * text2.C: move getColumnNearX() near its
2619         only call site
2620
2621 2003-03-10  John Levon  <levon@movementarian.org>
2622
2623         * text.C: fix break before a minipage
2624
2625 2003-03-10  John Levon  <levon@movementarian.org>
2626
2627         * text.C: fix the last commit
2628
2629 2003-03-09  John Levon  <levon@movementarian.org>
2630
2631         * lyxtext.h:
2632         * text.C:
2633         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
2634         bug 365 (don't break before insets unless needed). Don't
2635         return a value > last under any circumstances.
2636
2637 2003-03-09  Angus Leeming  <leeming@lyx.org>
2638
2639         * BufferView_pimpl.C (trackChanges, dispatch): call
2640         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
2641
2642 2003-03-09  Angus Leeming  <leeming@lyx.org>
2643
2644         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
2645         than Dialogs::showAboutlyx().
2646
2647 2003-03-09  Angus Leeming  <leeming@lyx.org>
2648
2649         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
2650         than Dialogs::showTabularCreate().
2651
2652 2003-03-09  John Levon  <levon@movementarian.org>
2653
2654         * lyxtext.h:
2655         * text.C:
2656         * text2.C: 3rd arg to nextBreakPoint was always the same.
2657           Use references.
2658
2659 2003-03-08  John Levon  <levon@movementarian.org>
2660
2661         * lyxrow.C:
2662         * paragraph.C:
2663         * paragraph.h:
2664         * rowpainter.C:
2665         * text.C:
2666         * text2.C: Remove the "main" bit from the "main body"
2667           notion.
2668
2669 2003-03-08  John Levon  <levon@movementarian.org>
2670
2671         * text.C (leftMargin): The left margin of an empty
2672         manual label paragraph should not include the label width
2673         string length.
2674
2675         * text.C (prepareToPrint): don't attempt to measure hfills
2676         for empty manual label paragraphs - the answer should be 0
2677
2678 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2679
2680         * CutAndPaste.C: remove commented code and reindent.
2681
2682 2003-03-08  John Levon  <levon@movementarian.org>
2683
2684         * lyxfunc.h:
2685         * lyxfunc.C: move reloadBuffer()
2686
2687         * BufferView.h:
2688         * BufferView.C: to here
2689
2690         * lyxvc.C: add comment
2691
2692         * vc-backend.h:
2693         * vc-backend.C: call bv->reload() to avoid
2694           getStatus() check on MENURELOAD
2695
2696 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
2697
2698         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
2699         to an old format .dep file.
2700
2701 2003-03-07  Angus Leeming  <leeming@lyx.org>
2702
2703         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
2704         when the LFUN_MOUSE_RELEASE should have been handled by
2705         inset->localDispatch.
2706
2707 2003-03-07  Angus Leeming  <leeming@lyx.org>
2708
2709         * BufferView_pimpl.C (dispatch):
2710         * LyXAction.C (init):
2711         * ToolbarDefaults.C (init):
2712         * commandtags.h:
2713         * lyxfunc.C (getStatus):
2714         remove LFUN_INSET_GRAPHICS.
2715
2716         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
2717
2718 2003-03-07  Angus Leeming  <leeming@lyx.org>
2719
2720         * commandtags.h:
2721         * LyXAction.C (init):
2722         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
2723
2724         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
2725
2726         * commandtags.h:
2727         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
2728
2729         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
2730         localDispatch method LFUN_INSET_DIALOG_UPDATE.
2731
2732 2003-03-07  Angus Leeming  <leeming@lyx.org>
2733
2734         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
2735         remove "ert".
2736
2737 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2738
2739         * ParagraphList.C (front): new function
2740         (back): implement
2741
2742 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
2743
2744         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
2745         and top_row_offset_. removed var first_y.
2746         * text.C (top_y):
2747         * text2.C (LyXText, removeRow):
2748         * text3.C:
2749         * BufferView_pimpl.C:
2750         use these methods instead of using first_y
2751
2752 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2753
2754         * text2.C (pasteSelection): adjust for checkPastePossible
2755
2756         * CutAndPaste.C: remove Paragraph * buf and replace with
2757         ParagraphList paragraphs.
2758         (DeleteBuffer): delete
2759         (cutSelection): change the tc type to textclass_type
2760         (copySelection): change the tc type to textclass_type
2761         (copySelection): adjust for ParagraphList
2762         (pasteSelection): change the tc type to textclass_type
2763         (pasteSelection): adjust for Paragraphlist
2764         (nrOfParagraphs): simplify for ParagraphList
2765         (checkPastePossible): simplify for ParagraphList
2766         (checkPastePossible): remove unused arg
2767
2768         * ParagraphList.C (insert): handle the case where there are no
2769         paragraphs yet.
2770
2771         * CutAndPaste.h: make CutAndPaste a namespace.
2772
2773         * text3.C (dispatch): adjust
2774
2775         * text.C (breakParagraph): add a ParagraphList as arg
2776
2777         * paragraph_funcs.C (breakParagraph): change to take a
2778         BufferParams and a ParagraphList as args.
2779         (breakParagraphConservative): ditto
2780         (mergeParagraph): ditto
2781         (TeXDeeper): add a ParagraphList arg
2782         (TeXEnvironment): ditto
2783         (TeXOnePar): ditto
2784
2785         * buffer.C (readLyXformat2): adjust
2786         (insertStringAsLines): adjust
2787         (latexParagraphs): adjust
2788
2789         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
2790         (cutSelection): adjust
2791         (pasteSelection): adjust
2792
2793         * BufferView_pimpl.C (insertInset): adjust
2794
2795 2003-03-05  Angus Leeming  <leeming@lyx.org>
2796
2797         * commandtags.h:
2798         * LyXAction.C (init):
2799         * BufferView_pimpl.C (dispatch):
2800         * lyxfunc.C (getStatus):
2801         remove LFUN_CHILD_INSERT.
2802
2803         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
2804
2805 2003-03-05  Angus Leeming  <leeming@lyx.org>
2806
2807         * commandtags.h:
2808         * LyXAction.C (init):
2809         * src/factory.C (createInset):
2810         * lyxfunc.C (getStatus):
2811         * text3.C (dispatch):
2812         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
2813
2814         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
2815
2816 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
2817
2818         * ParagraphList.C (insert): handle insert right before end()
2819         (erase): fix cases where it can be first or last paragraph.
2820
2821 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2822
2823         * paragraph_funcs.C (TeXEnvironment): remove all usage of
2824         Paragraph::next and Paragraph::previous
2825         (TeXOnePar): ditto
2826
2827         * text.C (breakParagraph): adjust
2828
2829         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
2830         BufferParams& as arg.
2831         (breakParagraph): use ParagraphList::insert
2832         (breakParagraphConservative): take a Buffer* instead of a
2833         BufferParams& as arg.
2834         (breakParagraphConservative): use ParagraphList::insert.
2835
2836         * buffer.C (insertStringAsLines): un-const it
2837         (insertStringAsLines): adjust
2838
2839         * ParagraphList.C (insert): new function
2840
2841         * CutAndPaste.C (pasteSelection): adjust
2842
2843         * text.C (backspace): adjust
2844
2845         * tabular.C (SetMultiColumn): adjust
2846
2847         * CutAndPaste.C (cutSelection): adjust
2848         (pasteSelection): adjust
2849
2850         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
2851         Buffer const * as arg
2852
2853         * ParagraphList.C (erase): new function
2854         * paragraph_funcs.C (mergeParagraph): use it
2855         (mergeParagraph): make it take a Buffer* instead of a
2856         BufferParams* as arg
2857
2858         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
2859         as arg
2860         (breakParagraphConservative): ditto
2861
2862         * paragraph.h: remove the breakParagraph friend
2863
2864         * paragraph.C (eraseIntern): new function
2865         (setChange): new function
2866
2867         * paragraph_funcs.C (mergeParagraph): make it take a
2868         ParagraphList::iterator instead of a Paragraph *, adjust
2869         accordingly.
2870
2871         * paragraph.h: move an #endif so that the change tracking stuff
2872         also works in the NO_NEXT case.
2873
2874 2003-03-04  Angus Leeming  <leeming@lyx.org>
2875
2876         * commandtags.h:
2877         * LyXAction.C: new LFUN_INSET_MODIFY.
2878
2879         * BufferView_pimpl.C (dispatch): if an inset is found to be open
2880         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
2881
2882 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2883
2884         * several files: ws changes only
2885
2886         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
2887         (TeXEnvironment): ditto
2888         (TeXDeeper): ditto
2889
2890         * buffer.C (makeLaTeXFile): adjust
2891         (latexParagraphs): make it take ParagraphList::iterator as args
2892
2893 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2894
2895         * buffer.C (latexParagraphs): adjust
2896
2897         * paragraph.C (TeXOnePar): move function...
2898         (optArgInset): move function...
2899         (TeXEnvironment): move function...
2900         * paragraph_pimpl.C (TeXDeeper): move function...
2901         * paragraph_funcs.C: ...here
2902
2903         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
2904
2905 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2906
2907         * buffer.C (readInset): remove compability code for old Figure and
2908         InsetInfo insets
2909
2910 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2911
2912         * buffer.C: ws changes
2913         (readInset):
2914
2915         * BufferView_pimpl.C: ditto
2916         * author.C: ditto
2917         * buffer.h: ditto
2918         * bufferlist.h: ditto
2919         * changes.h: ditto
2920         * lyxfunc.C: ditto
2921
2922 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
2923
2924         * converter.[Ch]: split into itself +
2925         * graph.[Ch]
2926         * format.[Ch]
2927         * Makefile.am: += graph.[Ch] + format.[Ch]
2928         * MenuBackend.C
2929         * buffer.C
2930         * exporter.C
2931         * importer.C
2932         * lyx_main.C
2933         * lyxfunc.C
2934         * lyxrc.C: added #include "format.h"
2935
2936 2003-02-27  Angus Leeming  <leeming@lyx.org>
2937
2938         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
2939           a label.
2940
2941         * factory.C (createInset): add "label" to the factory.
2942
2943         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
2944           string and do no more.
2945
2946 2003-02-27  Angus Leeming  <leeming@lyx.org>
2947
2948         * commandtags.h:
2949         * LyXAction.C (init):
2950         * factory.C (createInset):
2951         * BufferView_pimpl.C (dispatch):
2952           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
2953
2954         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
2955
2956         * lyxfunc.C (dispatch):
2957         * text3.C (dispatch): pass name to params2string.
2958
2959 2003-02-26  Angus Leeming  <leeming@lyx.org>
2960
2961         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
2962           blocks together.
2963           Rearrange the ~includes. Strip out the unnecessary ones.
2964
2965         * factory.C (createInset): reformat.
2966           create new insets for the various LFUN_XYZ_APPLY lfuns.
2967
2968 2003-02-26  John Levon  <levon@movementarian.org>
2969
2970         * lyxrow.h:
2971         * lyxrow.C: add isParStart,isParEnd helpers
2972
2973         * paragraph.h: make isInserted/DeletedText take refs
2974
2975         * paragraph_funcs.h:
2976         * paragraph_funcs.C: remove #if 0'd code
2977
2978         * lyxtext.h:
2979         * text3.C:
2980         * text2.C:
2981         * text.C: use lyxrow helpers above.
2982           Move draw and paint routines to RowPainter.
2983           Make several methods use refs not pointers.
2984           Make backgroundColor() const.
2985           Add markChangeInDraw(), isInInset().
2986           Merge changeRegionCase into changeCase.
2987           Make workWidth() shouldn't-happen code into an Assert.
2988
2989         * rowpainter.h:
2990         * rowpainter.C: new class for painting a row.
2991
2992         * vspace.h:
2993         * vspace.C: make inPixels take a ref
2994
2995 2003-02-26  Angus Leeming  <leeming@lyx.org>
2996
2997         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
2998         LFUN_REF_APPLY.
2999
3000 2003-02-25  John Levon  <levon@movementarian.org>
3001
3002         * ispell.C: give the forked command a more accurate name
3003
3004 2003-02-22  John Levon  <levon@movementarian.org>
3005
3006         * toc.h:
3007         * toc.C: make TocItem store an id not a Paragraph *
3008           (bug #913)
3009
3010 2003-02-21  Angus Leeming  <leeming@lyx.org>
3011
3012         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
3013           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
3014           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
3015           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
3016           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
3017           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
3018
3019         * BufferView_pimpl.C (dispatch):
3020         * LyXAction.C (init):
3021         * factory.C (createInset):
3022         * lyxfunc.C (getStatus, dispatch):
3023         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
3024
3025 2003-02-21  Angus Leeming  <leeming@lyx.org>
3026
3027         * BufferView_pimpl.C (MenuInsertLyXFile):
3028         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3029         * lyxfunc.C (menuNew, open, doImport):
3030           no longer pass a LyXView & to fileDlg.
3031
3032 2003-02-21  Angus Leeming  <leeming@lyx.org>
3033
3034         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
3035         * LyXAction.C: change, BIBKEY to BIBITEM.
3036         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
3037         Change InsetBibKey to InsetBibitem.
3038         Change BIBKEY_CODE to BIBITEM_CODE.
3039         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3040         * factory.C: replace insetbib.h with insetbibitem.h.
3041         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3042         * paragraph.C: replace insetbib.h with insetbibitem.h.
3043         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
3044         Change bibkey() to bibitem().
3045         * text.C: remove insetbib.h.
3046         * text2.C: replace insetbib.h with insetbibitem.h.
3047         change bibkey() to bibitem().
3048         * text3.C: remove insetbib.h.
3049         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3050
3051 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3052
3053         * lyxrc.C (output): enclose user email in quotes (in case there are
3054         several words)
3055
3056 2003-02-18  John Levon  <levon@movementarian.org>
3057
3058         * buffer.h: add std::
3059
3060 2003-02-17  John Levon  <levon@movementarian.org>
3061
3062         * SpellBase.h:
3063         * ispell.h:
3064         * ispell.C:
3065         * pspell.h:
3066         * pspell.C: reworking. Especially in ispell, a large
3067           number of clean ups and bug fixes.
3068
3069         * lyxfunc.C: fix revert to behave sensibly
3070
3071 2003-02-17 André Pönitz <poenitz@gmx.net>
3072
3073         * LyXAction.C:
3074         * commandtags.h: new LFUN_INSERT_BIBKEY
3075
3076         * layout.h:
3077         * lyxlayout.C:
3078         * buffer.C:
3079         * factory.C:
3080         * text.C:
3081         * text2.C:
3082         * text3.C:
3083         * paragraph.[Ch]:
3084         * paragraph_func.C: remove special bibkey handling
3085
3086 2003-02-17  John Levon  <levon@movementarian.org>
3087
3088         * text.C (Delete): fix case where delete at the end of
3089           the very first paragraph would not merge the pars
3090
3091 2003-02-17  John Levon  <levon@movementarian.org>
3092
3093         * lyxrow.C: fix lastPrintablePos()
3094
3095 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3096
3097         * bufferparams.C (writeLaTeX): add a std:here
3098
3099         * buffer.C: and remove a using directive there
3100
3101 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3102
3103         * buffer.C (makeLaTeXFile): move the code that generates the
3104           preamble...
3105
3106         * bufferparams.C (writeLaTeX): ... in this new method
3107
3108         * LaTeXFeatures.C (getEncodingSet): make const
3109           (getLanguages): make const
3110
3111         * MenuBackend.C (binding): returns the binding associated to this
3112           action
3113           (add): sets the status of each item by calling getStatus. Adds
3114           some intelligence.
3115           (read): add support for OptSubMenu
3116           (expand): remove extra separator at the end of expanded menu
3117
3118 2003-02-15  John Levon  <levon@movementarian.org>
3119
3120         * BufferView.C:
3121         * BufferView_pimpl.C:
3122         * bufferlist.h:
3123         * bufferlist.C: remove pointless BufferStorage bloat. Remove
3124           inset code that had no actual effect. Remove unneeded status
3125           code.
3126
3127 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3128
3129         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
3130           in preamble
3131
3132 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
3133
3134         * text.C (drawLengthMarker): also draw an arrow marker for
3135           symbolic lengths (medskip...)
3136
3137 2003-02-14  John Levon  <levon@movementarian.org>
3138
3139         * tabular.h:
3140         * tabular.C: better method names
3141
3142 2003-02-14  John Levon  <levon@movementarian.org>
3143
3144         * BufferView_pimpl.C:
3145         * bufferlist.C:
3146         * buffer.C:
3147         * converter.C:
3148         * lyx_cb.C:
3149         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
3150           it's a more accurate name. Remove some pointless uses.
3151
3152 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3153
3154         * text2.C (LyXText): change order of initilizers to shut off
3155           warnings
3156
3157 2003-02-14  John Levon  <levon@movementarian.org>
3158
3159         * buffer.C: use ParIterator for getParFromID()
3160
3161         * paragraph.h:
3162         * paragraph.C:
3163         * paragraph_pimpl.h:
3164         * paragraph_pimpl.C: remove unused getParFromID()
3165
3166 2003-02-14  John Levon  <levon@movementarian.org>
3167
3168         * buffer.C: remove some very old #if 0'd parse code
3169
3170 2003-02-13  John Levon  <levon@movementarian.org>
3171
3172         * text.h:
3173         * text.C:
3174         * text2.C: move hfillExpansion(), numberOfSeparators(),
3175           rowLast(), rowLastPrintable(), numberofHfills(),
3176           numberOfLabelHfills() ...
3177
3178         * lyxrow.h:
3179         * lyxrow.C: ... to member functions here.
3180
3181         * paragraph.h:
3182         * paragraph.C:
3183         * lyxtext.h:
3184         * text.C: remove LyXText::beginningOfMainBody(), and call
3185           p->beginningOfMainBody() directly. Move the check for
3186           LABEL_MANUAL into the latter.
3187
3188         * text.h:
3189         * text.C:
3190         * text2.C:
3191         * vspace.C:
3192         * BufferView.h:
3193         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
3194
3195         * text.h:
3196         * text.C:
3197         * text2.C:
3198         * text3.C:
3199         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
3200           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
3201
3202 2003-02-13  John Levon  <levon@movementarian.org>
3203
3204         * CutAndPaste.C: remove debug
3205
3206 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3207
3208         * paragraph.C (asString): remove two unused variables
3209
3210         * lyxtextclass.C (readTitleType):
3211           (Read):
3212           (LyXTextClass): handle new members titletype_ and titlename_
3213
3214         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
3215
3216 2003-02-09  John Levon  <levon@movementarian.org>
3217
3218         * buffer.h:
3219         * buffer.C: replace hand-coded list with a map for the dep clean
3220
3221 2003-02-08  John Levon  <levon@movementarian.org>
3222
3223         * LaTeX.C: consolidate code into showRunMessage() helper
3224
3225 2003-02-08  John Levon  <levon@movementarian.org>
3226
3227         * lyxfind.C:
3228         * lyxtext.h:
3229         * text2.C:
3230         * BufferView.C: change setSelectionOverString() to setSelectionRange()
3231           and pass the size in explicitly
3232
3233         * BufferView_pimpl.h:
3234         * BufferView_pimpl.C:
3235         * BufferView.h:
3236         * BufferView.C: add getCurrentChange()
3237
3238         * BufferView_pimpl.h:
3239         * BufferView_pimpl.C: handle change lfuns
3240
3241         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
3242           for changes. Mark pasted paragraphs as new.
3243
3244         * support/lyxtime.h:
3245         * support/lyxtime.C:
3246         * DepTable.C: abstract time_t as lyx::time_type
3247
3248         * LColor.h:
3249         * LColor.C: add colours for new text, deleted text, changebars
3250
3251         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
3252           package use "usenames" option.
3253
3254         * commandtags.h:
3255         * lyxfunc.C:
3256         * LyXAction.C: add change lfuns
3257
3258         * Makefile.am:
3259         * author.h:
3260         * author.C: author handling
3261
3262         * buffer.h:
3263         * buffer.C: add a per-buffer author list, with first entry as
3264           current author. Handle new .lyx tokens for change tracking. Output
3265           author list to .lyx file. Output dvipost stuff to .tex preamble.
3266           Bump lyx format to 222.
3267
3268         * bufferlist.h:
3269         * bufferlist.C: add setCurrentAuthor() to reset current author details
3270           in all buffers.
3271
3272         * bufferparams.h:
3273         * bufferparams.C: add param for tracking
3274
3275         * bufferview_funcs.C: output change info in minibuffer
3276
3277         * Makefile.am:
3278         * changes.h:
3279         * changes.C: add change-tracking structure
3280
3281         * debug.h:
3282         * debug.C: add CHANGES debug flag
3283
3284         * lyxfind.h:
3285         * lyxfind.C: add code for finding the next change piece
3286
3287         * lyxrc.h:
3288         * lyxrc.C: add user_name and user_email
3289
3290         * lyxrow.h:
3291         * lyxrow.C: add a metric for the top of the text line
3292
3293         * lyxtext.h:
3294         * text.C: implement accept/rejectChange()
3295
3296         * lyxtext.h:
3297         * text.C: paint changebars. Paint new/deleted text in the chosen
3298         colours. Strike through deleted text.
3299
3300         * paragraph.h:
3301         * paragraph.C:
3302         * paragraph_pimpl.h:
3303         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
3304           in the current change to the insert functions. Rework erase to
3305           mark text as deleted, adding an eraseIntern() and a range-based
3306           erase(). Implement per-paragraph change lookup and
3307           accept/reject.
3308
3309         * paragraph_funcs.C: Fixup paste for change tracking.
3310
3311         * tabular.C: mark added row/columns as new.
3312
3313         * text.C: fix rowLast() to never return -1. Don't allow
3314           spellchecking of deleted text. Track transpose changes. Don't
3315           allow paragraph break or merge where appropriate.
3316
3317         * text2.C: leave cursor at end of selection after a cut.
3318
3319 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3320
3321         * text.C (getLengthMarkerHeight):
3322         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
3323         visible on screen too.
3324
3325 2003-02-07  John Levon  <levon@movementarian.org>
3326
3327         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
3328
3329 2003-02-05  Angus Leeming  <leeming@lyx.org>
3330
3331         * lyxserver.C (read_ready): revert my patch of 11 September last year
3332         as it sends PC cpu through the roof. Presumably this means that
3333         the lyxserver will no longer run on an Alpha...
3334
3335 2003-01-30  Angus Leeming  <leeming@lyx.org>
3336
3337         * factory.C (createInset): create an InsetCommandParam of type "index"
3338         and use it to 'do the right thing'.
3339
3340         * text2.C (getStringToIndex): ensure that cursor position is always
3341         reset to the reset_cursor position.
3342
3343 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3344
3345         * lyxfunc.C (getStatus): "buffer-export custom" should never be
3346         disabled.
3347
3348 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
3349
3350         * bufferview.C:
3351         * lyxcb.C:
3352         * lyxfunc.C: Output messages with identical spelling, punctuation,
3353         and spaces
3354
3355 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
3356
3357         * MenuBackend.C (expandFormats): List only viewable export formats
3358         in "View" menu
3359
3360         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
3361         message
3362
3363         * lyxfunc.C (getStatus): Make sure that formats other than
3364         "fax" can also be disabled
3365
3366 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3367
3368         * text3.C (dispatch): put the lfuns that insert insets in 3
3369         groups, and call doInsertInset with appropriate arguments.
3370         (doInsertInset): new function, that creates an inset and inserts
3371         it according to some boolean parameters.
3372
3373 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3374
3375         * buffer.C (readFile): remember to pass on 'par' when calling
3376         readFile recursively.
3377
3378 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3379
3380         * MenuBackend.C (expandFormats): add "..." to import formats.
3381
3382 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
3383
3384         * paragraph.C (asString): Remove XForms RTL hacks.
3385
3386 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
3387         * buffer.C: fix typo
3388
3389 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
3390
3391         * Makefile.am (LIBS): delete var
3392         (lyx_LDADD): add @LIBS@ here instead.
3393
3394 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
3395
3396         * Clarify the meaning of "wheel mouse jump"
3397
3398 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3399
3400         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
3401         tabular in a float
3402
3403 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3404
3405         * importer.C (Loaders): do not preallocate 3 elements in the
3406         vector, since one ends up with 6 elements otherwise
3407
3408 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3409
3410         * DepTable.C (write): write the file name as last element of the
3411         .dep file (because it may contain spaces)
3412         (read): read info in the right order
3413
3414 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3415
3416         * paragraph_pimpl.C (simpleTeXBlanks):
3417         (simpleTeXSpecialChars):
3418         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
3419
3420         * tabular.C (latex): add some missing case statements. Reindent.
3421
3422         * MenuBackend.C (expandToc): remove unused variable.
3423
3424 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
3425
3426         * LColor.C:
3427         * LaTeX.C:
3428         * LyXAction.C:
3429         * MenuBackend.C:
3430         * buffer.C:
3431         * exporter.C:
3432         * lyxfunc.C:
3433         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
3434         and the like.
3435
3436 2003-01-05  John Levon  <levon@movementarian.org>
3437
3438         * BufferView.h:
3439         * BufferView.C: add getEncoding()
3440
3441         * kbsequence.h:
3442         * kbsequence.C: do not store last keypress
3443
3444         * lyxfunc.h:
3445         * lyxfunc.C: store last keypress here instead. Pass encoding
3446           to getISOEncoded()
3447
3448 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3449
3450         * lyx_main.C (init): remove annoying error message when following
3451         symbolic links (bug #780)
3452
3453 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3454
3455         * text.C (insertChar):
3456         * lyxrc.C (getDescription): remove extra spaces
3457
3458 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3459
3460         * lyxrc.C (getDescription): remove extra spaces
3461
3462 2002-12-20  John Levon  <levon@movementarian.org>
3463
3464         * text3.C: hack fix for page up/down across tall rows
3465
3466 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3467
3468         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
3469         not been invoked
3470
3471 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3472
3473         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
3474         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
3475         thesaurus is not compiled in
3476
3477 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
3478
3479         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
3480
3481 2002-12-16  Angus Leeming  <leeming@lyx.org>
3482
3483         * lyxrc.[Ch]:
3484         * lyx_main.C (init): remove override_x_deadkeys stuff.
3485
3486 2002-12-12  John Levon  <levon@movementarian.org>
3487
3488         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
3489           insert. Only remove shift modifier under strict
3490           circumstances.
3491
3492 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3493
3494         * MenuBackend.C (expandToc): fix crash.
3495
3496 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3497
3498         * MenuBackend.C (expandToc): gettext on float names.
3499
3500 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3501
3502         * lyxlength.[Ch]: set default unit to UNIT_NONE,
3503         implement bool empty() [bug 490]
3504
3505 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3506
3507         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
3508
3509 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3510
3511         * several files: ws changes
3512
3513 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3514
3515         * text2.C (setCounter): clean up a bit, use boost.format.
3516         (updateCounters): initialize par upon declaration.
3517
3518         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
3519         if the layout exists. We do not just store the layout any more.
3520         (SwitchLayoutsBetweenClasses): use boost.format
3521
3522 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3523
3524         * converter.C (convert): if from and to files are the same, use a
3525         temporary files as intermediary
3526
3527 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3528
3529         * commandtags.h:
3530         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
3531
3532 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
3533
3534         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
3535
3536 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3537
3538         * tabular.C (asciiPrintCell): use string(size, char) instead of
3539         explicit loop.
3540
3541         * sgml.C (openTag): fix order of arguments to string constructor
3542         (closeTag): ditto
3543
3544         * lyxfunc.C (dispatch): use boost.format
3545
3546         * lots of files: change "c" -> 'c'
3547
3548 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
3549
3550         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
3551
3552 2002-11-25  Angus Leeming  <leeming@lyx.org>
3553
3554         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
3555
3556         * lyx_main.C (init): compile fix.
3557
3558 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3559
3560         * lyx_cb.C (start): boost.formatify
3561         do not include <iostream>
3562
3563         * lengthcommon.C: ws only
3564
3565         * boost-inst.C,BoostFormat.h: add more explict instantations
3566
3567 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3568
3569         * lots of files: handle USE_BOOST_FORMAT
3570
3571 2002-11-21  John Levon  <levon@movementarian.org>
3572
3573         * pspell.C: fix compile
3574
3575 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3576
3577         * lyxfunc.C (dispatch): use boost::format
3578         (open): ditto
3579         (doImport): ditto
3580
3581         * lyxfont.C (stateText): use boost::format
3582
3583         * lyx_main.C (LyX): use boost::format
3584         (init): ditto
3585         (queryUserLyXDir): ditto
3586         (readRcFile): ditto
3587         (parse_dbg): ditto
3588         (typedef boost::function): use the recommened syntax.
3589
3590         * importer.C (Import): use boost::format
3591
3592         * debug.C (showLevel): use boost::format
3593
3594         * converter.C (view): use boost::format
3595         (convert): ditto
3596         (move): ditto
3597         (scanLog): ditto
3598
3599         * bufferview_funcs.C (currentState): use boost::format
3600
3601         * bufferlist.C (emergencyWrite): use boost::format
3602
3603         * buffer.C (readLyXformat2): use boost::format
3604         (parseSingleLyXformat2Token): ditto
3605
3606         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
3607
3608         * LaTeX.C (run): use boost::format
3609
3610         * Chktex.C (scanLogFile): use boost::format
3611
3612         * BufferView_pimpl.C (savePosition): use boost::format
3613         (restorePosition): ditto
3614         (MenuInsertLyXFile): ditto
3615
3616         * BoostFormat.h: help file for explicit instation.
3617
3618 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
3619
3620         * tabular.C (latex): Support for block alignment in fixed width
3621         columns.
3622
3623 2002-11-17  John Levon  <levon@movementarian.org>
3624
3625         * BufferView_pimpl.C:
3626         * lyx_cb.C:
3627         * lyxfunc.C: split filedialog into open/save
3628
3629 2002-11-08  Juergen Vigna  <jug@sad.it>
3630
3631         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
3632         by my last patch (hopefully).
3633
3634 2002-11-08  John Levon  <levon@movementarian.org>
3635
3636         * iterators.h:
3637         * iterators.C:
3638         * buffer.h:
3639         * buffer.C:
3640         * paragraph.h:
3641         * paragraph.C:
3642         * toc.h:
3643         * toc.C: ParConstIterator, and use it (from Lars)
3644
3645 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
3646
3647         * lyxtextclass.[Ch]: revise and add doxygen comments
3648
3649 2002-11-07  John Levon  <levon@movementarian.org>
3650
3651         * text.C: fix progress value for spellchecker
3652
3653         * toc.C: fix navigate menu for insetwrap inside minipage
3654
3655         * paragraph_funcs.C: added FIXME for suspect code
3656
3657 2002-11-07  John Levon  <levon@movementarian.org>
3658
3659         * BufferView_pimpl.C: fix redrawing of insets
3660           on buffer switch
3661
3662 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3663
3664         * text2.C (updateCounters): fix bug 668
3665
3666 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
3667
3668         * text3.C (dispatch): Do not make the buffer dirty when moving the
3669         cursor.
3670
3671 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3672
3673         * vc-backend.C: STRCONV
3674         (scanMaster): ditto
3675
3676         * text2.C (setCounter): STRCONV
3677
3678         * paragraph.C (asString): STRCONV
3679
3680         * lyxlength.C (asString): STRCONV
3681         (asLatexString): ditto
3682
3683         * lyxgluelength.C (asString): STRCONV
3684         (asLatexString): ditto
3685
3686         * lyxfunc.C (dispatch): STRCONV
3687         (open): ditto
3688
3689         * lyxfont.C (stateText): STRCONV
3690
3691         * importer.C (Import): STRCONV
3692
3693         * counters.C (labelItem): STRCONV
3694         (numberLabel): ditto
3695         (numberLabel): remove unused ostringstream o
3696
3697         * chset.C: STRCONV
3698         (loadFile): ditto
3699
3700         * bufferview_funcs.C (currentState): STRCONV
3701
3702         * buffer.C (readFile): STRCONV
3703         (asciiParagraph): ditto
3704         (makeLaTeXFile): ditto
3705
3706         * Spacing.C (writeEnvirBegin): STRCONV
3707
3708         * LaTeXFeatures.C (getLanguages): STRCONV
3709         (getPackages): ditto
3710         (getMacros): ditto
3711         (getBabelOptions): ditto
3712         (getTClassPreamble): ditto
3713         (getLyXSGMLEntities): ditto
3714         (getIncludedFiles): ditto
3715
3716         * LaTeX.C: STRCONV
3717         (run): ditto
3718         (scanAuxFile): ditto
3719         (deplog): ditto
3720
3721         * LString.h: add the STRCONV macros
3722
3723         * BufferView_pimpl.C (savePosition): STRCONV
3724         (restorePosition): ditto
3725         (MenuInsertLyXFile): ditto
3726
3727         * vc-backend.C (scanMaster): change from submatch[...] to
3728         submatch.str(...)
3729
3730         * funcrequest.C: include config.h
3731
3732         * factory.C: include config.h
3733
3734         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
3735
3736         * box.C: include config.h
3737
3738         * LaTeX.C (scanAuxFile): change from submatch[...] to
3739         submatch.str(...)
3740         (deplog): ditto
3741
3742 2002-10-25  Angus Leeming  <leeming@lyx.org>
3743
3744         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
3745
3746         * ispell.[Ch] (setError): new method.
3747         * ispell.C (c-tor): move out child process into new class LaunchIspell.
3748         Use setError() insetead of goto END.
3749
3750         * lyx_cb.C (AutoSave): move out child process into new class
3751         AutoSaveBuffer.
3752
3753 2002-10-30  John Levon  <levon@movementarian.org>
3754
3755         * text3.C: make start appendix undoable
3756
3757 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
3758
3759         * lyxlength.C (inPixels): Fix returned value.
3760
3761         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
3762         environment.
3763
3764 2002-10-24  Angus Leeming  <leeming@lyx.org>
3765
3766         * lyxgluelength.h: no need to forward declare BufferParams
3767         or BufferView, so don't.
3768
3769 2002-10-21  John Levon  <levon@movementarian.org>
3770
3771         * BufferView.C: menuUndo ->undo, redo
3772
3773         * BufferView.h: document, remove dead, make some methods private
3774
3775         * paragraph_funcs.h:
3776         * paragraph_funcs.C:
3777         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
3778
3779         * buffer.h:
3780         * buffer.C:
3781         * sgml.h:
3782         * sgml.C: move sgml open/close tag into sgml.C
3783
3784         * bufferview_funcs.h: unused prototype
3785
3786         * lyxfunc.h:
3787         * lyxfunc.C: remove unused
3788
3789         * lyxtext.h:
3790         * text.C: remove unused
3791
3792 2002-10-21  John Levon  <levon@movementarian.org>
3793
3794         * BufferView.h:
3795         * BufferView.C:
3796         * BufferView_pimpl.h:
3797         * BufferView_pimpl.C: fix mouse wheel handling based on
3798           patch from Darren Freeman
3799
3800 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
3801
3802         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
3803
3804 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
3805
3806         * lyxlength.C (inPixels): Fix hanfling of negative length.
3807         Fix LyXLength::MU case.
3808
3809 2002-10-16  John Levon  <levon@movementarian.org>
3810
3811         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
3812
3813 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3814
3815         * converter.C (view): add support for $$i (file name) and $$p
3816         (file path) for the viewer command. If $$i is not specified, then
3817         it is appended to the command (for compatibility with old syntax)
3818
3819 2002-10-14  Juergen Vigna  <jug@sad.it>
3820
3821         * undo_funcs.C (textHandleUndo): alter the order in which the
3822         new undopar is added to the LyXText, as we have to set first
3823         the right prev/next and then add it as otherwise the rebuild of
3824         LyXText is not correct. Also reset the cursor to the right paragraph,
3825         with this IMO we could remove the hack in "redoParagraphs()".
3826
3827 2002-10-09  Angus Leeming  <leeming@lyx.org>
3828
3829         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
3830         to turn off an optimisation if a new inset is to be inserted.
3831
3832 2002-10-11 André Pönitz <poenitz@gmx.net>
3833
3834         * lyxtext.h: make some functions public to allow access
3835         from inset/lyxtext for handling LFUN_PRIOR/NEXT
3836
3837 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3838
3839         * text3.C (dispatch): when changing layout, avoid an infinite loop
3840         [bug #652]
3841
3842 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3843
3844         * lyxrc.C (read): treat a viewer or converter command of "none" as
3845         if it were empty.
3846
3847         * MenuBackend.C (expandFormats): for an update, also allow the
3848         formats that are not viewable
3849
3850         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
3851         script if it is newer than the lyxrc.defaults in user directory
3852
3853 2002-10-07 André Pönitz <poenitz@gmx.net>
3854
3855         * text.C: Vitaly Lipatov's small i18n fix
3856
3857 2002-09-25  Angus Leeming  <leeming@lyx.org>
3858
3859         * ispell.h: doxygen fix.
3860
3861 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
3862
3863         * buffer.h (readFile): Add a new argument to the method, to allow
3864         reading of old-format templates.
3865
3866 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
3867
3868         * toc.C (getTocList): Get TOC from InsetWrap.
3869
3870 2002-09-16  John Levon  <levon@movementarian.org>
3871
3872         * lyxfunc.C: check tabular for cut/copy too
3873
3874 2002-09-12  John Levon  <levon@movementarian.org>
3875
3876         * LyXAction.C: tidy
3877
3878         * factory.h:
3879         * factory.C: add header
3880
3881         * paragraph_funcs.h:
3882         * paragraph_funcs.C: cleanup
3883
3884 2002-09-11  John Levon  <levon@movementarian.org>
3885
3886         * PrinterParams.h: odd/even default to true
3887
3888 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
3889
3890         * PrinterParams.h: update printer parameters for new xforms dialog
3891
3892 2002-09-11  Angus Leeming  <leeming@lyx.org>
3893
3894         * lyxserver.C (read_ready): re-write to make it more transparent
3895         and to make it work in coherent fashion under Tru64 Unix.
3896
3897 2002-09-11  André Pönitz <poenitz@gmx.net>
3898
3899         * commandtags.h:
3900         * LyXAction.C:
3901         * text3.C: implement LFUN_WORDSEL
3902
3903 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3904
3905         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
3906         make floatlist_ a boost::shared_ptr<FloatList>
3907
3908         * lyxtextclass.C: include FloatList.h
3909         (LyXTextClass): initialize floatlist_
3910         (TextClassTags): add TC_NOFLOAT
3911         (Read): match "nofloat" to TC_NOFLOAT and use it.
3912         (readFloat): modify call to floatlist_
3913         (floats): ditto
3914         (floats): ditto
3915
3916         * FloatList.[Ch] (FloatList): remove commented out float
3917         initialization.
3918         (erase): new function
3919
3920 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3921
3922         * MenuBackend.C (expandToc): fix crash when there is no document
3923         open
3924
3925 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
3926
3927         * many files: Add insetwrap.
3928
3929 2002-09-09  John Levon  <levon@movementarian.org>
3930
3931         * text2.C: remove confusing and awkward depth wraparound
3932
3933 2002-09-09  John Levon  <levon@movementarian.org>
3934
3935         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
3936
3937         * buffer.h:
3938         * buffer.C: remove getIncludeonlyList()
3939
3940         * paragraph.C:
3941         * lyxfunc.C: remove headers
3942
3943 2002-09-09  Juergen Vigna  <jug@sad.it>
3944
3945         * text.C (getColumnNearX): fix form Michael this is most
3946         probably a cut&paste bug.
3947
3948 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3949
3950         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
3951
3952         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
3953         references, ws changes.
3954
3955         * text2.C (init): update counters after init
3956         (insertParagraph): no need to set counter on idividual paragraphs.
3957         (setCounter): access the counters object in the textclass object
3958         on in the buffer object.
3959         (updateCounters): ditto
3960
3961         * lyxtextclass.C: include counters.h, add variable ctrs_ as
3962         shared_ptr<Counters> to avoid loading counters.h in all
3963         compilation units.
3964         (LyXTextClass): initialize ctrs_
3965         (TextClassTags): add TC_COUNTER, and ...
3966         (Read): use it here.
3967         (CounterTags): new tags
3968         (readCounter): new function
3969         (counters): new funtion
3970         (defaultLayoutName): return a const reference
3971
3972         * counters.C (Counters): remove contructor
3973         (newCounter): remove a couple of unneeded statements.
3974         (newCounter): simplify a bit.
3975         (numberLabel): some small formatting changes.
3976
3977         * buffer.[Ch]: remove all traces of counters, move the Counters
3978         object to the LyXTextClass.
3979
3980 2002-09-06  Alain Castera  <castera@in2p3.fr>
3981
3982         * tabular.C: uses \tabularnewline; uses >{...} construct from array
3983         package to set the horizontal alignment on fixed width columns.
3984
3985         * lyx_sty.C:
3986         * lyx_sty.h: added tabularnewline macro def.
3987
3988         * LaTeXFeatures.C: added NeedTabularnewline macro feature
3989
3990 2002-09-06  John Levon  <levon@movementarian.org>
3991
3992         * LyXAction.C: tooltips for sub/superscript
3993
3994         * MenuBackend.C: a bit more verbose
3995
3996         * lyxfunc.C: tiny clean
3997
3998         * undo_funcs.C: document undo_frozen
3999
4000 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4001
4002         * counters.C (Counters): add missing algorithm counter.
4003
4004         * text2.C (setCounter): lookup the counter with layouts latexname
4005         instead of by section number.
4006         (setCounter): use a hackish way to lookup the correct enum
4007         counter.
4008         a float name->type change
4009         reset enum couners with counter name directly instead of depth value.
4010
4011         * counters.C (Counters): remove the push_backs, change to use the
4012         float type not the float name.
4013         (labelItem): remove unused string, float name->type change
4014
4015         * counters.h: don't include vector, loose the enums and sects vectors
4016
4017 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4018
4019         * lyxtextclass.C (TextClassTags): add TC_FLOAT
4020         (Read): add float->TC_FLOAT to textclassTags
4021         (Read): and handle it in the switch
4022         (readFloat): new function
4023
4024         * FloatList.C (FloatList): comment out the hardcoded float
4025         definitions.
4026
4027         * lyxlayout.h: ws change.
4028
4029 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
4030
4031         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
4032
4033 2002-09-03  Angus Leeming  <leeming@lyx.org>
4034
4035         * BufferView_pimpl.h: qualified name is not allowed in member
4036         declaration: WorkArea & Pimpl::workarea() const;
4037
4038         * factory.C: added using std::endl directive.
4039
4040         * text3.C: added using std::find and std::vector directives.
4041
4042 2002-08-29  André Pönitz <poenitz@gmx.net>
4043
4044         * lyxtext.h:
4045         * text2.C: remove unused member number_of_rows
4046
4047         * Makefile.am:
4048         * BufferView2.C: remove file, move contents to...
4049         * BufferView.C: ... here
4050
4051         * BufferView_pimpl.C:
4052         * factory.C: move more inset creation to factory
4053
4054         * vspace.C: avoid direct usage of LyXText, ws changes
4055
4056         * BufferView.[Ch]:
4057                 don't provide direct access to WorkArea, use two simple
4058                 acessors haveSelction() and workHeight() instead
4059
4060
4061 2002-08-29  John Levon  <levon@movementarian.org>
4062
4063         * BufferView_pimpl.C (dispatch): do not continue when
4064           no buffer
4065
4066 2002-08-28  André Pönitz <poenitz@gmx.net>
4067
4068         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
4069
4070         * BufferView.h:
4071         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
4072
4073 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
4074
4075         * buffer.C: increment LYX_FORMAT to 221
4076
4077         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
4078         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
4079
4080         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
4081
4082         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
4083
4084 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4085
4086         * factory.C (createInset): use LyXTextClass::floats
4087
4088         * MenuBackend.C (expandFloatListInsert):
4089         (expandFloatInsert):
4090         (expandToc):
4091
4092         * text2.C (setCounter):
4093
4094         * LaTeXFeatures.C (useFloat):
4095         (getFloatDefinitions):
4096
4097         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
4098
4099         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
4100         floatlist_, with accessor floats().
4101
4102         * FloatList.h: remove global FloatList
4103
4104 2002-08-26  André Pönitz <poenitz@gmx.net>
4105
4106         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
4107
4108         * BufferView.h:
4109         * BufferView2.C:
4110         * BufferView_pimpl.C:
4111         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
4112
4113 2002-08-25  John Levon  <levon@movementarian.org>
4114
4115         * LyXAction.C: fix margin note description
4116
4117 2002-08-24  John Levon  <levon@movementarian.org>
4118
4119         * buffer.C:
4120         * bufferlist.C:
4121         * bufferview_funcs.C:
4122         * lyxfont.C:
4123         * undo_funcs.C: cleanups
4124
4125         * lyxfunc.C: disable CUT/COPY when no selection
4126
4127 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
4128
4129         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
4130         in "enum UNIT"; e.g. PTW for Percent of TextWidth
4131
4132         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
4133         Add backward compatibility to "mono", "gray" and "no".
4134
4135 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
4136
4137         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
4138         (and file_format >= 200).
4139
4140 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4141
4142         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
4143
4144 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4145
4146         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
4147
4148 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
4149
4150         * BufferView_pimpl.C:
4151         * LyXAction.C:
4152         * buffer.C:
4153         * commandtags.h:
4154         * lyxfunc.C:
4155         * paragraph.[Ch]:
4156         * text2.C:
4157         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
4158         inset and code to make it  work with the paragraph code. The inset
4159         can be anywhere in the paragraph, but will only do the expected
4160         thing in LaTeX if the layout file contains the parameter line
4161                         OptionalArgs    1
4162         (or more generally, a nonzero value) for that layout.
4163
4164 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4165
4166         * paragraph.h: remove the declaration of undefined counters class
4167         function.
4168
4169 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
4170
4171         * text2.C (setCounter):  fixed enumeration mis-count as reported by
4172         Dr. Richard Hawkins.
4173
4174 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4175
4176         * paragraph_funcs.h: remove some unneeded includes
4177
4178         * text.C (backspace): pasteParagraph now in global scipe
4179
4180         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
4181         (pasteSelection): ditto
4182
4183         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
4184         * paragraph_funcs.C (pasteParagraph): ... here
4185
4186 2002-08-20  André Pönitz <poenitz@gmx.net>
4187
4188         * commandtags.h: new LFUNs for swapping/copying table row/colums
4189
4190         * LyXAction.C:
4191         * lyxfunc.C: support for new lfuns
4192
4193 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4194
4195         * tabular.C:
4196         * buffer.[Ch]: remove NO_COMPABILITY stuff
4197
4198 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
4199
4200         * boost.C (throw_exception): new file, with helper function for
4201         boost compiled without exceptions.
4202
4203         * paragraph.h:
4204         * lyxlength.C:
4205         * buffer.C:
4206         * ParameterStruct.h:
4207         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
4208
4209         * bufferlist.C (emergencyWriteAll): use boost bind
4210
4211         * BufferView_pimpl.C (moveCursorUpdate): remove inline
4212
4213         * text.C: include paragraph_funcs.h
4214         (breakParagraph): breakParagraph is now in global scope
4215
4216         * paragraph_funcs.[Ch]: new files
4217
4218         * paragraph.C (breakParagraph,breakParagraphConservative): move to
4219         global scope
4220
4221         * buffer.C: include paragraph_funcs.h
4222         (insertStringAsLines): breakParagraph is now in global scope
4223
4224         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
4225         paragraph_funcs.C
4226
4227         * CutAndPaste.C: include paragraph_funcs.h
4228         (cutSelection): breakParagraphConservative is now in global scope
4229         (pasteSelection): ditto
4230
4231         * buffer.h: declare oprator== and operator!= for
4232         Buffer::inset_iterator
4233
4234         * bufferlist.C (emergencyWrite): don't use fmt(...)
4235
4236         * text3.C: add using std::endl
4237
4238         * BufferView.C (moveCursorUpdate): remove default arg
4239
4240 2002-08-20  André Pönitz <poenitz@gmx.net>
4241
4242         * buffer.[Ch]: move inline functions to .C
4243
4244         * BufferView2.C:
4245         * BufferView_pimpl.C:
4246         * text.C:
4247         * buffer.[Ch]: use improved inset_iterator
4248
4249         * buffer.C:
4250         * paragraph.[Ch]: write one paragraph at a time
4251
4252 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
4253
4254         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
4255         style if style is not specified.
4256
4257 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4258
4259         * text2.C (setCounter): when searching for right label for a
4260         caption, make sure to recurse to parent insets (so that a caption
4261         in a minipage in a figure float works) (bug #568)
4262
4263 2002-08-20  André Pönitz <poenitz@gmx.net>
4264
4265         * text3.C: new file for LyXText::dispatch() and helpers
4266
4267         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
4268
4269         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
4270
4271 2002-08-19  André Pönitz <poenitz@gmx.net>
4272
4273         * lyxtext.h:
4274         * text.C: new LyXText::dispatch()
4275
4276         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
4277
4278 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
4279
4280         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
4281
4282         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
4283         Hebrew text.
4284
4285 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4286
4287         * Makefile.am: use $(variables) instead of @substitutions@
4288
4289 2002-08-15  André Pönitz <poenitz@gmx.net>
4290
4291         * lyxfunc.C:
4292         * BufferView_pimpl.C: streamlining mathed <-> outer world
4293         interaction
4294
4295         * commandtags.h:
4296         * LyXAction.C: remove unused LFUN_MATH
4297
4298 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4299
4300         * paragraph.[Ch]: add some NO_NEXT ifdefs.
4301
4302 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4303
4304         * paragraph.C (Paragraph): reformat a bit
4305         (cutIntoMinibuffer): use builtin InsetList function instad of
4306         doing it manually.
4307         (getInset): ditto
4308
4309         * buffer.C: include boost/bind.hpp, add using std::for_each
4310         (writeFileAscii): use ParagraphList iterators
4311         (validate): use for_each for validate traversal of paragraphs
4312         (getBibkeyList): use ParagraphList iterators
4313         (resizeInsets): use for_each to resizeInsetsLyXText for all
4314         paragraphs.
4315         (getParFromID): use ParagraphList iterators
4316
4317         * BufferView2.C (lockInset): use paragraph list and iterators
4318
4319 2002-08-14  John Levon  <levon@movementarian.org>
4320
4321         * lyxserver.C: remove spurious xforms include
4322
4323 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4324
4325         * lyxfunc.C (getStatus): disable math-extern outside of math mode
4326
4327 2002-08-13  André Pönitz <poenitz@gmx.net>
4328
4329         * LyXAction.[Ch]:
4330         * lyxfunc.C: further cleaning
4331
4332 2002-08-13  André Pönitz <poenitz@gmx.net>
4333
4334         * funcrequest.h: new constructor
4335
4336         * funcrequest.C: move stuff here from .h
4337
4338         * Makefile.am:
4339         * BufferView_pimpl.C:
4340         * LyXAction.C:
4341         * toc.C:
4342         * lyxfunc.C: subsequent changes
4343
4344         * lyxfunc.h: new view() member function
4345
4346         * lyxfunc.C: subsequent changes
4347
4348 2002-08-13  Angus Leeming  <leeming@lyx.org>
4349
4350         * BufferView2.C:
4351         * BufferView_pimpl.C:
4352         * buffer.C:
4353         * converter.C:
4354         * importer.C:
4355         * lyxfunc.C:
4356         * lyxvc.C:
4357         * toc.C:
4358         * vc-backend.C:
4359         changes due to the changed LyXView interface that now returns references
4360         to member variables not pointers.
4361
4362 2002-08-13  Angus Leeming  <leeming@lyx.org>
4363
4364         * WordLangTuple (word, lang_code): return references to strings,
4365         not strings.
4366
4367         * BufferView.h:
4368         * SpellBase.h:
4369         * lyxtext.h: forward-declare WordLangTuple.
4370
4371         * BufferView2.C:
4372         * ispell.C:
4373         * pspell.C:
4374         * text.C: #include "WordLangTuple.h".
4375
4376         * lyxtext.h:
4377         * text.C: (selectNextWordToSpellcheck): constify return type.
4378
4379 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
4380
4381         * buffer.C:
4382         * buffer.h:
4383         * lyxtext.h:
4384         * paragraph.C:
4385         * paragraph_pimpl.h:
4386         * text.C:
4387         * text2.C:
4388         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
4389         suggested by Angus.
4390         Made updateCounter always count from start of buffer, and removed
4391         second argument (par).
4392         Reverted floats number display to '#'. Perhaps I'll try again when the
4393         code base is sanitized a bit.
4394
4395 2002-08-12  Angus Leeming  <leeming@lyx.org>
4396
4397         * buffer.[Ch] (getLabelList): constify.
4398
4399 2002-08-07  André Pönitz <poenitz@gmx.net>
4400
4401         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
4402
4403         * funcrequest.h: extension to keep mouse (x,y) position
4404
4405 2002-08-12  Juergen Vigna  <jug@sad.it>
4406
4407         * BufferView2.C (insertErrors): forbid undo when inserting error
4408         insets.
4409
4410         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
4411
4412 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4413
4414         * ParagraphList.[Ch]: new files
4415
4416         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
4417
4418         * BufferView2.C (lockInset): ParagraphList changes
4419         * toc.C: ditto
4420         * text2.C: ditto
4421         * bufferlist.C: ditto
4422         * buffer.h: ditto
4423         * buffer.C: ditto
4424
4425 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4426
4427         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
4428         unused class variable counter_,
4429
4430         * paragraph.[Ch] (getFirstCounter): delete unused function
4431
4432         * counters.C: include LAssert.h
4433         (reset): add a new function with no arg, change other version to
4434         not have def. arg and to not allow empty arg.
4435
4436         * text2.C (setCounter): remove empty arg from call to Counters::reset
4437
4438 2002-08-11  John Levon  <levon@movementarian.org>
4439
4440         * Makefile.am: add WordLangTuple.h
4441
4442 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4443
4444         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
4445         lyxfunc.C lyxlex_pimpl.C: ws changes only.
4446
4447         * insets/insettext.C: InsetList changes
4448
4449         * graphics/GraphicsSupport.C (operator()): InsetList changes
4450
4451         * toc.C (getTocList): InsetList changes
4452
4453         * paragraph_pimpl.[Ch]: InsetList changes
4454
4455         * paragraph.[Ch]: InsetList changes
4456
4457         * buffer.C (inset_iterator): InsetList changes
4458         (setParagraph): ditto
4459         * buffer.h (inset_iterator): ditto
4460         * iterators.C (operator++): ditto
4461         * iterators.h: ditto
4462
4463         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
4464
4465         * InsetList.[Ch]: new files, most InsetList handling moved out of
4466         paragraph.C.
4467
4468         * BufferView2.C (removeAutoInsets): InsetList changes
4469         (lockInset): ditto
4470         (ChangeInsets): ditto
4471
4472 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4473
4474         * paragraph_pimpl.h (empty): new function
4475
4476         * paragraph.[Ch] (empty): new function
4477
4478         * other files: use the new Paragraph::empty function
4479
4480 2002-08-09  John Levon  <levon@movementarian.org>
4481
4482         * lyxtext.h: remove unused refresh_height
4483
4484 2002-08-09  John Levon  <levon@movementarian.org>
4485
4486         * Makefile.am:
4487         * sgml.h:
4488         * sgml.C:
4489         * buffer.C:
4490         * paragraph.h:
4491         * paragraph.C: move sgml char escaping out of paragraph
4492
4493         * paragraph.h:
4494         * paragraph.C: remove id setter
4495
4496         * buffer.C:
4497         * paragraph.C:
4498         * paragraph_pimpl.C: remove dead tex_code_break_column
4499
4500         * bufferview_funcs.C: small cleanup
4501
4502         * lyxfunc.C: remove dead proto
4503
4504         * lyxtext.h: make some stuff private. Remove some dead stuff.
4505
4506         * lyxgluelength.C: make as[LyX]String() readable
4507
4508 2002-08-08  John Levon  <levon@movementarian.org>
4509
4510         * LyXAction.h:
4511         * LyXAction.C:
4512         * MenuBackend.C:
4513         * ToolbarDefaults.C:
4514         * lyxfunc.C:
4515         * lyxrc.C:
4516         * toc.C: lyxaction cleanup
4517
4518 2002-08-08  John Levon  <levon@movementarian.org>
4519
4520         * BufferView2.C: small cleanup
4521
4522         * lyxfind.h:
4523         * lyxfind.C: move unnecessary header into the .C
4524
4525 2002-08-08  John Levon  <levon@movementarian.org>
4526
4527         * funcrequest.h: just tedious nonsense
4528
4529         * lyx_main.h:
4530         * lyx_main.C: cleanups
4531
4532         * buffer.C:
4533         * vspace.C: remove dead header lyx_main.h
4534
4535 2002-08-07  Angus Leeming  <leeming@lyx.org>
4536
4537         * Paragraph.[Ch]:
4538         * paragraph_pimpl.h:
4539         Forward declare class Counters in paragraph.h by moving the ctrs member
4540         variable into Paragraph::Pimpl.
4541         (counters): new method, returning a reference to pimpl_->ctrs.
4542
4543         * text2.C: ensuing changes.
4544
4545 2002-08-07  John Levon  <levon@movementarian.org>
4546
4547         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
4548
4549         * BufferView_pimpl.C: announce X selection on double/triple
4550           click
4551
4552         * lyx_main.C: use correct bool in batch dispatch
4553
4554         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
4555
4556 2002-08-07  André Pönitz <poenitz@gmx.net>
4557
4558         * funcrequest.h: new class to wrap a kb_action and its argument
4559
4560         * BufferView.[Ch]:
4561         * BufferView_pimpl[Ch]:
4562         * LaTeX.C:
4563         * LyXAction.[Ch]:
4564         * lyxfunc.[Ch]:
4565         * lyxrc.C: subsequent changes
4566
4567
4568 2002-08-07  John Levon  <levon@movementarian.org>
4569
4570         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
4571           document options change.
4572
4573 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
4574
4575         * counters.[Ch]
4576         * text2.C
4577         * paragraph.[Ch]
4578         * makefile.am: move counters functionality over from
4579         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
4580
4581 2002-08-06  John Levon  <levon@movementarian.org>
4582
4583         * WordLangTuple.h: new file for word + language code tuple
4584
4585         * SpellBase.h:
4586         * pspell.h:
4587         * pspell.C:
4588         * ispell.h:
4589         * ispell.C:
4590         * lyxtext.h:
4591         * text.C:
4592         * text2.C:
4593         * BufferView.h:
4594         * BufferView2.C: use WordLangTuple
4595
4596         * layout.h:
4597         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
4598
4599 2002-08-06  John Levon  <levon@movementarian.org>
4600
4601         * lyx_main.C: fix cmdline batch handling
4602
4603 2002-08-06  André Pönitz <poenitz@gmx.net>
4604
4605         * lyxrc.C: set default for show_banner to true
4606
4607 2002-08-06  John Levon  <levon@movementarian.org>
4608
4609         * pspell.C: fix a crash, and allow new aspell to work
4610
4611 2002-08-06  John Levon  <levon@movementarian.org>
4612
4613         * lyxfunc.C:
4614         * kbmap.C: small cleanup
4615
4616         * vspace.h:
4617         * vspace.C: add const
4618
4619 2002-08-05  John Levon  <levon@movementarian.org>
4620
4621         * LyXAction.C: back to tabular-insert
4622
4623 2002-08-04  John Levon  <levon@movementarian.org>
4624
4625         * BufferView.h:
4626         * BufferView.C: cosmetic change
4627
4628         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
4629
4630         * bufferlist.C:
4631         * buffer.h:
4632         * buffer.C:
4633         * lyxcb.h:
4634         * lyxcb.C:
4635         * lyxserver.C:
4636         * lyxvc.C:
4637         * vc-backend.C:
4638         * BufferView2.C: purge all "Lyx" not "LyX" strings
4639
4640         * lyxcursor.h:
4641         * lyxcursor.C: attempt to add some documentation
4642
4643         * lyxfunc.C:
4644         * commandtags.h:
4645         * LyXAction.C:
4646         * ToolbarDefaults.C:
4647         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
4648           merge with LFUN_TABULAR_INSERT
4649
4650         * Makefile.am:
4651         * SpellBase.h:
4652         * ispell.h:
4653         * ispell.C:
4654         * pspell.h:
4655         * pspell.C: split up i/pspell implementations into separate
4656           files, many cleanups
4657
4658         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
4659
4660         * text2.C: some cleanup
4661
4662         * lyxfunc.C: don't check for isp_command == "none" any more, it
4663           didn't make any sense
4664
4665 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
4666
4667         * counters.[Ch]
4668         * text2.C
4669         * paragraph.[Ch]
4670         * makefile.am: move counters functionality over
4671         from text2.C/paragraph.[Ch] to counters.[Ch], and
4672         make proper C++.
4673 2002-08-02  John Levon  <levon@movementarian.org>
4674
4675         * buffer.C: s/lyxconvert/lyx2lyx/
4676
4677 2002-08-02  Angus Leeming  <leeming@lyx.org>
4678
4679         * lyxlex.C: revert John's change as it breaks reading of the user
4680         preamble.
4681
4682 2002-08-02  Angus Leeming  <leeming@lyx.org>
4683
4684         * importer.C (Import):
4685         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
4686         changes due to LyXView::view() now returning a boost::shared_ptr.
4687
4688 2002-08-02  John Levon  <levon@movementarian.org>
4689
4690         * lyxlex.C: small cleanup
4691
4692 2002-08-02  John Levon  <levon@movementarian.org>
4693
4694         * text2.C (status): small cleanup, no logic change
4695
4696 2002-08-01  John Levon  <levon@movementarian.org>
4697
4698         * buffer.h:
4699         * buffer.C (writeFile): don't output alerts, caller
4700           handles this
4701
4702         * bufferlist.C:
4703         * lyx_cb.C: from above
4704
4705         * lyxfunc.C: allow to open non-existent files
4706
4707 2002-07-31  John Levon  <levon@movementarian.org>
4708
4709         * lyxserver.C: don't let incidental errors get
4710           in the way (errno)
4711
4712 2002-07-30  John Levon  <levon@movementarian.org>
4713
4714         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
4715
4716 2002-07-30  John Levon  <levon@movementarian.org>
4717
4718         * lyxserver.h:
4719         * lyxserver.C: remove I/O callback too
4720
4721 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4722
4723         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
4724         log.
4725
4726 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4727
4728         * many files: strip,frontStrip -> trim,ltrim,rtrim
4729
4730 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4731
4732         * PrinterParams.h: remove extern containsOnly, and include
4733         support/lstrings.h instead.
4734
4735         * LaTeX.C (scanAuxFile): modify because of strip changes
4736         (deplog): ditto
4737         * buffer.C (makeLaTeXFile): ditto
4738         * bufferparams.C (writeFile): ditt
4739         * lyxfont.C (stateText): ditto
4740         * lyxserver.C (read_ready): ditto
4741         * vc-backend.C (scanMaster): ditto
4742
4743         * BufferView_pimpl.h: ws changes
4744
4745         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
4746
4747 2002-07-26  André Pönitz <poenitz@gmx.net>
4748
4749         * kb_sequence.C: remove unnedred usings
4750
4751 2002-07-26  Juergen Vigna  <jug@sad.it>
4752
4753         * lyxfind.C (LyXReplace): we have to check better if the returned
4754         text is not of theLockingInset()->getLockingInset().
4755
4756 2002-07-25  Juergen Vigna  <jug@sad.it>
4757
4758         * lyxfind.C (LyXReplace): don't replace if we don't get the
4759         right LyXText.
4760
4761         * undo_funcs.C (createUndo): remove debugging code.
4762
4763 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
4764
4765         * buffer.C (parseSingleLyXformat2Token): Use default placement
4766         when reading old floats.
4767
4768         * FloatList.C (FloatList): Change the default placement of figure
4769         and tables to "tbp".
4770
4771 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
4772
4773         * MenuBackend.C: using std::max
4774
4775 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4776
4777         * MenuBackend.C (expandToc):
4778         (expandToc2): code moved from xforms menu frontend. It is now
4779         generic and TOCs are transparent to menu frontends.
4780
4781 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4782
4783         * toc.C (getTocList): protect against buf=0
4784
4785         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
4786         Menu as first parameter. Now, this calls itself recursively to
4787         expand a whole tree (this will be useful for TOC handling)
4788         (expandFloatInsert): remove 'wide' version of floats
4789
4790         * MenuBackend.h (submenuname): returns the name of the submenu.
4791         (submenu): returns the submenu itself, provided it has been
4792         created by MenuBackend::expand
4793
4794 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4795
4796         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
4797         insets which have noFontChange == true. (bug #172)
4798
4799 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4800
4801         * BufferView_pimpl.C: add connection objects and use them...
4802         (Pimpl): here.
4803
4804 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4805
4806         * MenuBackend.C (expandLastfiles):
4807         (expandDocuments):
4808         (expandFormats):
4809         (expandFloatListInsert):
4810         (expandFloatInsert):
4811         (expand): split expand in parts
4812
4813 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4814
4815         * lyx_gui.C: use lyx_gui::exit()
4816
4817 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4818
4819         * LyXAction.C: show the failing pseudo action
4820
4821 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
4822
4823         * buffer.C (readFile): Run the lyxconvert script in order to read
4824         old files.
4825
4826 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4827
4828         * LyXAction.C:
4829         * commandtags.h:
4830         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
4831
4832 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4833
4834         * LyXAction.C:
4835         * commandtags.h:
4836         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
4837
4838 2002-07-22  Herbert Voss  <voss@lyx.org>
4839
4840         * lengthcommon.C:
4841         * lyxlength.[Ch]: add support for the vertical lengths
4842
4843 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
4844
4845         * toc.[Ch]: std:: fixes
4846
4847 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4848
4849         * lyxrc.C: do not include lyx_main.h
4850
4851         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
4852         for layouts
4853
4854         * lyxrc.C:
4855         * encoding.C:
4856         * bufferlist.C:
4857         * BufferView2.C: include "lyxlex.h"
4858
4859         * tabular.h:
4860         * bufferparams.h: do not #include "lyxlex.h"
4861
4862         * lyxtextclasslist.C (Add): remove method
4863         (classlist): renamed to classlist_
4864
4865         * paragraph_pimpl.C:
4866         * paragraph.C:
4867         * text2.C:
4868         * CutAndPaste.C:
4869         * bufferview_funcs.C:
4870         * bufferlist.C:
4871         * text.C:
4872         * LaTeXFeatures.C:
4873         * buffer.C:
4874         * toc.C (getTocList): use BufferParams::getLyXTextClass
4875
4876         * toc.C (getTocList): use InsetFloat::addToToc
4877
4878         * toc.[Ch]: new files, containing helper functions to handle table
4879         of contents
4880
4881         * lyxfunc.C (dispatch): no need to remove spaces around command
4882         given as a string
4883         (getStatus): handle LFUN_SEQUENCE by returning the status of the
4884         first command of the sequence; it is not very clever, but I do not
4885         have a better idea, actually
4886
4887         * LyXAction.C (LookupFunc): make sure to remove space at the
4888         beginning and end of the command
4889
4890 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4891
4892         * MenuBackend.C (getMenubar): new method: return the menubar of
4893         this menu set
4894         (read): treat differently reading of menu and menubar (in
4895         particular, the menubar has no name now)
4896         (Menu::menubar): remove
4897
4898         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
4899         saving is finished
4900
4901 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
4902
4903         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
4904         a bibitem inset in a RTL paragraph.
4905
4906 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
4907
4908         * paragraph_pimpl.C: constify
4909
4910         * BufferView_pimpl.C:
4911         * LaTeX.C:
4912         * lyxfunc.C: fix dispatch in a nicer way
4913
4914 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4915
4916         * lyxfunc.C (dispatch):
4917         * BufferView_pimpl.C:
4918         * BufferView_pimpl.h:
4919         * BufferView.C:
4920         * BufferView.h: rename Dispatch() to dispatch()
4921
4922         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
4923
4924         * lyxlayout.C (Read): honor DependsOn tag
4925
4926         * lyxlayout.[Ch] (depends_on): new method
4927
4928         * version.C.in: update lyx_docversion
4929
4930         * LaTeXFeatures.C (getMacros): only define \LyX when needed
4931
4932         * paragraph.C (validate): remove from here...
4933         * paragraph_pimpl.C (validate): ... and move here
4934         (isTextAt): make it const
4935
4936         * buffer.C (getLists): ws cleanup
4937
4938 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
4939
4940         * language.C (read): Use iso8859-1 encoding in latex_lang
4941         (this prevents LyX from crashing when using iso10646-1 encoding).
4942
4943 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4944
4945         * text2.C (toggleInset): if cursor is inside an inset, close the
4946         inset and leave cursor _after_ it
4947
4948 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
4949
4950         * lyxfunc.C: move minibuffer completion handling out of here
4951
4952 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
4953
4954         * BufferView_pimpl.C:
4955         * LaTeX.C: fix dispatch calls
4956
4957 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
4958
4959         * text.C (drawChars): Fix Arabic text rendering.
4960
4961 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
4962
4963         * LyXAction.C:
4964         * commandtags.h:
4965         * lyxfunc.C: remove message-push/pop
4966
4967         * lyxserver.C:
4968         * lyxfunc.h:
4969         * lyxfunc.C: rationalise some code by removing verboseDispatch
4970           in favour of a bool argument to dispatch()
4971
4972 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4973
4974         * lyx_main.C (init): make sure to read symlinks as absolute paths
4975
4976 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4977
4978         * lyxfunc.h:
4979         * lyxfunc.C: no need for commandshortcut to be a member
4980
4981 2002-07-15  André Pönitz <poenitz@gmx.net>
4982
4983         * converter.C: add support for $$s (scripts from lib/scripts dir)
4984         * lyx_main.C: white space
4985
4986 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4987
4988         * bufferlist.C:
4989         * lyxrc.h:
4990         * lyxrc.C: remove second exit confirmation
4991
4992 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4993
4994         * BufferView.h:
4995         * BufferView.C:
4996         * BufferView2.C:
4997         * BufferView_pimpl.h:
4998         * BufferView_pimpl.C:
4999         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
5000
5001 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5002
5003         * MenuBackend.C (expand): add numeric shortcuts to document menu
5004
5005         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
5006
5007 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5008
5009         * lyxfont.C (setLyXFamily):
5010         (setLyXSeries):
5011         (setLyXShape):
5012         (setLyXSize):
5013         (setLyXMisc):
5014         (lyxRead):
5015         * debug.C (value):
5016         * buffer.C (asciiParagraph): use ascii_lowercase
5017
5018 2002-07-15  Mike Fabian  <mfabian@suse.de>
5019
5020         * lyxlex_pimpl.C (search_kw):
5021         * lyxlex.C (getLongString):
5022         * converter.h (operator<):
5023         * converter.C (operator<):
5024         * buffer.C (parseSingleLyXformat2Token):
5025         (asciiParagraph):
5026         * ToolbarDefaults.C (read):
5027         * MenuBackend.C (checkShortcuts):
5028         (read):
5029         * LColor.C (getFromGUIName):
5030         (getFromLyXName): use the compare_ascii_no_case instead of
5031         compare_no_case, because in turkish, 'i' is not the lowercase
5032         version of 'I', and thus turkish locale breaks parsing of tags.
5033
5034 2002-07-16  Angus Leeming  <leeming@lyx.org>
5035
5036         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
5037         now takes a Buffer const & argument.
5038
5039 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
5040
5041         * BufferView.C (resize): check there's a buffer to resize
5042
5043 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
5044
5045         * lyxfunc.C: remove dead code
5046
5047         * lyxserver.h:
5048         * lyxserver.C: use lyx_guii::set_read_callback
5049
5050 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
5051
5052         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
5053         an inset in a RTL paragraph.
5054
5055 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5056
5057         * lyxfunc.C: repaint after a font size update
5058
5059 2002-07-15  André Pönitz <poenitz@gmx.net>
5060
5061         * lyxlength.C: inBP should be able to return negative values
5062
5063 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5064
5065         * lyxfunc.C: use lyx_gui::update_fonts()
5066
5067 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5068
5069         * lyxfunc.C: use lyx_gui::update_color()
5070
5071 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
5072
5073         * bufferlist.C:
5074         * lyxfunc.h:
5075         * lyxfunc.C:
5076         * lyxrc.h:
5077         * lyxrc.C: remove file->new asks for name option, and let
5078           buffer-new take an argument
5079
5080 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
5081
5082         * BufferView_pimpl.C: remove unneeded extra repaint()
5083
5084 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
5085
5086         * LyXAction.C: allow command-sequence with NoBuffer
5087
5088         * lyxfunc.C: don't insist on trailing ';' for command-sequence
5089
5090 2002-07-10  Angus Leeming  <leeming@lyx.org>
5091
5092         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
5093
5094 2002-07-09  Angus Leeming  <leeming@lyx.org>
5095
5096         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
5097
5098 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
5099
5100         * lengthcommon.h: whitespace
5101
5102         * lyxfunc.C: update scrollbar after goto paragraph
5103
5104         * lyxtext.h: factor out page break drawing, and fix it so
5105           page break/added space paints as selected nicely
5106
5107 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
5108
5109         * BufferView_pimpl.C: add FIXMEs, clean up a little
5110
5111 2002-07-09  André Pönitz <poenitz@gmx.net>
5112
5113         * lyxfont.[Ch]: support for wasy symbols
5114
5115 2002-07-08  André Pönitz <poenitz@gmx.net>
5116
5117         * BufferView_pimpl.C: apply John's patch for #93.
5118
5119 2002-07-05  Angus Leeming  <leeming@lyx.org>
5120
5121         * BufferView_pimpl.C (buffer): generate previews if desired.
5122
5123         * LColor.h: add "preview" to the color enum.
5124
5125         * LColor.C (LColor): add a corresponding entry to the items array.
5126
5127         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
5128         with this buffer.
5129
5130 2002-07-05  Angus Leeming  <leeming@lyx.org>
5131
5132         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
5133         The body of the code is now in the method that is passed an ostream &
5134         rather than a file name.
5135         Pass an additional only_preamble parameter, useful for the forthcoming
5136         preview stuff.
5137
5138 2002-07-03  André Pönitz <poenitz@gmx.net>
5139
5140         * lyxfunc.C: simplify getStatus() a bit for math stuff
5141
5142 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5143
5144         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
5145
5146 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5147
5148         * text.C (changeRegionCase): do not change case of all the
5149         document when region ends at paragraph end (bug #461)
5150
5151 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5152
5153         * paragraph.C (startTeXParParams):
5154         (endTeXParParams): add \protect when necessary
5155
5156 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5157
5158         * BufferView_pimpl.C (workAreaExpose): remove warning
5159
5160 2002-06-27  Angus Leeming  <leeming@lyx.org>
5161
5162         * Makefile.am: add lyxlayout_ptr_fwd.h.
5163
5164 2002-06-26  André Pönitz <poenitz@gmx.net>
5165
5166         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
5167
5168 2002-06-25  Angus Leeming  <leeming@lyx.org>
5169
5170         * lyxfunc.C (dispatch): Comment out the call to
5171         grfx::GCache::changeDisplay. The method no longer exists now that the
5172         pixmap generation part of the graphics loader has been moved into
5173         InsetGraphics.
5174
5175 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5176
5177         * text2.C: layout as layout
5178
5179         * text.C: layout as layout
5180
5181         * tabular.C (OldFormatRead): layout as layout
5182
5183         * paragraph_pimpl.C (TeXDeeper): layout as layout
5184         (realizeFont): layout as layout
5185
5186         * paragraph.C (writeFile): layout as layout
5187         (validate): layout as layout
5188         (getFont): layout as layout
5189         (getLabelFont): layout as layout
5190         (getLayoutFont): layout as layout
5191         (breakParagraph): layout as layout
5192         (stripLeadingSpaces): layout as layout
5193         (getEndLabel): layout as layout
5194         (getMaxDepthAfter): layout as layout
5195         (applyLayout): layout as layout
5196         (TeXOnePar): layout as layout
5197         (simpleTeXOnePar): layout as layout
5198         (TeXEnvironment): layout as layout
5199         (layout): layout as layout
5200         (layout): layout as layout
5201
5202         * lyxtextclass.C (compare_name): new functor to work with
5203         shared_ptr, layout as layout
5204         (Read): layout as layout
5205         (hasLayout): layout as layout
5206         (operator): layout as layout
5207         (delete_layout): layout as layout
5208         (defaultLayout): layout as layout
5209
5210         * lyxlayout_ptr_fwd.h: new file
5211
5212         * lyxlayout.C (Read): layout as layout
5213
5214         * lyx_cb.C (MenuInsertLabel): layout as layout
5215
5216         * bufferlist.C (newFile): layout as layout
5217
5218         * buffer.C (readLyXformat2): layout as layout
5219         (parseSingleLyXformat2Token): layout as layout
5220         (insertStringAsLines): layout as layout
5221         (asciiParagraph): layout as layout
5222         (latexParagraphs): layout as layout
5223         (makeLinuxDocFile): layout as layout
5224         (simpleLinuxDocOnePar): layout as layout
5225         (makeDocBookFile): layout as layout
5226         (simpleDocBookOnePar): layout as layout
5227         (getLists): layout as layout
5228
5229         * LaTeXFeatures.C (getTClassPreamble): layout as layout
5230
5231         * CutAndPaste.C (cutSelection): layout as layout
5232         (pasteSelection): layout as layout
5233         (SwitchLayoutsBetweenClasses): layout as layout
5234
5235         * BufferView_pimpl.C (Dispatch): layout as layout
5236         (smartQuote): layout as layout
5237
5238         * BufferView2.C (unlockInset): layout as layout
5239
5240 2002-06-24  André Pönitz <poenitz@gmx.net>
5241
5242         * lyxfunc.C: fix #487
5243
5244 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5245
5246         * lyxrc.h:
5247         * lyxrc.C:
5248         * lyxfunc.C: remove display_shortcuts, show_banner
5249
5250 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5251
5252         * Buffer_pimpl.C: oops, update on resize
5253
5254 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5255
5256         * buffer.C:
5257         * converter.C:
5258         * exporter.C:
5259         * lyxfunc.C:
5260         * BufferView.h:
5261         * BufferView.C: use repaint()
5262
5263         * BufferView_pimpl.h:
5264         * BufferView_pimpl.C: s/updateScreen()/repaint()/
5265           as it's a clearer description. Remove superfluous
5266           redraws.
5267
5268 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5269
5270         * text.C: fix bug 488. Not ideal, but getting
5271           getWord() to work properly for the insets that
5272           matter is more difficult ...
5273
5274 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5275
5276         * BufferView_pimpl.C:
5277         * LyXAction.C:
5278         * commandtags.h:
5279         * lyxfunc.C: remove the six million index lyxfuncs to just
5280           one, and DTRT (bug 458)
5281
5282 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5283
5284         * BufferView.h:
5285         * BufferView.C:
5286         * BufferView_pimpl.h:
5287         * BufferView_pimpl.C: clean up resize() stuff,
5288           and unnecessary updateScreen()s
5289
5290 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5291
5292         * BufferView.h:
5293         * BufferView.C:
5294         * BufferView_pimpl.h:
5295         * BufferView_pimpl.C:
5296         * lyxfind.h:
5297         * lyxfind.C:
5298         * minibuffer.C: remove focus management of workarea,
5299           not needed. Use screen's greyOut()
5300
5301 2002-06-17  Herbert Voss  <voss@lyx.org>
5302
5303         * converter.C: (convert) do not post a message, when converting
5304         fails, let the calling function decide what to do in this case
5305
5306 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
5307
5308         * lyxfunc.C: tidy up a little
5309
5310 2002-06-16    <alstrup@diku.dk>
5311
5312         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
5313         Got rid of FORMS_H_LOCATION include. Now we are
5314         GUII.
5315
5316 2002-06-15  LyX Development team  <lyx@rilke>
5317
5318         * buffer.[Ch] (sgmlOpenTag):
5319         (sgmlCloseTag): Added support for avoiding pernicious mixed
5320         content. Return number of lines written.
5321
5322         (makeLinuxDocFile):
5323         (makeDocBookFile): Fixed calls to sgml*Tag.
5324         Simple white space clean.
5325
5326         (simpleDocBookOnePar): Simple white space clean.
5327
5328         * tabular.[Ch] (docBook): Renamed to docbook and got another
5329         argument to related with the pernicious mixed content.
5330
5331         (docbookRow): Fixed calls for docbook inset method.
5332
5333 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
5334
5335         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
5336         so it's X11 independent.
5337
5338         * kb*.[Ch]: ditto.
5339
5340         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
5341
5342 2002-06-15  Lyx Development team  <lyx@electronia>
5343
5344         * intl.h: Renamed getTrans to getTransManager.
5345
5346 2002-06-14  Angus Leeming  <leeming@lyx.org>
5347
5348         * Makefile.am: nuke forgotten stl_string_fwd.h.
5349
5350 2002-06-12  Angus Leeming  <leeming@lyx.org>
5351
5352         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
5353
5354 2002-06-13  Angus Leeming  <leeming@lyx.org>
5355
5356         * LaTeX.C:
5357         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
5358
5359 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
5360
5361         * kbmap.C (getiso): add support for cyrillic and greek
5362
5363 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5364
5365         * BufferView.h:
5366         * BufferView.C:
5367         * BufferView_pimpl.h:
5368         * BufferView_pimpl.C: move bogus scrolling logic
5369           to xforms
5370
5371 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5372
5373         * lyxfunc.C:
5374         * BufferView_pimpl.C: view->resize() change
5375
5376 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5377
5378         * BufferView_pimpl.C: topCursorVisible
5379           prototype change
5380
5381 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5382
5383         * Makefile.am:
5384         * lyx_gui.h:
5385         * lyx_gui.C: move to frontends/
5386
5387         * main.C:
5388         * lyx_main.h:
5389         * lyx_main.C: changes from above
5390
5391 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5392
5393         * intl.C:
5394         * intl.h:
5395         * kbmap.C:
5396         * kbsequence.C:
5397         * lyx_cb.C:
5398         * lyx_main.C: minor tidy
5399
5400 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5401
5402         * BufferView_pimpl.h:
5403         * BufferView_pimpl.C:
5404         * BufferView.h:
5405         * BufferView.C: make painter() const,
5406           remove dead code
5407
5408         * BufferView2.C: use screen() accessor
5409
5410         * lyx_main.h:
5411         * lyx_main.C: some minor cleanup
5412
5413 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5414
5415         * BufferView_pimpl.h:
5416         * BufferView_pimpl.C: remove enter/leaveView,
5417           use workHeight()
5418
5419 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5420
5421         * BufferView.h:
5422         * BufferView.C:
5423         * BufferView2.C:
5424         * BufferView_pimpl.h:
5425         * BufferView_pimpl.C: only construct screen once,
5426           rename
5427
5428         * lyxrc.C: remove pointless comment
5429
5430 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
5431
5432         * BufferView.h:
5433         * BufferView.C: remove active() and belowMouse()
5434
5435         * BufferView_pimpl.h:
5436         * BufferView_pimpl.C: use workarea() not workarea_,
5437           and make it use a scoped_ptr instead
5438
5439 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
5440
5441         * lyx_gui.C: add debug message on BadWindow
5442
5443 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5444
5445         * sp_spell.C: fdopen is not part of the C++ standard.
5446
5447         * paragraph.C (InsetIterator): use >= instead of ==
5448
5449 2002-06-07  Angus Leeming  <leeming@lyx.org>
5450
5451         Fixes needed to compile with Compaq cxx 6.5.
5452         * BufferView_pimpl.C:
5453         * DepTable.C:
5454         * buffer.C:
5455         * converter.C:
5456         * encoding.C:
5457         * lyx_gui.C:
5458         * lyx_main.C:
5459         * lyxtextclasslist.C:
5460         * minibuffer.C:
5461         * sp_spell.C:
5462         * tabular_funcs.C:
5463         * vc-backend.C:
5464         all c-library variables have been moved into namespace std. Wrap
5465         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
5466
5467         * lyxlength.C:
5468         * tabular-old.C:
5469         * tabular.C:
5470         Add a using std::abs declaration.
5471
5472         * kbmap.h (modifier_pair):
5473         * paragraph.h (InsetTable, InsetList):
5474         * lyxfont.h (FontBits):
5475         type definition made public.
5476
5477         * bufferlist.C (emergencyWriteAll): the compiler complains that
5478         there is more than one possible lyx::class_fun template to choose from.
5479         I re-named the void specialisation as lyx::void_class_fun.
5480
5481         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
5482
5483         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
5484         the compiler is is unable to find tostr in write_attribute.
5485
5486 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5487
5488         * buffer.C (sgmlError): hide #warning
5489
5490 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5491
5492         * xtl/*: get rid of xtl, which is not in use anyway
5493
5494         * LyXAction.C (init):
5495         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
5496         were unimplemented xtl experimentation
5497
5498 2002-06-04  André Pönitz <poenitz@gmx.net>
5499
5500         * lyxfunc.C: disable array operation on simple formulae
5501
5502 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
5503
5504         * converter.C: constify a bit
5505
5506 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
5507
5508         * lyx_gui.C: check xforms version correctly
5509
5510 2002-04-30  Herbert Voss  <voss@lyx.org>
5511
5512         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
5513         "keep" option
5514
5515 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
5516
5517         * lyxvc.C: fix bug 416 (make sure buffer is saved before
5518           attempt to register it with a VCS)
5519
5520 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5521
5522         * lyx_main.C (init): honor variables LYX_DIR_13x and
5523         LYX_USERDIR_13x
5524
5525 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
5526
5527         * buffer.h:
5528         * buffer.C:
5529         * lyx_main.C: fix a crash on bad command line,
5530           and give a useful exit status on error
5531
5532         * lyxfunc.C (doImport): allow -i lyx to work
5533
5534 2002-03-30  André Pönitz <poenitz@gmx.net>
5535
5536         * lyxfunc.C: mathed font changes
5537
5538 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
5539
5540         * LaTeX.C:
5541         * importer.h:
5542         * importer.C:
5543         * lyx_sty.h:
5544         * lyx_sty.C:
5545         * lyxlex.C:
5546         * lyxrow.h:
5547         * lyxtext.h:
5548         * paragraph.h:
5549         * paragraph.C:
5550         * texrow.h:
5551         * texrow.C:
5552         * text.C:
5553         * trans_mgr.h: srcdocs, and some minor cleanups
5554
5555 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5556
5557         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
5558         call getFont all the time)
5559
5560 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5561
5562         * switch from SigC signals to boost::signals
5563
5564 2002-05-29  André Pönitz <poenitz@gmx.net>
5565
5566         * paragraph_pimpl.C (getChar): don't call size() too often...
5567
5568 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5569
5570         * paragraph_pimpl.C (insertChar): do not try to update tables when
5571         appending (pos == size())
5572
5573         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
5574         in order to reduce drastically the number of comparisons needed to
5575         parse a large document
5576
5577 2002-05-29  André Pönitz <poenitz@gmx.net>
5578
5579         * text.C:
5580         * text2.C:
5581         * lyxtextclass.C:
5582         * sp_pspell.h:
5583         * textclasslist.[Ch]:
5584         * sp_ispell.h: whitespace change
5585
5586 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5587
5588         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
5589         lyxaction directly now.
5590
5591 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
5592
5593         * trans.C:
5594         * lyxfont.C:
5595         * lyxvc.C: remove unused headers
5596
5597 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
5598
5599         * Makefile.am:
5600         * buffer.h:
5601         * undostack.h:
5602         * undostack.C:
5603         * undo_funcs.h:
5604         * undo_funcs.C: some cleanups. Use shared_ptr
5605           and a template for the undo stacks.
5606
5607 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
5608
5609         * BufferView_pimpl.h:
5610         * BufferView_pimpl.C:
5611         * kbmap.h:
5612         * kbmap.C:
5613         * kbsequence.h:
5614         * kbsequence.C:
5615         * lyxfunc.h:
5616         * lyxfunc.C:
5617         * text2.C: use key_state/mouse_state
5618
5619 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5620
5621         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
5622         and LSubstring
5623
5624         * chset.C: change include order
5625         (loadFile): use boost regex and get rid of LRegex and LSubstring
5626
5627         * Makefile.am (BOOST_LIBS): new variable
5628         (lyx_LDADD): use it
5629
5630         * LaTeX.C: change include order.
5631         (scanAuxFile): use boost regex and get rid of LRegex and
5632         LSubstring
5633         (deplog): ditto
5634
5635 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
5636
5637         * ColorHandler.h:
5638         * ColorHandler.C:
5639         * FontInfo.h:
5640         * FontInfo.C: moved to frontends/xforms/
5641
5642         * FontLoader.h:
5643         * FontLoader.C: moved into frontends for GUIIzation
5644
5645         * Makefile.am:
5646         * lyx_gui.C:
5647         * lyxfont.C:
5648         * lyxfunc.C: changes from above
5649
5650 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
5651
5652         * LColor.C: remove spurious X include
5653
5654         * BufferView_pimpl.C:
5655         * Makefile.am:
5656         * font.h:
5657         * font.C:
5658         * text.C:
5659         * text2.C: move font metrics to frontends/
5660
5661 2002-05-24  Juergen Vigna  <jug@sad.it>
5662
5663         * undo_funcs.C (textHandleUndo): fix the cursor selection after
5664         setting the undo_cursor.
5665
5666         * ParagraphParameters.h: include local includes first.
5667
5668 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5669
5670         * BufferView_pimpl.C:
5671         * BufferView_pimpl.h:
5672         * Makefile.am:
5673         * WorkArea.h:
5674         * WorkArea.C:
5675         * screen.C: move WorkArea into frontends/
5676
5677         * lyxscreen.h:
5678         * screen.C:
5679         * text.C:
5680         * BufferView.C:
5681         * BufferView2.C: move LyXScreen into frontends/
5682
5683         * lyxlookup.h:
5684         * lyxlookup.C:
5685         * lyx_gui.C: move lyxlookup into frontends/xforms/
5686
5687 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5688
5689         * BufferView2.C:
5690         * BufferView_pimpl.C:
5691         * FontLoader.C:
5692         * LyXView.h:
5693         * LyXView.C:
5694         * Makefile.am:
5695         * WorkArea.C:
5696         * XFormsView.h:
5697         * XFormsView.C:
5698         * buffer.C:
5699         * bufferlist.C:
5700         * bufferview_funcs.C:
5701         * converter.C:
5702         * importer.C:
5703         * lyx_cb.C:
5704         * lyx_gui.C:
5705         * lyx_main.C:
5706         * lyx_find.C:
5707         * lyxfunc.C:
5708         * lyxvc.C:
5709         * minibuffer.C:
5710         * text.C:
5711         * text2.C:
5712         * trans.C:
5713         * vc-backend.C: move LyX/XFormsView into frontends/
5714
5715 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5716
5717         * Makefile.am:
5718         * PainterBase.C:
5719         * PainterBase.h:
5720         * Painter.C:
5721         * Painter.h:
5722         * WorkArea.C:
5723         * WorkArea.h:
5724         * screen.C:
5725         * tabular.C:
5726         * text.C:
5727         * text2.C: move Painter to frontends/
5728
5729 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5730
5731         * buffer.C: comment out some some code that depend upon lyx_format
5732         < 220
5733
5734         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
5735         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
5736
5737         * buffer.h (NO_COMPABILITY): turn off compability
5738
5739         * ColorHandler.C: include scoped_array.hpp
5740
5741         * font.C: Use more specific smart_ptr header.
5742         * Painter.C: ditto
5743         * gettext.C: ditto
5744         * ShareContainer.h: ditto
5745         * lyx_main.h: ditto
5746         * kbmap.h: ditto
5747         * FontInfo.h: ditto
5748         * BufferView_pimpl.h: ditto
5749         * ColorHandler.h: ditto
5750
5751         * kbmap.C (defkey): change call to shared_ptr::reset
5752
5753 2002-05-21  Juergen Vigna  <jug@sad.it>
5754
5755         * buffer.C (insertErtContents): fix to insert ert asis if it is
5756         non empty. Skip it completely if it contains only whitespaces.
5757
5758 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
5759
5760         * BufferView_pimpl.C:
5761         * BufferView2.C: clear selection on paste (bug 393)
5762
5763 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5764
5765         * DepTable.C: include ctime
5766
5767 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
5768
5769         * buffer.C (latexParagraphs): Add new argument (moving_arg).
5770
5771 2002-05-14  Juergen Vigna  <jug@sad.it>
5772
5773         * text.C (breakParagraph): fixed function to honor the keepempty
5774         layout in the right maner and also to permit the right breaking
5775         algorithm on empty or non empyt keepempty paragraphs.
5776
5777         * paragraph.C (breakParagraph): we have to check also if the par
5778         is really empty (!size()) for isempty otherwise we do the wrong
5779         paragraph break.
5780
5781 2002-05-10  Juergen Vigna  <jug@sad.it>
5782
5783         * buffer.[Ch] : The following are only changes to the ert
5784         compatibility read reading old LaTeX layout and font stuff and
5785         convert it to ERTInsets.
5786
5787         * buffer.h: added isErtInset().
5788
5789         * buffer.C (struct ErtComp): add a fromlayout bool to check
5790         if we're inside a LaTeX layout.
5791         (isErtInset): new helper function.
5792         (insertErtContents): look for other ert insets before this one
5793         and insert the contents there, so that we don't have subsequent
5794         ERT insets with nothing between them. This way we create only one
5795         inset with multiple paragraphs. Also check if we don't insert only
5796         spaces ' ' as they are ignored anyway afterwards in the .tex file
5797         so if we have only spaces we will ignore this latex part in the
5798         new file.
5799         (parseSingleLyXformat2Token \\layout): better compatibility when
5800         reading layout-latex stuff.
5801         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
5802         language tag.
5803         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
5804         stuff after reading the inset only get the information back from
5805         the stack.
5806
5807 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
5808
5809         * buffer.C (makeLaTeXFile): Put language options after loading babel.
5810
5811         * LaTeXFeatures.C (getBabelOptions): New method.
5812
5813 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5814
5815         * BufferView_pimpl.C (Dispatch): work around missing argument for
5816         'layout'
5817
5818 2002-05-08  Juergen Vigna  <jug@sad.it>
5819
5820         * text.C (leftMargin): handle paragraph leftindent.
5821
5822         * paragraph.C (writeFile): write the new \\leftindent tag.
5823         (validate): handle leftindent code.
5824         (TeXEnvironment): handle paragraphleftindent code again.
5825
5826         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
5827
5828         * buffer.C (parseSingleLyXformat2Token): added compatibility code
5829         for paragrap_extra indent code and new token \\leftindent.
5830         (latexParagraphs): handle the leftindent as environment.
5831
5832         * ParameterStruct.h: added leftindent support.
5833
5834         * ParagraphParameters.C (leftIndent): added support functions for
5835         the paragraph left indent.
5836
5837         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
5838         more appropriate.
5839
5840 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
5841
5842         * paragraph.C (isRightToLeftPar): Return false for a paragraph
5843         inside insetERT.
5844
5845         * text.C (computeBidiTables): No bidi in insetERT.
5846
5847         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
5848         in RTL documents.
5849
5850 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5851
5852         * version.C.in: pre 5
5853
5854 2002-05-02  José Matos  <jamatos@fep.up.pt>
5855         * buffer.C (makeDocBookFile): white space changes, add newline to
5856         command styles.
5857         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
5858
5859         * tabular.C (docBook): fix typo.
5860
5861 2002-05-03  Juergen Vigna  <jug@sad.it>
5862
5863         * screen.C (drawFromTo): recalculate the rowpointer if we had a
5864         change in LyXText as we can not be sure it was not freed.
5865         (drawOneRow): remove unused code.
5866
5867         * text.C (drawInset): redo the calculation of the need_break_row as
5868         it could have a row which was already freed.
5869         (draw): look at the return value of drawInset and return false if
5870         it also returned false.
5871         (paintRowText): look at the return value of draw and return false if
5872         it also returned false.
5873
5874         * lyxtext.h: added bool return type to drawInset() and draw() so that
5875         if we have a change in the row so that the rowbreak has to be redone
5876         we abort drawing as it will be called again.
5877
5878 2002-05-02  Juergen Vigna  <jug@sad.it>
5879
5880         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
5881         a change in the maintext also if we're inside an inset.
5882         (Dispatch): set the cursor again after a break line and after the
5883         screen has been updated as it could be we're in a different row.
5884
5885         * text2.C (fixCursorAfterDelete): check to make sure we don't request
5886         to set the cursor behind the pargraph with > size().
5887         (setCursor): check also for the same paragraph when checking where
5888         to put the cursor if we have a NFR inset.
5889
5890         * buffer.C (parseSingleLyXformat2Token): move the compatibility
5891         parts of layout read further up as it still was in the wrong
5892         position.
5893
5894 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5895
5896         * screen.C (drawFromTo): change sine fullRebreak always return
5897         true.
5898
5899         * buffer.C (parseSingleLyXformat2Token): reindent some
5900
5901         * BufferView_pimpl.C (update): change since fullRebreak always
5902         return true.
5903         (Dispatch): git rid of the last hardcoded "Standard"s.
5904
5905 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5906
5907         * text2.[Ch] (fullRebreak): make it return void now that we always
5908         returned true.
5909
5910 2002-04-30  Juergen Vigna  <jug@sad.it>
5911
5912         * buffer.C (parseSingleLyXformat2Token): reset the font before the
5913         ert compatibility check for "latex" layout.
5914
5915 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
5916
5917         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
5918         minipages: use col% instead of p%, and also use the current font.
5919         (makeLaTeXFile): Fix use babel condition.
5920         (parseSingleLyXformat2Token): Correct font when reading old floats.
5921
5922 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
5923
5924         * BufferView_pimpl.C (Dispatch): Check that float type exists when
5925         inserting list of floats.
5926
5927 2002-04-25  Herbert Voss  <voss@lyx.org>
5928
5929         * MenuBackend.C (expand): don't add the graphics extensions to the
5930         export menu
5931
5932 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5933
5934         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
5935         non-existing layout, do not complain if it was the default layout
5936         of the original class (bug #342)
5937
5938 2002-04-24  Juergen Vigna  <jug@sad.it>
5939
5940         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
5941         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
5942
5943 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
5944
5945         * buffer.C (getBibkeyList): If using \bibliography, return the
5946         option field with the reference itself. Enables us to provide natbib
5947         support when using \bibliography.
5948
5949 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
5950
5951         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
5952
5953         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
5954         natbib is provided by the LaTeX class.
5955
5956 2002-04-23  Juergen Vigna  <jug@sad.it>
5957
5958         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
5959         Wakeup functions.
5960
5961         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
5962
5963 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5964
5965         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
5966
5967         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
5968         ensuremath around textordmasculine, textordfeminine and
5969         textdegree.
5970
5971 2002-04-19  Juergen Vigna  <jug@sad.it>
5972
5973         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
5974         reinitializing the buffer otherwise row-dimensions may be wrong.
5975         (update): reset also the selection cursors if they do exits otherwise
5976         their x/y positions may be wrong.
5977
5978         * text2.C (cursorDown): don't enter the inset if we came from a row
5979         above and are one row over the inset.
5980
5981         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
5982         really leaving an inset.
5983
5984 2002-04-18  Juergen Vigna  <jug@sad.it>
5985
5986         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
5987         of the selected paragraph does not have the selected layout also if
5988         the last one had!
5989
5990         * text2.C (setLayout): fixed bug which did not change last selected
5991         paragraph.
5992
5993         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
5994         changed the read and substituted \\end_float with \\end_inset!
5995
5996         * BufferView_pimpl.C (cursorPrevious):
5997         (cursorNext): fixed to make it work with rows heigher than the work
5998         area without moving the cursor only the draw of the row.
5999         (workAreaMotionNotify): fix jumping over high rows.
6000
6001 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6002
6003         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
6004         Ressler.
6005
6006 2002-04-16  Juergen Vigna  <jug@sad.it>
6007
6008         * text2.C (setCursor): set also the irow().
6009         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
6010         (cursorUp):
6011         (cursorDown): support for locking an inset if the x_fix value goes
6012         inside it. That way I can transverse insets too with cursor up/down.
6013
6014         * lyxrow.h: added irow helper function same as other (i) functions.
6015
6016         * BufferView_pimpl.C (cursorPrevious):
6017         (cursorNext): fixed for insets!
6018
6019 2002-04-15  Juergen Vigna  <jug@sad.it>
6020
6021         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
6022         position otherwise it is wrong in some cases.
6023
6024         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
6025         inside the inset before the call.
6026
6027 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
6028
6029         * buffer.[Ch] (getBibkeyList): make it const.
6030
6031 2002-04-12  Juergen Vigna  <jug@sad.it>
6032
6033         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
6034
6035         * text2.C (getCursorX): new helper function
6036         (setCursor): compute also ix_
6037         (setCursorFromCoordinates): set also ix.
6038
6039         * lyxcursor.h: added ix_ and helper functions.
6040
6041         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
6042
6043         * buffer.C (insertStringAsLines): dont break paragraph if the this
6044         paragraph is inside an inset which does not permit it!
6045
6046         * text.C (breakParagraph): honor keepempty flag and break the paragraph
6047         also with no chars on this paragraph.
6048         (paintRowText): only paint stuff if it's inside the workarea!
6049
6050         * paragraph.C (breakParagraph): honor keepempty flag and break the
6051         paragraph always below not above.
6052
6053         * BufferView2.C (unlockInset): update the paragraph layout on inset
6054         unlock as we changed paragraph in such a case.
6055
6056         * lyxfind.C (LyXFind): clear the former selection if not found!
6057
6058         * text2.C (insertInset): freeze Undo after setUndo so that it is not
6059         again called in insertChar().
6060
6061         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
6062         an inset which uses the whole row!
6063         (rightMargin): ditto.
6064         (insertChar): force a rebreak if we inserted an inset!
6065
6066 2002-03-28  Herbert Voss  <voss@lyx.org>
6067
6068         * lyxlength.[Ch]: add inBP() to get the right PS-point
6069         units (BigPoint). With inPixels we have rounding errors
6070
6071 2002-04-11  Juergen Vigna  <jug@sad.it>
6072
6073         * text2.C (setCursorFromCoordinates): set iy to the right value.
6074         (setCursor): add check if row->previous exists!
6075
6076         * buffer.C (parseSingleLyXformat2Token): reset font after read of
6077         an old float_type as this was the case in the old code!
6078
6079         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
6080
6081         * BufferView2.C (showLockedInsetCursor): use iy
6082         (fitLockedInsetCursor): ditto
6083
6084         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
6085         locked insets as there we have the right value now.
6086
6087         * lyxcursor.C: added iy_ variable and iy functions to set to the
6088         baseline of cursor-y of the locked inset.
6089
6090         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
6091         (setCursor): fixed for insets which need a full row.
6092
6093         * text.C (rowLastPrintable): don't ignore the last space when before
6094         an inset which needs a full row.
6095         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
6096         as last character of a row when before a inset which needs a full row.
6097
6098 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6099
6100         * version.C.in: update date
6101
6102         * text2.C (fullRebreak): try to always return true and see what
6103         happens...
6104
6105 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6106
6107         * MenuBackend.C (expand): use Floating::listName
6108
6109         * FloatList.C (FloatList): add listName argument to the built-in
6110         floats
6111
6112         * Floating.[Ch]: add listName member, which is the 'List of XXX'
6113         text associated with the float.
6114
6115 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6116
6117         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
6118
6119 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6120
6121         * ShareContainer.h: add a couple of missing typenames.
6122
6123 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
6124
6125         * lyxrc.C (getDescription): use _() correctly rather than N_().
6126
6127 2002-03-28  Herbert Voss  <voss@lyx.org>
6128
6129         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
6130         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
6131
6132 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6133
6134         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
6135         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
6136
6137 2002-03-29  Juergen Vigna  <jug@sad.it>
6138
6139         * lyxfunc.C (dispatch): add a missing fitCursor call.
6140
6141         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
6142         it was scrolled by a cursor move, so return the bool status.
6143
6144         * BufferView.C (fitCursor): return the bool flag also to the outside
6145         world as this is needed.
6146
6147         * screen.C (toggleToggle): don't subtract the offset if it's positive.
6148
6149         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
6150         call the edit() as it is not needed (and wrong) IMO.
6151         (workAreaButtonPress): set the screen_first variable before evt.
6152         unlock the inset as this may change screen_first and then we have
6153         a wrong y position for the click!
6154
6155 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6156
6157         * MenuBackend.C (expand): another translation that I missed
6158
6159 2002-03-28  Juergen Vigna  <jug@sad.it>
6160
6161         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
6162
6163         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
6164
6165 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6166
6167         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
6168
6169         * MenuBackend.C (expand): fix export/view/update when there is no
6170         document open.
6171
6172 2002-03-27  Herbert Voss  <voss@lyx.org>
6173
6174         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
6175         and text%
6176
6177 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6178
6179         * bufferview_funcs.C (currentState): only show paragraph number
6180         for is DEVEL_VERSION is set.
6181
6182         * lyxfunc.C (dispatch): put warning in INFO channel
6183
6184         * MenuBackend.C (expand): translate the name of floats
6185
6186         * FloatList.C (FloatList): mark the float names for translation
6187
6188         * converter.C (convert): use LibScriptSearch
6189
6190 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6191
6192         * MenuBackend.C (defaults): fix default menu (we might as well get
6193         rid of it...)
6194
6195 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6196
6197         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
6198         directory.
6199
6200 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6201
6202         * lyxvc.C: reorder includes.
6203
6204 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
6205
6206         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
6207           properly
6208
6209 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
6210
6211         * CutAndPaste.C: change layouts earlier on paste
6212           to avoid crashing when calling getFont()
6213
6214 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
6215
6216         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
6217         irritating #error.
6218
6219 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6220
6221         * WorkArea.C: remove 'Pending' debug message.
6222
6223         * most files: ws cleanup
6224
6225         * buffer.[Ch]: ws changes
6226
6227         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
6228
6229 2002-03-21  Juergen Vigna  <jug@sad.it>
6230
6231         * tabular.C (SetMultiColumn): collapse also the contents of the
6232         cells and set the last border right. Added a Buffer const * param.
6233
6234 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6235
6236         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
6237         linking or not.
6238
6239 2002-03-19  Juergen Vigna  <jug@sad.it>
6240
6241         * text2.C (clearSelection): reset also xsel_cache.
6242
6243         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
6244         where it needs to be called (John tells us to do so too :)
6245         (selectionLost): reset sel_cache.
6246
6247         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
6248
6249 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6250
6251         * text2.C (setCursorIntern): put debuging code in INSETS channel
6252
6253 2002-03-19  André Pönitz <poenitz@gmx.net>
6254
6255         * lyxfunc.C: tiny whitespace change
6256
6257 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6258
6259         * ToolbarDefaults.C (init):
6260         * LyXAction.C (init):
6261         * commandtags.h:
6262         * BufferView_pimpl.C (Dispatch):
6263         * lyxfunc.C (dispatch): remove LFUN_DEPTH
6264
6265 2002-03-19  Allan Rae  <rae@lyx.org>
6266
6267         * exporter.C (Export): removeAutoInsets before doing anything else.
6268         While I've just introduced a dependency on BufferView this really is
6269         the best place to clean the buffer otherwise you need to cleanup in
6270         a dozen places before calling export or cleanup in a dozen functions
6271         that export calls.
6272
6273         * converter.C (runLaTeX):
6274         (scanLog): Better handling of removeAutoInsets and screen updates.
6275
6276         * lyxfunc.C (dispatch): small whitespace changes
6277
6278 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6279
6280         * WorkArea.C (C_WorkAreaEvent): return a value.
6281         (event_cb): return 1 if we handled the event, 0 otherwise.
6282
6283         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
6284
6285 2002-03-18  Juergen Vigna  <jug@sad.it>
6286
6287         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
6288         (GetAdditionalWidth): ditto.
6289         (RightLine): ditto.
6290         (LeftLine): ditto.
6291
6292         * BufferView2.C (copy): use getLyXText() so that we do it inside an
6293         inset if we're there actually (probably not used right now but this
6294         is the direction to go for unifying code).
6295         (paste): disable code to clear the selection.
6296
6297         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
6298         inside an InsetText and move the check further up as it is in the
6299         wrong place.
6300
6301         * text2.C (pasteSelection): set a selection over the pasted text.
6302
6303 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
6304
6305         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
6306         and libgraphics to build on Cygwin.
6307
6308 2002-03-15  Juergen Vigna  <jug@sad.it>
6309
6310         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
6311         inserting an Inset into the paragraph. I know this is not the best
6312         fix but we already use current_view in CutAndPaste so we will remove
6313         all of it's using at the same time.
6314
6315         * buffer.C (sgmlError): deactivated function till it is rewritten in
6316         the right mode, now it can create problems.
6317
6318         * paragraph.C (isLineSeparator): check if getInset returns != 0,
6319         before accessing it.
6320
6321 2002-03-14  Juergen Vigna  <jug@sad.it>
6322
6323         * undo_funcs.C (textHandleUndo): do the right thing when updating
6324         the inset after the undo/redo.
6325
6326         * text2.C (setCursor): just some testcode for #44 not ready yet.
6327
6328         * undo_funcs.C (textHandleUndo): set the next() and previous()
6329         pointers of the paragraph to 0 before deleting otherwise we have
6330         problems with the Paragraph::[destructor].
6331
6332         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
6333         on a paragraph insertion.
6334
6335 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6336
6337         * buffer.C (asciiParagraph): use += operator for char append to
6338         string.
6339
6340         * paragraph.C (getFontSettings): compare >= not just >
6341         (highestFontInRange): ditto
6342         (setFont): ditto
6343
6344 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6345
6346         * paragraph.C: change several algorithm to be more appripriate for
6347         the problem domain. This is lookip in FontList and in the InsetList.
6348
6349 2002-03-13  André Pönitz <poenitz@gmx.net>
6350
6351         * commandtags.h:
6352         * LyXAction.C: remove unused LFUN_MATH_MACROARG
6353
6354 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
6355
6356         * commandtags.h:
6357         * LyXAction.C:
6358         * lyxfunc.C:
6359         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
6360
6361 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6362
6363         * Painter.C (display): anon helper function, adjust code for this
6364         change.
6365         (pixmap): remove function.
6366
6367         * Painter.h: remove private display variable.
6368
6369         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
6370
6371 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
6372
6373         * WorkArea.[Ch]: remove figinset_canvas cruft.
6374
6375 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6376
6377         * lyxtextclass.C (operator): add one item cache optimization.
6378
6379         * bufferlist.h: doxy changes
6380
6381         * bufferlist.C: ws changes
6382
6383         * DepTable.[Ch] (ext_exist): place const in the right spot.
6384
6385         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
6386         call resizeInsets.
6387         (workAreaExpose): call resizeInsets when the with BufferView changes.
6388         (Dispatch): adjust for protectedBlank removal
6389         (specialChar): call updateInset if the insert went ok.
6390
6391         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
6392         specialChar instead.
6393
6394         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
6395
6396         * BufferView.h: doxy change
6397
6398         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
6399
6400         * lyxtextclass.C (operator[]): remove non-const version
6401         (defaultLayout): remove non-const version
6402
6403 2002-03-12  Juergen Vigna  <jug@sad.it>
6404
6405         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
6406         did resize the LyXText too.
6407
6408         * buffer.C (readLyXformat2): set layout information on newly allocated
6409         paragraphs.
6410
6411         * tabular.C (OldFormatRead): set layout information on the paragraph.
6412
6413 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6414
6415         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
6416
6417 2002-03-11  Juergen Vigna  <jug@sad.it>
6418
6419         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
6420         plainly wrong.
6421         (resizeCurrentBuffer): force also the insets to resize themselfes.
6422         (moveCursorUpdate): fixed up for InsetText.
6423
6424 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
6425
6426         * commandtags.h:
6427         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
6428         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
6429         value of Dialogs::tooltipsEnabled().
6430         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
6431
6432 2002-03-08  Juergen Vigna  <jug@sad.it>
6433
6434         * BufferView_pimpl.C (updateInset): update inset inside inset also
6435         if it isn't inside theLockingInset().
6436
6437 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6438
6439         * buffer.C (asciiParagraph): redo some of the word and line length
6440         handling.
6441         (getLists): look for Caption instead of caption.
6442
6443 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6444
6445         * buffer.C (Buffer): initialize niceFile to true
6446         (makeLaTeXFile):
6447         (makeLinuxDocFile):
6448         (makeDocBookFile): make sure niceFile is true on exit
6449
6450 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6451
6452         * buffer.C (makeLaTeXFile): escape ~ in \input@path
6453
6454 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
6455
6456         * LyXSendto.C: remove.
6457         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
6458         * lyx_gui.C: remove now-redundant comment.
6459         * ColorHandler.h: remove forward declaration of class WorkArea.
6460         * lyxfunc.C: remove #include "WorkArea.h".
6461
6462 2002-03-07  Juergen Vigna  <jug@sad.it>
6463
6464         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
6465         got moved away with the DEPM and also set the inset_owner always
6466         right which before could have been omitted.
6467
6468 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6469
6470         * buffer.C (parseSingleLyXformat2Token): use default layout is the
6471         wanted layout is not found.
6472
6473 2002-03-07  Juergen Vigna  <jug@sad.it>
6474
6475         * CutAndPaste.C (cutSelection): another layout settings forgotten.
6476
6477 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6478
6479         * paragraph.C (breakParagraph): use default layout not layout of
6480         prev paragraph.
6481         (Paragraph): clear ParagraphParameters.
6482
6483 2002-03-06  Juergen Vigna  <jug@sad.it>
6484
6485         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
6486         otherwise it would not be a valid lenght. Fixed a special case in
6487         the minipage compatibility read where we end the document with a
6488         minipage.
6489
6490         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
6491         was set as it could be 0 for InsetTexts first entry.
6492
6493 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6494
6495         * paragraph.C (writeFile): if layout is empty write out
6496         defaultLayoutName().
6497
6498         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
6499         file without named layout we set layout to defaultLayoutName().
6500
6501 2002-03-06  Juergen Vigna  <jug@sad.it>
6502
6503         * CutAndPaste.C (copySelection): set layout for new paragraph.
6504
6505         * text.C (prepareToPrint): leave ERT inset left aligned
6506         (leftMargin): don't indent paragraphs inside ERT insets
6507
6508 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6509
6510         * paragraph.C (breakParagraph): dont call clear do the work manually
6511
6512         * paragraph.[Ch] (clear): remove function
6513
6514 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6515
6516         * paragraph.C (Paragraph): dont call clear, the work has already
6517         been done.
6518
6519         * lyxtextclass.C (operator): assert if n is empty
6520
6521         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
6522         work manually instead.
6523
6524 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
6525
6526         * BufferView_pimpl.C: protect selectionLost against text == 0
6527
6528 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6529
6530         * text.C (breakParagraph): fix a setting layout to '0' problem.
6531
6532 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6533
6534         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
6535         final location of file, for the included files, and graphics.
6536
6537 2002-03-05  Juergen Vigna  <jug@sad.it>
6538
6539         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
6540
6541 2002-03-04  Juergen Vigna  <jug@sad.it>
6542
6543         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
6544
6545         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
6546         last column of multicolumn cells.
6547         (SetWidthOfMulticolCell): recalculate NMC and real columns.
6548
6549 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6550
6551         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
6552         file if it doesn't go to a temporary file.
6553
6554         * buffer.C (sgmlOpenTag):
6555         (sgmlCloseTag):  remove extra newline insertion.
6556
6557 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6558
6559         * text.C (getRowNearY): comment out debug msg
6560
6561 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6562
6563         * text2.C: first -> first_y
6564
6565         * text.C (getRowNearY): add some attemts at a possible
6566         optimization, not working.
6567
6568         * tabular.[Ch]: add BufferParams to several function so that newly
6569         created paragraph can be initialized to he default layotu for the
6570         buffers textclass.
6571
6572         * tabular-old.C (ReadOld): add buf->params to call of Init
6573
6574         * screen.C: rename text->first to text->first_y
6575
6576         * paragraph.C (breakParagraph): always set layout in the broken
6577         paragraph
6578
6579         * lyxtextclass.C (Read): remove lowercase
6580         (hasLayout): ditto
6581         (operator): ditto
6582         (delete_layout): ditto
6583
6584         * lyxtext.h: rename first -> first_y
6585
6586         * lyxlayout.C (Read): remove lowercase
6587         (name): ditto
6588         (setName): ditto
6589         (obsoleted_by): ditto
6590
6591         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
6592
6593         * buffer.C (insertErtContents): add params are to InsetERT
6594         (parseSingleLyXformat2Token): add code to check if a paragraphs
6595         layout really exist.
6596         (parseSingleLyXformat2Token): add params to several inset
6597         constructors
6598         (asciiParagraph): remove lowercase, do the layout comparisons with
6599         no_case
6600
6601         * BufferView_pimpl.C (cursorNext): first -> first_y
6602         (resizeCurrentBuffer): first -> first_y
6603         (updateScrollbar): first -> first_y
6604         (scrollCB): first -> first_y
6605         (workAreaMotionNotify): first -> first_y
6606         (workAreaButtonPress): first -> first_y
6607         (checkInsetHit): first -> first_y
6608         (cursorPrevious): first -> first_y
6609         (cursorNext): first -> first_y
6610         (Dispatch): add buffer_->params to severl inset contructors
6611
6612 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6613
6614         * lyxlayout.C (Read): remove some debug info that I forgot.
6615
6616         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
6617         clean up the code slightly.
6618         (makeLinuxDocFile): ditto
6619         (makeDocBookFile): ditto
6620
6621         * text2.C: layout as string
6622
6623         * text.C: layout as string
6624
6625         * paragraph_pimpl.C: layout as string
6626
6627         * paragraph.[Ch]: layout as string
6628
6629         * lyxtextclasslist.[Ch]: layout as string
6630
6631         * lyxtextclass.[Ch]: layout as string
6632
6633         * lyxtext.h: layout as string
6634
6635         * lyxlayout.[Ch]: layout as string
6636
6637         * lyx_cb.C: layout as string
6638
6639         * bufferview_funcs.C: layout as string
6640
6641         * bufferparams.C: layout as string
6642
6643         * buffer.C: layout as string
6644
6645         * LyXView.[Ch]: layout as string
6646
6647         * LaTeXFeatures.[Ch]: layout as string
6648
6649         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
6650
6651         * BufferView_pimpl.C: change current_layout to string, remove
6652         lyx::layout_type.
6653         (Dispatch):
6654         (smartQuote):
6655         (insertInset):
6656         (workAreaButtonRelease): layout as string
6657
6658         * BufferView2.C (unlockInset): adjust
6659
6660         * vspace.C (asLatexCommand): use an explict temp variable.
6661
6662 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
6663
6664         * Makefile.am: use FRONTEND_*
6665
6666 2002-03-01  Juergen Vigna  <jug@sad.it>
6667
6668         * tabular.C (SetWidthOfMulticolCell): changed to something better
6669         I hope but still work in progress.
6670         (recalculateMulticolumnsOfColumn): renamed function from
6671         recalculateMulticolCells as it is more appropriate now.
6672         (SetWidthOfCell): calculate multicols better.
6673
6674 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6675
6676         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
6677
6678         * lyxfunc.C (processKeySym): print sequence also if it is
6679         `deleted' (complete)
6680
6681         * kbsequence.C (print): print sequence even if it is deleted
6682         (complete would be a better word, actually).
6683
6684         * lyxfunc.C (dispatch): print complete options after a prefix key
6685
6686         * vspace.C (asLatexCommand): rewrite in a slightly different form.
6687
6688 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
6689
6690         * text2.C (setCharFont): eliminate setCharFont code duplication.
6691
6692 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6693
6694         * BufferView_pimpl.C (Dispatch): remove bogus handling of
6695         LFUN_TABULAR_FEATURE (bug #177)
6696
6697 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
6698
6699         * Makefile.am: remove figure.h
6700
6701 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
6702
6703         * Bufferview_pimpl.C:
6704         * CutAndPasteC:
6705         * LaTeX.C:
6706         * LyXSendto.C:
6707         * buffer.C:
6708         * bufferlist.C:
6709         * converter.C:
6710         * language.C:
6711         * lyxfunc.C:
6712         * lyxvc.C:
6713         * paragraph.C:
6714         * text.C:
6715         * text2.C: remove #include "lyx_gui_misc.h".
6716
6717         * LaTeX.C: added #include <cstdio>
6718
6719 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6720
6721         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
6722         that the paragraph following this one can have.
6723
6724         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
6725
6726         * vspace.C (asLatexCommand): fix bogus gcc warning
6727
6728         * Makefile.am (lyx_SOURCES): remove vms_defines.h
6729
6730 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
6731
6732         * text2.C (setLayout): get rid of redundant code
6733
6734 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
6735
6736         * text2.C (incDepth): make sure depth cannot be increased beyond
6737         reasonable values.
6738
6739 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
6740
6741         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
6742         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
6743
6744         * PainterBase.h (image):
6745         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
6746         a LyXImage const *.
6747
6748 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
6749
6750         * BufferView.C:
6751         * BufferView.h:
6752         * BufferView_pimpl.C:
6753         * BufferView_pimpl.h:
6754         * LaTeXFeatures.C:
6755         * LyXAction.C:
6756         * LyXView.C:
6757         * Makefile.am:
6758         * UpdateList.h:
6759         * UpdateList.C:
6760         * buffer.C:
6761         * figure.h:
6762         * figureForm.C:
6763         * figureForm.h:
6764         * figure_form.C:
6765         * figure_form.h:
6766         * lyx_cb.C:
6767         * lyx_gui.C:
6768         * lyx_gui_misc.C:
6769         * lyxfunc.C:
6770         * sp_base.h:
6771         * sp_ispell.h:
6772         * sp_pspell.h:
6773         * sp_spell.C: remove fig inset, and the crap house of
6774           cards that follows it
6775
6776 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
6777
6778         * Makefile.am:
6779         * lyxserver.C:
6780         * os2_defines.h:
6781         * os2_errortable.h:
6782         * nt_defines.h: move .h into support/
6783
6784         * vms_defines.h: remove
6785
6786         * WorkArea.C: add space in debug output
6787
6788         * text2.C:
6789         * paragraph.C:
6790         * buffer.C: add WITH_WARNINGS
6791
6792         * vc-backend.h:
6793         * vc-backend.C:
6794         * bufferlist.C: s/retrive/retrieve/, add docs
6795
6796         * vspace.h:
6797         * vspace.C:
6798         * kbmap.h:
6799         * lyxlength.h:
6800         * lyxgluelength.h:
6801         * length_common.h:
6802         * chset.h:
6803         * chset.C: add docs
6804
6805         * lyxgui.C: add ID to X error handler
6806
6807         * lyxtestclass.c: fix typo
6808
6809 2002-02-26  Juergen Vigna  <jug@sad.it>
6810
6811         * tabular_funcs.C (write_attribute): changed so that some default
6812         attributes are not written at all.
6813         (getTokenValue): set default values before trying to read the
6814         value so we have the return value always set as default if we don't
6815         find the token we search for.
6816
6817         * tabular.C (Write): write bools as bools not as strings!
6818
6819 2002-02-22  Juergen Vigna  <jug@sad.it>
6820
6821         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
6822         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
6823
6824         * text.C (leftMargin): don't add an indent for paragraphs inside
6825         tabular cells (fix #208).
6826
6827 2002-02-21  José Matos  <jamatos@fep.up.pt>
6828
6829         * tabular.C (docBook): fixed support for long tables.
6830
6831 2002-02-20  Juergen Vigna  <jug@sad.it>
6832
6833         * text2.C (getFont): get the drawing font of the Inset if this
6834         paragraph is inside an inset (only important for InsetERT for now).
6835
6836         * buffer.C (insertErtContents): use new lanugage params in ERT
6837         constructor.
6838
6839         * CutAndPaste.C: commenting out seemingly uneeded code.
6840
6841 2002-02-19  Allan Rae  <rae@lyx.org>
6842
6843         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
6844         Iterators might be simple to use but they also get invalidated.
6845         (removeAutoInsets): renamed saved cursor tracking variables and added
6846         some comments to clarify what everything does.
6847
6848 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
6849
6850         * Chktex.C:
6851         * LaTeX.C:
6852         * LyXSendto.C:
6853         * converter.C:
6854         * lyx_cb.C:
6855         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
6856         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
6857
6858         * lyxfunc.C:
6859         * vc-backend.h: remove #include "support/syscall.h"
6860
6861         * LaTeX.C:
6862         * LyXSendto.C:
6863         * converter.C: rearrange #includes in Lars' approved fashion.
6864
6865         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
6866         forward declare class Timeout in the header file.
6867
6868         * XFormsView.C: changes due to the above.
6869
6870         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
6871         similar to LyXView.
6872
6873         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
6874         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
6875
6876 2002-02-18  José Matos  <jamatos@fep.up.pt>
6877
6878         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
6879         insets contents.
6880
6881 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6882
6883         * a lot of small ws changes
6884         * add a lot of using std::XXX
6885         * use std construcs some places where approp.
6886         * use some exisint stuff from lyxfunctional where approp.
6887         * Make file changes to use partial linking (lets test this now...)
6888
6889 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
6890
6891         * Chktex.C:
6892         * buffer.C:
6893         remove #include "support/syscontr.h" as it's redundant. Always has been.
6894
6895         * Chktex.C:
6896         * LaTeX.C:
6897         * LyXSendto.C:
6898         * converter.C:
6899         * lyx_cb.C:
6900         * vc-backend.C:
6901         change Systemcalls::System to Systemcalls::Wait and
6902         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
6903         No change of functionality, just reflects the stripped down Systemcalls
6904         class.
6905
6906 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
6907
6908         * debug.[Ch]: add a GRAPHICS type to the enum.
6909
6910 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6911
6912         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
6913
6914         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
6915         there is an inset.
6916
6917 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6918
6919         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
6920         match the changes below.
6921
6922         * text2.C (toggleInset): if there is not editable inset at cursor
6923         position, try to see if cursor is _inside_ a collapsable inset
6924         and close it.
6925
6926 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6927
6928         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
6929         document menu has a nice checkbox
6930
6931 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6932
6933         * lyxlength.C (asLatexString): change PW to output as percent of
6934         \textwidth.
6935
6936         * lengthcommon.C: change '%' to 't%'
6937
6938         * lyxfunc.C (dispatch): a few comments from Martin
6939
6940 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
6941
6942         * WorkArea.h:
6943         * WorkArea.C:
6944         * BufferView_pimpl.h:
6945         * BufferView_pimpl.C: clear our selection when X tells us we've lost
6946           the X selection.
6947
6948 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6949
6950         * vspace.C (inPixels): fix compiler warning
6951
6952 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6953
6954         * lyxfunc.C (getStatus): fix status message for disabled commands.
6955
6956 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
6957
6958         * BufferView_pimpl.C: fix crash on close buffer
6959         during selection (#227)
6960
6961 2002-01-27  Herbert Voss  <voss@lyx.org>
6962
6963         * buffer.C: link old Figure to new graphic inset
6964
6965 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6966
6967         * FontLoader.C (getFontinfo): Change the latex font names in order
6968         to match the names of type1inst.
6969
6970 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6971
6972         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
6973
6974         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
6975         (extchanged): ditto
6976         (ext_exist): ditto
6977         (remove_files_with_extension): ditto
6978         (remove_file): ditto
6979         (write): ditto
6980
6981         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
6982         document is smaller than the work area height. Do not initialize
6983         static variables to 0.
6984
6985 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6986
6987         * lyx_gui.C (init): give the toolbar tooltips a normal font.
6988
6989         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
6990         LFUN_LAYOUT_PARAGRAPHS.
6991
6992         * tabular.C (GetCellFromInset): new method. Finds an inset in a
6993         tabular. It is possible to provide a possible cell, which will
6994         typically be the actcell from the corresponding insettabular
6995
6996         * lyxfunc.C (getStatus): small cleanup; disable
6997         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
6998         true
6999
7000 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7001
7002         * tabular.C (Validate): remove broken optimization (fixes bug #201)
7003
7004         * paragraph.C (startTeXParParams):
7005         (endTeXParParams): new methods. The LaTeX code to
7006         start/end paragraph formatting
7007         (simpleTeXOnePar): call startTeXParParams also when paragraph is
7008         empty (fixes bug #200)
7009
7010         * vspace.C (inPixels): adapt to the change below
7011         (inPixels): [later] more cleanups (remove unused variables)
7012
7013         * lyxlength.C (inPixels): change to use a width and a height as
7014         parameter.
7015
7016 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7017
7018         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
7019         Replaced with \paperwidth
7020
7021         * DepTable.C (insert): add std:: qualifier
7022
7023 2002-01-18  Allan Rae  <rae@lyx.org>
7024
7025         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
7026         updated also?
7027
7028         * text.C (drawInset): Turned out I didn't know enough about how
7029         rebreaking worked.  This fixes most of the redraw problems.  I see
7030         an occasional cursor trail when a line is broken now and the cursor
7031         placement can seem out by a few pixels also after a rebreak.
7032
7033 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7034
7035         * buffer.C (parseSingleLyXformat2Token): update because minipage
7036         width is now a LyXLength
7037
7038         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
7039
7040         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
7041         math insets
7042
7043 2002-01-17  Juergen Vigna  <jug@sad.it>
7044
7045         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
7046
7047         * BufferView2.C (lockInset): call edit() so that theLockingInset()
7048         is set correctly and the inset is updated correctly.
7049
7050 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7051
7052         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
7053         the beginning of the loop.
7054
7055 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
7056
7057         * lyxrc.C: improve help for use_scalable_fonts
7058
7059 2002-01-17  Allan Rae  <rae@lyx.org>
7060
7061         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
7062
7063 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7064
7065         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
7066         make sure to set their inset_owner to the right value (bug #171)
7067
7068 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
7069
7070         * DepTable.h
7071         * DepTable.C: Implement mtime checking to reduce time spent doing
7072         CRCs.
7073
7074 2002-01-16  Juergen Vigna  <jug@sad.it>
7075
7076         * tabular.C (GetAdditionalHeight): one of error fixed.
7077
7078         * lyxrc.C (output): small fix in writing use_pspell.
7079
7080 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
7081
7082         * sp_base.h: #include LString.h
7083
7084 2002-01-16  Allan Rae  <rae@lyx.org>
7085
7086         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
7087         Can someone check this please?
7088
7089         * text.C (drawInset): It was possible that p.row would be removed by
7090         breakAgainOneRow upsetting a few other settings.  There may be another
7091         small tweak possible by setting need_break_row = 0 when p.row has been
7092         removed but I don't know enough about the logic here.
7093
7094 2002-01-15  Allan Rae  <rae@lyx.org>
7095
7096         * text.C (insertChar): removed conditional truism.
7097
7098         * BufferView2.C (removeAutoInsets): More tweaks.
7099         cur_par_prev could be a stray pointer.  Check for trailing empty line
7100         in case last line was cur_par and only had an error inset on it.
7101
7102 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7103
7104         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
7105         absolute
7106
7107         * vc-backend.C (most methods):
7108         * exporter.C (Export):
7109         * converter.C (convert):
7110         (runLaTeX):
7111         * LyXSendto.C (SendtoApplyCB):
7112         * lyxfunc.C (dispatch):
7113         (menuNew):
7114         (open):
7115         (doImport):
7116         * lyx_cb.C (AutoSave):
7117         (InsertAsciiFile):
7118         * BufferView_pimpl.C (MenuInsertLyXFile):
7119         * buffer.C (runChktex): use Buffer::filePath().
7120
7121         * buffer.h: rename filename to filename_; rename filepath to
7122         filepath_ and make it private
7123         (filePath): new method
7124
7125         * buffer.C (writeFile): use fileName()
7126         (getLatexName):
7127
7128         * lyx_main.C (init): fix starting  of LyX when the binary is a
7129         link from so,ewhere else.
7130
7131         * minibuffer.C: include <cctype> for isprint
7132
7133 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7134
7135         * buffer.C (parseSingleLyXformat2Token): changes associated with the
7136         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
7137         name clash with InsetCollapsable's width function.
7138
7139 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7140
7141         * lastfiles.C: include <iterator>
7142
7143 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7144
7145         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
7146         std::count.
7147
7148         * buffer.C (makeLaTeXFile): ditto.
7149         Also make loop operation more transparent.
7150
7151 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7152
7153         * ToolbarDefaults.C: remove trailing comma closing namespace.
7154
7155         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
7156
7157         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
7158         as in WorkArea.
7159
7160         * trans.C (Load): comment out unused variable, allowed.
7161
7162 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
7163
7164         * minibuffer.[Ch] (append_char): new method to recieve input from the
7165         drop-down completion browser. If a key was pressed, then recieve this
7166         char and append it to the existing string.
7167         (peek_event): modify the positioning data passed to the completion
7168         browser so that it can be placed above the minibuffer rather than below.
7169 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7170
7171         * LyXAction.C (init): alloe error-next for readonly documents.
7172
7173         * BufferView2.C (ChangeRefsIfUnique): use standard version of
7174         count.
7175
7176 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7177
7178         * bufferlist.C (readFile): create the buffer _after_ checking that
7179         the file exists.
7180
7181         * lyxfunc.C (verboseDispatch): fix handling of arguments
7182
7183         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
7184
7185         * lyxrc.C: use string::erase() instead of initializing to "".
7186
7187
7188 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7189
7190         * BufferView_pimpl.h:
7191         * BufferView_pimpl.C:
7192         * WorkArea.h:
7193         * WorkArea.C:
7194         * text2.C: tell X when we have made a selection for copying
7195
7196 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7197
7198         * BufferView_pimpl.C (MenuInsertLyXFile):
7199         * lyxfunc.C (menuNew):
7200         (open):
7201         (doImport): add shortcuts to directory buttons
7202
7203         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
7204         open a float)
7205
7206         * lyxfunc.C (setStatusMessage):
7207         (getStatusMessage): new methods
7208         (getStatus):use setStatusMessage instead of setErrorMessage
7209         (dispatch): when function is disabled, set error message here
7210         [instead of in getStatus previously]
7211
7212         * BufferView_pimpl.C (workAreaButtonRelease): update
7213         toolbar/menubar here too.
7214
7215 2002-01-13  Allan Rae  <rae@lyx.org>
7216
7217         * BufferView2.C (removeAutoInsets): finished off earlier fix.
7218         Now seems indestructible.  Remaining task is to audit all other
7219         code affected by deleteEmptyParagraphMechanism.  One small quirk
7220         left is that an empty document with an error in the preamble can
7221         be made to report an error but no error box appears.  I don't know
7222         where it goes.
7223         (removeAutoInsets): Improved comments.
7224
7225 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
7226
7227         * Thesaurus.h:
7228         * Thesaurus.C: update for Aiksaurus 0.14
7229
7230 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7231
7232         * text2.C (firstParagraph): removed member function, all uses
7233         replaces with ownerParagraph
7234         (redoParagraphs): here
7235         (updateInset): here
7236         (toggleAppendix): here
7237         * BufferView2.C (insertErrors): here
7238         (setCursorFromRow): here
7239
7240 2002-01-13  Allan Rae  <rae@lyx.org>
7241
7242         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
7243         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
7244         There is still a way to segfault this although you may have to do this
7245         multiple times: Have an InsetERT with an unknown command in it.
7246         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
7247         <down-arrow>, <Enter> again, View->DVI, BANG!
7248
7249         * text2.C (setCursor):
7250         (deleteEmptyParagraphMechanism):
7251         * lyxtext.h (setCursor):
7252         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
7253         Making use of the return value may help fix other bugs.
7254
7255 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7256
7257         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
7258
7259         * LyXView.C (updateMenubar): call MenuBar::update here
7260         (updateToolbar): but not here
7261         (showState): do not update toolbar/menubar
7262
7263         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
7264         should need to care about that.
7265
7266         * lyxfunc.C (verboseDispatch): simplify a bit
7267         (getStatus): have a version which takes a pseudoaction, and
7268         another which requires a (kb_action,string).
7269
7270         * LyXAction.C (retrieveActionArg): make it work also when action
7271         is not a pseudo-action.
7272         (getActionName): simplify a bit
7273         (helpText):
7274
7275 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7276
7277         * lyxfunc.C (verboseDispatch): new families of methods with
7278         several ways to specify a command and a bool to indicate whether
7279         the command name and shortcut should be displayed in minibuffer
7280         (eventually, we could extend that to a finer bitmask like
7281         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
7282         (dispatch): the pristine dispatch command which just, well,
7283         dispatchs! Note it still sets its result to minibuffer; I'm not
7284         sure we want that.
7285
7286         * lyxfunc.h: remove setHintMessage
7287
7288         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
7289
7290 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7291
7292         * BufferView_pimpl.C (specialChar): delete new inset if we have
7293         not been able to insert it.
7294
7295         * kbmap.C: revert to using int instead of kb_action, since all we
7296         are dealing with is pseudo-actions.
7297
7298         * LyXAction.C (searchActionArg): change to return int instead of
7299         kb_action, since the result is a pseudoaction.
7300
7301 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
7302
7303         * buffer.C (insertErtContents): Fix (partially) the font bug.
7304
7305 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
7306
7307         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
7308         as the other one is broken on my machine!
7309
7310 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
7311
7312         * commandtags.h:
7313         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
7314
7315 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
7316
7317         * lyxrc.[Ch]: change names and descriptions of popup font variables to
7318         reflect their actual use. Provide compatibility code for older lyxrc
7319         files.
7320
7321         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
7322         FL_NORMAL_STYLE.
7323         change names of popup font variables in line with the changes to lyxrc.C
7324
7325 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7326
7327         * buffer.C (asciiParagraph): avoid outputing a word twice after
7328         an inset.
7329
7330         * lyxrc.C (getDescription): document that document_path and
7331         template_path can be empty.
7332
7333 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7334
7335         * LaTeXFeatures.C (getMacros):
7336         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
7337
7338         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
7339
7340         * LaTeXFeatures.C (useFloat): require "float" here instead of in
7341         getPackages.
7342         (getPackages): rename feature "floats" to "float". Use an array to
7343         iterate over 'simple' features (i.e. just a \usepackage). Add
7344         handling of "amsmath" (renamed from "amsstyle").
7345
7346 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
7347
7348         * LaTeXFeatures.C (require): Prevent duplicate entries in the
7349         features list.
7350
7351 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
7352
7353         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
7354         FuncStaus::FuncStatus & FuncStaus::some_method().
7355
7356 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
7357
7358         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
7359         of the func_satus stuff. Edited and massaged in various ways by
7360         JMarc.
7361
7362         * lyxfunc.C (getStatus): use FuncStatus
7363
7364 2002-01-08  Juergen Vigna  <jug@sad.it>
7365
7366         * text.C (nextBreakPoint): use function Inset::isChar().
7367
7368         * paragraph.C (TeXOnePar): use function
7369         Inset::forceDefaultParagraphs.
7370
7371         * buffer.C (latexParagraphs): use function
7372         Inset::forceDefaultParagraphs.
7373
7374 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
7375
7376         * lyx_gui.C (init): set the style of the menu popups to
7377         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
7378
7379 2002-01-07  Juergen Vigna  <jug@sad.it>
7380
7381         * text.C (setHeightOfRow): small fix
7382         (prepareToPrint): don't look at alignment if we don't have the place
7383         for doing it.
7384
7385 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
7386
7387         * box.C: New file. Move the Box methods and functions out of box.h,
7388         following Lars' suggestion.
7389
7390 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
7391
7392         * box.h: #include "support/LOstream.h", needed for inlined function.
7393
7394         * lyxtextclass.C:
7395         * lyxtextclasslist.C: added some using std declarations.
7396
7397 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
7398
7399         * box.h: make signed dimensions to allow insets wider than
7400           the screen (bug #162)
7401
7402         * BufferView_pimpl.C: add some insetHit debug
7403
7404 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
7405
7406         * vc-backend.C: add FIXME
7407
7408 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7409
7410         * lyxfunc.C (getStatus): enable code for showing math font status
7411         in toolbar/menu.
7412
7413 2002-01-07  Juergen Vigna  <jug@sad.it>
7414
7415         * text.C (nextBreakPoint): removed debug output not needed anymore.
7416
7417 2002-01-06  Juergen Vigna  <jug@sad.it>
7418
7419         * text.C (nextBreakPoint): fixed up this function we had this bug
7420         since ever but now hopefully we break row better.
7421         (insertChar): we have to check if an inset is the next char as it
7422         could now happen that a large inset is causing a break.
7423
7424 2002-01-05  Juergen Vigna  <jug@sad.it>
7425
7426         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
7427         if it doesn't like to be drawed.
7428
7429 2002-01-04  Juergen Vigna  <jug@sad.it>
7430
7431         * BufferView2.C (lockInset): forgot to set a cursor.
7432
7433         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
7434
7435 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
7436
7437         * FormMathsPanel.C:
7438         * FormMathsPanel.h
7439         * MathsSymbols.C:
7440         * form_maths_panel.C:
7441         * form_maths_panel.h:
7442         * form_maths_panel.fd: implemented sub- and super- buttons in math
7443         panel.
7444
7445         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
7446         (or ^ space) to be used as in TeX (req'd by André).
7447
7448         * lyxfunc.C: Allow ^ and _ again to be used both as
7449         super/subscript (mathed) and as themselves (in text).
7450
7451 2002-01-03  Allan Rae  <rae@lyx.org>
7452
7453         * LyXView.C (updateWindowTitle): Setup a short icon title of either
7454         "LyX" or the filename of the current buffer if it has one.  This is a
7455         modified form of John Levon's patch.
7456
7457         * XFormsView.C (setWindowTitle): also set icon title.
7458
7459         * LyXView.h (setWindowTitle): signature changed.
7460         * XFormsView.h (setWindowTitle): ditto.
7461
7462 2002-01-02  Juergen Vigna  <jug@sad.it>
7463
7464         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
7465
7466 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7467
7468         * screen.C (topCursorVisible): introduce a temp var for
7469         text->cursor.row(), handle the case where this row is null. (kindo
7470         hachish)
7471
7472         * text2.C (setCursor): add a couple of asserts.
7473
7474         * paragraph.h (inset_iterator): add -> operator
7475
7476         * paragraph.[Ch] (autoDeleteInsets): remove member function
7477
7478         * BufferView2.C (removeAutoInsets): rewrite to handle the old
7479         cursor pos correctly and handle inset deletion by itself.
7480         (insertErrors): move iterator declaration out of for expression
7481
7482         * lyxtextclass.C: add <algorithm>
7483
7484         * Makefile.am: added the new files to sources, removed layout.C
7485
7486         * layout.C: removed file
7487
7488         * layout.h: remove LYX_DUMMY_LAYOUT
7489
7490         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
7491         layout.
7492
7493         * lyxlayout.[Ch]:
7494         * lyxtextclass.[Ch]:
7495         * lyxtextclasslist.[Ch]: new files
7496
7497         * include order changes to a lot of files, also changes because of
7498         the six new files.
7499
7500 2001-12-27  Juergen Vigna  <jug@sad.it>
7501
7502         * buffer.C (asciiParagraph): more fixes.
7503
7504         * tabular.C (ascii): make ascii export support export of only the
7505         data separated by a column-delimiter.
7506         (ascii): better support for ascii export.
7507
7508         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
7509
7510 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7511
7512         * tabular_funcs.C: use a "using std::getline" instead of the
7513         previous fix from Angus (necessary for cxx + lyxstring)
7514
7515 2001-12-24  Juergen Vigna  <jug@sad.it>
7516
7517         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
7518
7519         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
7520         problems. First check a minipage also if we have some ert-contents
7521         (not only on par->size(), second set the right depth of the paragraph
7522         on the relink to the root-paragraph-list!
7523
7524         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
7525         which then did not anymore update the main paragraphs on undo/redo!
7526
7527 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7528
7529         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
7530         code. Support all font-changing funcs (even those which are not in
7531         menu currently). Support for reporting font settings in
7532         mathed (disabled until Andre provides a function on mathed's side).
7533
7534         * func_status.h (toggle): small helper function to set toggle
7535         state on a flag.
7536
7537 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
7538
7539         * tabular_funcs.C: getline -> std::getline
7540
7541 2001-12-21  Juergen Vigna  <jug@sad.it>
7542
7543         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
7544         accessed and could be 0 (I couldn't generate this but it seems
7545         Michael could!).
7546
7547 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7548
7549         * tabular_funcs.C: add LIstream.h, move write_attribute to..
7550         * tabular_funcs.h: here and include iosfwd
7551
7552 2001-12-20  Juergen Vigna  <jug@sad.it>
7553
7554         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
7555         inside inset but undo_par was.
7556
7557 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7558
7559         * Thesaurus.C: always include <config.h> in sources.
7560
7561         * Painter.h:
7562         * lyxlookup.h:
7563         * box.h: do not include <config.h> in header files
7564
7565         * text.C (paintLastRow): remove unused variable
7566
7567         * text.C (transformChar):
7568         (insertChar):
7569         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
7570
7571         * Painter.C (text):
7572         * font.C (width): rewrite to use uppercase() instead of
7573         islower/toupper.
7574
7575         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
7576
7577 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
7578
7579         * lyxfind.C: clean up of find failure position change
7580
7581 2001-12-20  Juergen Vigna  <jug@sad.it>
7582
7583         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
7584
7585         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
7586         (TeXRow): added to LaTeX a single tabular row.
7587         (TeXLongtableHeaderFooter): added to output LT-h/f data.
7588         (Latex): simplified and finally good LT-h/f support.
7589         (various_functions): just small adaptions for LT-h/f support.
7590
7591         * tabular_funcs.[hC]: added and moved here all not classfunctions
7592         of LyXTabular.
7593
7594 2001-12-19  Juergen Vigna  <jug@sad.it>
7595
7596         * tabular.[Ch]: better support for longtabular options (not finished
7597         yet!)
7598
7599 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7600
7601         * text.C (paintLastRow): use the label font instead of the font of
7602         the last character to compute the size of *_BOX. This makes more
7603         sense and avoids a crash with empty paragraphs.
7604         Use Painter::rectangle to draw EMPTY_BOX.
7605
7606 2001-12-19  Juergen Vigna  <jug@sad.it>
7607
7608         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
7609         the paragraphs if the replaced paragraph is not the first one!
7610         Tried to delete not used paragraphs but does not work yet so for
7611         now it's inside #ifdef's and by default off!
7612
7613 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7614
7615         * MenuBackend.C: include "lyx_main.h" instead of declaring
7616         lastfiles (actually was declared as LastFiles* instead of a
7617         scoped_ptr).
7618
7619 2001-12-17  Juergen Vigna  <jug@sad.it>
7620
7621         * tabular.C (AppendColumn): applied John's fix
7622
7623 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
7624
7625         * BufferView.h:
7626         * BufferView.C:
7627         * BufferView_pimpl.h:
7628         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
7629
7630         * Makefile.am:
7631         * box.h: new start of class for above
7632
7633         * lyxfunc.C: ignore space-only minibuffer dispatches.
7634           Show the command name when it doesn't exist
7635
7636         * minibuffer.C: don't add empty lines to the history
7637
7638         * minibuffer.C: add a space on dropdown completion
7639
7640 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
7641
7642         * text.C: fix line above/below drawing in insets
7643
7644 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7645
7646         * lyxlength.C (LyXLength): Initialize private variables.
7647
7648 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
7649
7650         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
7651         when inserting error insets.
7652
7653 2001-12-13  Juergen Vigna  <jug@sad.it>
7654
7655         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
7656         actually sometimes the before-paragraph.
7657         (setUndo): don't clear the redostack if we're not actually undoing!
7658
7659 2001-12-06  Juergen Vigna  <jug@sad.it>
7660
7661         * undo_funcs.C (textHandleUndo): well after John's hint I got here
7662         and fixed redoing of main paragraph, so we can use it now ;)
7663
7664         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
7665
7666 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7667
7668         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
7669         Juergen's request
7670
7671 2001-12-13  André Pönitz <poenitz@gmx.net>
7672
7673         * undostack.[Ch]:
7674         * undo_func.C: minor cleanup
7675
7676 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7677
7678         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
7679         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
7680         font in urw-fonts package which is marked as -urw-fontspecific and
7681         does not work (incidentally, changing the encoding in the
7682         fonts.dir of this package to -adobe-fontspecific fixes the
7683         problem).
7684
7685         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
7686         is a crash when undoing first paragraph (Juergen, please take a
7687         look). THis does not mean the undo fix is wrong, just that it
7688         uncovers problems.
7689
7690         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
7691         the (Paragraph*) version when needed instead of duplicating the
7692         code.
7693
7694         * text.C (workWidth): use Inset::parOwner to find out where the
7695         inset has been inserted. This is a huge performance gain for large
7696         documents with lots of insets. If Inset::parOwner is not set, fall
7697         back on the brute force method
7698
7699         * paragraph_pimpl.C (insertInset):
7700         * paragraph.C (Paragraph):
7701         (cutIntoMinibuffer): set parOwner of insets when
7702         inserting/removing them
7703
7704         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
7705
7706 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
7707
7708         * commandtags.h:
7709         * LyXAction.C:
7710         * lyx_main.C:
7711         * lyxfunc.C:
7712         * mathed/formulabase.C:
7713         * mathed/math_cursor.[Ch]:
7714         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
7715
7716
7717 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7718
7719         * lyxlength.[Ch] (operator!=): new function
7720
7721 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7722
7723         * text.C (workWidth): use Inset::parOwner to find out where the
7724         inset has been inserted. This is a huge performance gain for large
7725         documents with lots of insets. If Inset::parOwner is not set, fall
7726         back on the brute force method
7727
7728         * paragraph_pimpl.C (insertInset):
7729         * paragraph.C (Paragraph):
7730         (cutIntoMinibuffer): set parOwner of insets when
7731         inserting/removing them
7732
7733         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
7734
7735 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7736
7737         * tabular-old.C (getTokenValue):
7738         * tabular.C (getTokenValue):
7739         (write_attribute): new versions for LyXLength
7740         (everywhere): adjust the use of widths
7741
7742         * tabular.h: change the type of widths from string to LyXLength
7743
7744 2001-12-11  Ben Stanley <bds02@uow.edu.au>
7745
7746         * paragraph.C: fixed missing line number count when exporting
7747         Environments to LaTeX file
7748
7749         * buffer.C: added informational message for checking line numbers.
7750
7751 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7752
7753         * text2.C (deleteEmptyParagraphMechanism): if there is only one
7754         paragraph, do the 'double space' part, but not the 'empty
7755         paragraph' one.
7756
7757         * text.C (workWidth): small optimization
7758         (getLengthMarkerHeight): use minimal size for negative lengths.
7759
7760 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
7761
7762         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
7763
7764         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
7765
7766 2001-12-11  André Pönitz <poenitz@gmx.net>
7767
7768         * FontLoader.C:
7769         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
7770
7771 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7772
7773         * text2.C: keep selection on a setFont()
7774
7775 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7776
7777         * lyx_cb.C: another bv->text misuse, from insert label
7778
7779 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
7780
7781         * kbsequence.h:
7782         * kbsequence.C: re-instate nmodifier mask
7783
7784 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
7785
7786         * lyx_main.h: make lyxGUI private.
7787
7788 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7789
7790         * lyxfind.C: place the cursor correctly on failed search
7791
7792 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7793
7794         * text.C (getLengthMarkerHeight): for small heights, the arrows
7795         are not always on top/bottom of the text
7796         (drawLengthMarker): smaller arrows; take the left margin in
7797         account; draw also vfills.
7798         (paintFirstRow):
7799         (paintLastRow): remove special code for vfill and standard spaces,
7800         since everything is handled in drawLengthMarker now.
7801
7802 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7803
7804         * buffer.C (insertErtContents): try to handle font and language
7805         interaction a bit better.g
7806
7807         * ColorHandler.C (updateColor): change the hash to cover the whole
7808         LColor enum, ws cleanup
7809         (getGCLinepars): ditto
7810         (getGCLinepars): only lookup in the linecache once.
7811
7812 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
7813
7814         * iterators.C (operator++): Make the iterator more robust
7815
7816         * BufferView2.C (removeAutoInsets): Use paragraph iterators
7817         (John's patch)
7818         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
7819
7820 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7821
7822         * lyxtext.h:
7823         * text.C: better added space drawing
7824
7825 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7826
7827         * LyXView.C:
7828         * BufferView2.C: fix layout combo update on inset unlock
7829
7830 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7831
7832         * Makefile.am: don't compile unused files
7833
7834 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7835
7836         * lyxfunc.C:
7837         * commandtags.h:
7838         * LyXAction.C: remove old LFUN_LAYOUTNO
7839
7840 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7841
7842         * paragraph_pimpl.h:
7843         * paragraph_pimpl.C: isTextAt() doesn't need font param
7844
7845 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7846
7847         * lyxlex.h:
7848         * lyxlex.C: little cleanup
7849
7850 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7851
7852         * BufferView_pimpl.C: fix insertAscii for insets
7853
7854 2001-12-05  Juergen Vigna  <jug@sad.it>
7855
7856         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
7857         set the right font on the "multi" paragraph paste!
7858
7859 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7860
7861         * trans_decl.h:
7862         * trans_mgr.[Ch]:
7863         * trans.[Ch]:
7864         * lyxgluelength.C:
7865         * lyxlength.C: remove out-commented code.
7866
7867         * BufferView_pimpl:
7868         * CutAndPaste.C:
7869         * DepTable.C:
7870         * buffer.C:
7871         * chset.C:
7872         * lastfiles.C:
7873         * lyxlex.C:
7874         * lyxlex_pimpl.C:
7875         * lyxserver.C:
7876         * screen.C:
7877         * tabular-old.C:
7878         * tabular.C:
7879         * text.C:
7880         * trans_mgr.C:
7881         * vc-backend.C: change "while(" to "while ("
7882
7883         * lyxlength.[Ch]: add zero function to check if length is zero or
7884         not
7885         * lyxgluelength.C: use it
7886
7887 2001-12-05  Allan Rae  <rae@lyx.org>
7888
7889         * lyxlength.C: Attempted a fix for the abs(int) header selection.
7890         Works for 2.95.3, from what I understand of Garst's reports this should
7891         work for other g++ versions.  We're screwed if the abs(int) definition
7892         changed between bugfix releases of gcc.
7893
7894 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
7895
7896         * text.C: fix chapter label offset !
7897
7898 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
7899
7900         * lyxtext.h:
7901         * text.C: fix hfill at end of line, clean up
7902
7903 2001-12-04  Juergen Vigna  <jug@sad.it>
7904
7905         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
7906         that we force an update of the inset and it's owners if neccessary.
7907
7908 2001-12-03  Juergen Vigna  <jug@sad.it>
7909
7910         * text.C (rowLast): simplified code
7911
7912 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
7913
7914         * lyxfunc.C: fix show options on timeout
7915
7916 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7917
7918         * screen.C (topCursorVisible): scroll half a page when the cursor
7919         reached top of bottom of screen
7920
7921 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
7922
7923         * minibuffer.C: deactivate on loss of focus
7924
7925 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7926
7927         * vspace.[Ch] (operator!=): add operator.
7928
7929 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
7930
7931         * BufferView_pimpl.C: refuse to open an inset when
7932         there's a selection.
7933
7934 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
7935
7936         * BufferView_pimpl.C: allow to click on RHS of full row insets
7937
7938 2001-11-30  Juergen Vigna  <jug@sad.it>
7939
7940         * tabular.C (LyXTabular): add a same_id to set the same id's in the
7941         insets for undo reasons.
7942
7943 2001-11-28  André Pönitz <poenitz@gmx.net>
7944
7945         * vspace.[Ch]: cosmetical changes
7946
7947 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7948
7949         * LyXAction.h:
7950         * LyXAction.C:
7951         * lyxfunc.h:
7952         * lyxfunc.C:
7953         * kbmap.h:
7954         * kbmap.C:
7955         * lyxrc.C:
7956         * kbsequence.h:
7957         * kbsequence.C: part re-write of old kb code
7958
7959         * Painter.C:
7960         * WorkArea.C: remove Lgb_bug_find_hack
7961
7962 2001-11-30  José Matos <jamatos@fep.up.pt>
7963
7964         * buffer.C (makeDocBookFile): add a comment to point a hack.
7965         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
7966         Fixed a double write of labels.
7967
7968 2001-11-29 Ben Stanley <bds02@uow.edu.au>
7969
7970         * LaTeX.C:
7971         * LaTeX.h Fixed bug in LaTeX class where it would not
7972         re-run latex if no depfiles were changed, but the .dvi was removed.
7973
7974 2001-11-28  André Pönitz <poenitz@gmx.net>
7975
7976         * all the files from the change on 2001/11/26:
7977         use lyx::layout_type instead of LyXTextClass::size_type
7978         use lyx::textclass_type instead of LyXTextClassList::size_type
7979
7980 2001-11-29  Juergen Vigna  <jug@sad.it>
7981
7982         * text.C: added support for paragraph::isFreeSpacing()
7983
7984         * buffer.C: same as above
7985
7986         * paragraph.h: inserted isFreeSpacing() function to enable
7987         FreeSpacing inside InsetERT.
7988
7989         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
7990         of the paragraph's in the cut/copy buffer to 0!
7991
7992         * text2.C (removeRow): remove the assert as it can!
7993
7994         * lyxtext.h: added helper function firstRow returning firstrow and
7995         made firstrow private again.
7996
7997         * BufferView2.C (lockInset): don't relock if we're already locked!
7998
7999         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
8000         the only paragraph.
8001         (removeRow): added Assert::(firstrow)
8002
8003         * debug.C: forgot to add INSETTEXT here.
8004
8005 2001-11-28  Juergen Vigna  <jug@sad.it>
8006
8007         * sp_spell.C (initialize): changed error text to more general
8008         spellchecker command use (not only ispell!)
8009
8010         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
8011
8012         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
8013
8014 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8015
8016         * vspace.C: initialise lyxgluelength on failure
8017
8018 2001-11-28  Allan Rae  <rae@lyx.org>
8019
8020         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
8021         declaration & definition that looks like a function declaration.
8022
8023 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8024
8025         * BufferView2.C (copy):
8026         (copyEnvironment): do not clear the selection when doing a copy.
8027
8028         * text.C (paintFirstRow): compilation fix
8029
8030 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
8031
8032         * tabular.C (Latex): correct line count when writing latex.
8033
8034 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
8035
8036         * paragraph_pimpl.h:
8037         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
8038           bug a bit
8039
8040 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8041
8042         * text.C:
8043         * LColor.h:
8044         * LColor.C: change vfillline->added_space
8045
8046         * text.C: add markers and text for added space
8047
8048         * vspace.C: fix comment
8049
8050 2001-11-28  André Pönitz <poenitz@gmx.net>
8051
8052         * paragraph.C: whitespace changes
8053         * all the other files from the change on 2001/11/26:
8054         change *::pos_type into lyx::pos_type
8055
8056 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8057
8058         * buffer.C (parseSingleLyXformat2Token): Set the language to the
8059         language of the document when inserting error insets.
8060
8061 2001-11-26  André Pönitz <poenitz@gmx.net>
8062
8063         * BufferView_pimpl.[Ch]:
8064         *       CutAndPaste.C:
8065         * buffer.[Ch]:
8066         * lyxcursor.[Ch]:
8067         * lyxfind.C:
8068         * lyxfunc.C:
8069         * lyxrow.[Ch]:
8070         * paragraph.[Ch]:
8071         * paragraph_pimpl.[Ch]:
8072         * sp_spell.C:
8073         * text.C:
8074         * text2.C: reduce header dependencies, introduce type for positions
8075
8076 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
8077
8078         * <various>: change to use Alert.h
8079
8080 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8081
8082         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
8083         when encountering an unknown token.
8084         (readLyXformat2): Show an error message if there were unknown tokens.
8085
8086 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
8087
8088         * BufferView2.C:
8089         * BufferView_pimpl.C:
8090         * buffer.C:
8091         * paragraph.h:
8092         * text.C:
8093         * text2.C: use par->isInset()
8094
8095 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
8096
8097         * paragraph_pimpl.h:
8098         * paragraph_pimpl.C: cleanup
8099
8100 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8101
8102         * text2.C (removeRow):
8103         * text.C (setHeightOfRow): remove useless (and costly) call to
8104         getRow.
8105
8106 2001-11-20  Allan Rae  <rae@lyx.org>
8107
8108         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
8109         Now need Inset*::checkInsertChar() to return true for appropriate
8110         cases so that the characters in the minibuffer will actually be
8111         inserted.
8112
8113 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8114
8115         * text.C: change the order of the includes.
8116         (workWidth): initialize it at once.
8117         (workWidth): make maxw unsigned
8118         (setHeightOfRow): remove unused variable (inset)
8119         (selectSelectedWord): remove unused variable (inset)
8120         (paintRowText): fix drawing of hfill characters, and clean up a bit.
8121
8122 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8123
8124         * lyxserver.C (emergencyCleanup): do not try to close pipes if
8125         server is not running.
8126         (openConnection):
8127         (closeConnection): add debug info when server is disabled.
8128
8129         * ColorHandler.C (getGCForeground): send debug message to GUI
8130         channel.
8131
8132         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
8133
8134         * kbmap.C (bind): modify because return conventions of
8135         kb_sequence::parse have changed.
8136
8137         * kbsequence.C (parse): only ignore spaces and not any stupid
8138         control character. This avoids tests like s[i] <= ' ', which are
8139         guaranteed to fail with 8bit characters and signed chars.
8140         Change return code to string::npos when there have been no error
8141         (0 was a bad idea when error is at first character)
8142
8143 2001-11-14  José Matos  <jamatos@fep.up.pt>
8144
8145         * buffer.h:
8146         * buffer.C (simpleDocBookOnePar): removed unused argument.
8147
8148 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8149
8150         * text.C (selectNextWordToSpellcheck): do not test explicitely for
8151         insets which are part of a word. Paragraph::isLetter takes care of
8152         that now. Use Paragraph::isInset to identify insets.
8153         (selectSelectedWord): do not test for hyphenation break.
8154
8155         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
8156         that protected spaces are considered as spaces.
8157
8158         * paragraph.C (isLetter): cleanup the code for ispell extras; use
8159         Inset::isLetter.
8160
8161 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
8162
8163         * lyxserver.h:
8164         * lyxserver.C: fix it. and small cleanup.
8165
8166 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
8167
8168         * BufferView_pimpl.C: use inline helpers
8169
8170         * LaTeXFeatures.h:
8171         * LaTeXFeatures.C: fix typos
8172
8173         * Spacing.h:
8174         * Spacing.C: move spacing_string into class
8175
8176         * ToolbarDefaults.C: move stuff into namespace anon
8177
8178         * layout.h: update enum
8179
8180         * lyxfunc.C: use better debug
8181
8182         * minibuffer.h: fix typo
8183
8184         * debug.h:
8185         * debug.C:
8186         * WorkArea.C: add and use Debug::WORKAREA
8187
8188         * lyxtext.h:
8189         * text.C:
8190         * text2.C: code re-organisation, inline helpers
8191
8192 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
8193
8194         * Layout.C: replaced a few cases of std::vector.size() == 0 with
8195         std::vector.empty().
8196
8197 2001-11-09  Allan Rae  <rae@lyx.org>
8198
8199         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
8200         '\n's after tables.  Tabular and ERT inset work now makes this no
8201         longer necessary.
8202
8203 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
8204
8205         * minibuffer.h:
8206         * minibuffer.C: fix crash, improve drop-down completion
8207
8208 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
8209
8210         * lyxserver.h:
8211         * lyxserver.C: invalidate fd's when doing endPipe()
8212
8213 2001-11-08  José Matos  <jamatos@fep.up.pt>
8214
8215         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
8216         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
8217
8218         * paragraph.h:
8219         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
8220
8221 2001-11-07  José Matos  <jamatos@fep.up.pt>
8222
8223         * buffer.h:
8224         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
8225         const qualifier.
8226
8227         * buffer.C (sgmlOpenTag):
8228         * buffer.C (sgmlCloseTag): removed debug info.
8229
8230         * buffer.h (sgmlOpenTag):
8231         * buffer.h (sgmlCloseTag): made public.
8232
8233 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8234
8235         * buffer.C (saveParamsAsDefaults):
8236         * lyx_cb.C (MenuLayoutSave): remove
8237
8238         * LyXAction.C (init):
8239         * commandtags.h:
8240         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
8241
8242 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8243
8244         * buffer.C (setPaperStuff): removed from here...
8245
8246         * bufferparams.C (setPaperStuff): ... and moved there.
8247
8248 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
8249
8250         * minibuffer.h:
8251         * minibuffer.C:
8252         * XFormsView.C: add support for drop-down completion
8253
8254 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
8255
8256         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
8257         commands.
8258
8259 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8260
8261         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
8262         disabled.
8263
8264 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
8265
8266         * lyx_main.C: change ref to known bugs
8267
8268 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
8269
8270         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
8271         to work around older babel problems.
8272
8273 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
8274
8275         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
8276
8277 2001-10-24  Juergen Vigna  <jug@sad.it>
8278
8279         * tabular-old.C (ReadOld): below variable changes reflected.
8280
8281         * tabular.[Ch]: added ltType struct for longtable header/footer
8282         defines and changed all instances where they are used. Added
8283         future support for double top/bottom rows.
8284
8285 2001-10-24  José Matos  <jamatos@fep.up.pt>
8286
8287         * buffer.h (docbookHandleCaption):
8288         * buffer.C (docbookHandleCaption): removed unused function.
8289         (makeDocBookFile): moved docbook supported version to v4.1.
8290
8291 2001-10-24  José Matos  <jamatos@fep.up.pt>
8292
8293         * tabular.h:
8294         * tabular.C (docbookRow): new function to export docbook code of a row.
8295         (DocBook): now honors the longtable flags.
8296
8297 2001-10-23  José Matos  <jamatos@fep.up.pt>
8298
8299         * LaTeXFeatures.h:
8300         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
8301         of the lyx defined sgml entities used in a docbook/linuxdoc document.
8302
8303         * buffer.C (makeLinuxDocFile):
8304         (makeDocBookFile): reworked the preamble, more clean, and with
8305         support for lyx defined entities. Changed the document declaration
8306         to be more XML friendly.
8307
8308         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
8309         if we need to output XML that should be done with a filter.
8310
8311 2001-10-22  Juergen Vigna  <jug@sad.it>
8312
8313         * sp_pspell.h (class PSpell): add alive function needed in the
8314         controller to see if the spellchecker could be started.
8315
8316 2001-10-22  Juergen Vigna  <jug@sad.it>
8317
8318         * buffer.C (insertStringAsLines): modify the font for inserting
8319         chars in certain conditions by calling checkInsertChar(font).
8320
8321 2001-10-19  Juergen Vigna  <jug@sad.it>
8322
8323         * text.C (workWidth): use getRow instead of wrong algorithm.
8324         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
8325
8326 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
8327
8328         * lyxserver.h:
8329         * lyxserver.C:
8330         * lyx_main.h:
8331         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
8332
8333 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8334
8335         * text.C (workWidth): do not search for the exact row when
8336         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
8337         optimization for big documents.
8338
8339 2001-10-18  Juergen Vigna  <jug@sad.it>
8340
8341         * text.C (workWidth): new function with added Inset * parameter.
8342
8343 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8344
8345         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
8346
8347         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
8348         change return type of getColumnNearX.
8349
8350
8351         * text.C (changeRegionCase): use uppercase/lowercase instead of
8352         toupper/tolower.
8353         (leftMargin):
8354         (rightMargin): simplify code by factoring out the uses of
8355         textclasslist.
8356         (labelFill):
8357         (numberOfHfills):
8358         (setHeightOfRow):
8359         (appendParagraph): use Paragraph::size_type
8360
8361 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8362
8363         * vspace.C (asLatexString): add a missing break
8364
8365 2001-10-15  Herbert Voss  <voss@perce.de>
8366
8367         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
8368
8369 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8370
8371         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
8372         is not available.
8373
8374 2001-10-10  André Pönitz <poenitz@gmx.net>
8375
8376         * lyxfunc.C: removed greek_kb_flag.
8377
8378 2001-10-10  Herbert Voss  <voss@perce.de>
8379
8380         * lyx_main.C: delete global string help_lyxdir.
8381
8382 2001-10-09  Herbert Voss  <voss@perce.de>
8383
8384         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
8385
8386         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
8387
8388         * lyx_main.C: added global string help_lyxdir.
8389
8390         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
8391
8392 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8393
8394         * lyxrc.C (set_font_norm_type): support iso8859-4
8395
8396 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
8397
8398         * LaTeX.C (deplog): add another regex for MikTeX
8399
8400 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8401
8402         * lyxrc.C (set_font_norm_type): support iso8859-3
8403
8404 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8405
8406         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
8407
8408         * LaTeXFeatures.C: remove special case of french and index
8409
8410         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
8411         before \begin{document}). This solves several incompatibilities.
8412
8413 2001-10-03  Garst Reese  <reese@isn.net>
8414
8415         * lyx_cb.C: change CheckTex error msg.
8416
8417 2001-10-03  José Matos  <jamatos@fep.up.pt>
8418
8419         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
8420
8421 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8422
8423         * .cvsignore: update
8424
8425         * lyx_main.C (commandLineVersionInfo): use new style version info.
8426
8427         * buffer.C (writeFile):
8428         (makeLaTeXFile):
8429         (makeLinuxDocFile):
8430         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
8431
8432         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
8433
8434         * version.h: update to use stuff in version.C
8435
8436         * version.C.in: new file. Contains version information determined
8437         at compile time. This is a merging of version.h and
8438         version_info.h.in.
8439
8440 2001-10-03  Juergen Vigna  <jug@sad.it>
8441
8442         * BufferView_pimpl.C (update): don't change "dirty" status in
8443         updateInset call.
8444
8445 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
8446
8447         * WorkArea.C (c-tor): re-position version string slightly.
8448
8449 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
8450
8451         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
8452         revert to previous code.
8453
8454         WorkArea.[Ch]: (show, destroySplash): methods removed.
8455
8456         WorkArea.C: rework code so that it's an amalgam of the codes before and
8457         after the splash screen was moved to WorkArea.
8458
8459 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8460
8461         * lyxrc.C (read):
8462         * vspace.C (inPixels):
8463         (lyx_advance):
8464         * kbmap.C (bind):
8465         * buffer.C (insertStringAsLines):
8466         (asciiParagraph): fix types to be large enough
8467
8468         * lyxlex_pimpl.h: change member status from short to int
8469
8470         * layout.h: fix type of endlabeltype
8471
8472         * kbmap.C (bind):
8473         * kbsequence.C (parse): change return type to string::size_type
8474
8475         * LaTeX.C (updateBibtexDependencies): comment out unneeded
8476         variable
8477
8478         * Bullet.C (bulletSize):
8479         (bulletEntry): do not use short ints as parameters
8480
8481         * BufferView2.C (insertLyXFile): change a char to an int.
8482
8483         * WorkArea.C (WorkArea): remove unneeded floats in computation
8484
8485 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
8486
8487         * buffer.C (asciiParagraph): Treat '\\' as other chars.
8488
8489         * paragraph.C (asString): Do not ignore newline/hfill chars when
8490         copying to the clipboard.
8491
8492 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
8493
8494         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
8495         after a multi-line inset.
8496
8497 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
8498
8499         * paragraph.C (validate): Set NeedLyXFootnoteCode
8500
8501 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
8502
8503         * lyxfont.C (LyXSizeNames): changed increase-error to increase
8504         and decrease-error to decrease.
8505
8506 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8507
8508         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
8509         it more readable (should be equivalent)
8510
8511 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8512
8513         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
8514
8515 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8516
8517         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
8518         of a cursor (row, etc.) after a character has been deleted
8519         (deleteEmptyParagraphMechanism): call the method above on _all_
8520         cursors held by the LyXText when a double space has been
8521         detected/deleted.
8522
8523 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
8524
8525         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
8526         pixmap.
8527         (resizeCurrentBuff): remove code to destroy the old splash dialog.
8528
8529         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
8530         background. Use greyOut() and the new show() methods to toggle between
8531         the foreground and background. Add code to remove the splash after
8532         its initial showing.
8533
8534         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
8535         (create_forms): no longer call Dialogs::showSplash.
8536
8537 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8538
8539         * .cvsignore: add version_info.h
8540
8541 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8542
8543         * version_info.h.in: new file
8544
8545         * Makefile.am: add version_info.h.in
8546
8547         * lyx_main.C (commandLineVersionInfo): use version_info defined in
8548         version_info.h instead of VERSION_INFO
8549
8550 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
8551
8552         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
8553         The ERT inset now returns string().
8554
8555 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
8556
8557         * lyxtext.h, text.C (selectNextWord): renamed as
8558         selectNextWordToSpellcheck.
8559
8560         * text.C (selectNextWordToSpellcheck): Modified to not select
8561         words inside an ERT inset.
8562
8563 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8564
8565         * lyx_cb.C (MenuLayoutSave): change a bit the question
8566
8567         * sp_base.h: include <sys/types.h>
8568
8569 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
8570
8571         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
8572
8573 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
8574
8575         * several files: fix typos in user-visible strings
8576
8577 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8578
8579         * text2.C (pasteSelection): do not set the selection, since it
8580         will be cleared later. Actually, the intent was to fix the way the
8581         selection was set, but I figured rmoving the code was just as good.
8582
8583 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
8584
8585         * FontLoader.C (available): Check if font is available without
8586         loading the font.
8587
8588 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
8589
8590         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
8591
8592 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
8593
8594         * lyxrc.[Ch]: added display_graphics variable and associated code.
8595
8596 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8597
8598         * bufferparams.C (hasClassDefaults): new method. Returns true if
8599         the buffer parameters correspond to known class defaults
8600
8601 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
8602
8603         * XFormsView.C (show): set minimum size to the main window.
8604
8605 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8606
8607         * text2.C (copySelection):
8608         (cutSelection):
8609         * lyxfind.C (LyXReplace):
8610         * BufferView_pimpl.C (Dispatch): pass the correct flag to
8611         LyXText::selectionAsString.
8612
8613         * paragraph.C (asString): add "label" argument to the second form
8614
8615         * text2.C (selectionAsString): add "label" argument and pass it to
8616         Paragraph::asString.
8617
8618 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8619
8620         * lyx_main.C (commandLineHelp): remove version information
8621
8622 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
8623
8624         * lyx_main.C: add -version commandline option
8625
8626 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8627
8628         * paragraph.h: make the optional constructor arg required instead.
8629         some modifications to other files because of this.
8630
8631         * minibuffer.C (C_MiniBuffer_peek_event): make it static
8632
8633         * lyxserver.C (C_LyXComm_callback): make it static
8634
8635         * lyx_main.C (error_handler): make it static
8636
8637         * lyx_gui.C (LyX_XErrHandler): make it static
8638
8639         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
8640
8641         * WorkArea.C: make the extern "C" methods static.
8642
8643         * Makefile.am (lyx_LDADD): simplify
8644
8645 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8646
8647         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
8648         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
8649
8650         * LyXAction.C (init):
8651         * lyxfunc.C (dispatch): associated code removal.
8652
8653 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8654
8655         * lyxfont.h (isSymbolFont): shut off warning
8656
8657         * text.C (setHeightOfRow):
8658         (getVisibleRow): fix crash with empty paragraphs which have a
8659         bottom line
8660
8661 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
8662
8663         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
8664         code.
8665
8666 2001-09-04  José Matos  <jamatos@fep.up.pt>
8667         * buffer.C
8668         * buffer.h
8669         * tabular.C (docbook): rename docBook method to docbook.
8670
8671 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8672
8673         * Makefile.am: add dependencies to main.o.
8674
8675 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
8676
8677         * FontLoader.C (available): Return false if !lyxrc.use_gui
8678
8679 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
8680
8681         * FontInfo.C (query):
8682         * converter.C (view):
8683         * importer.C (Import):
8684         * exporter.C (Export): Can not -> cannot.
8685
8686 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
8687
8688         * BufferView_pimpl.C: allow to create index inset even if
8689           string is empty
8690
8691 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8692
8693         * buffer.C (getLists): replace boost::tie code with an explicit pair
8694         as boost::tie can break some compilers.
8695
8696         * iterators.h: Added a std:: declaration to the return type of
8697         ParIterator::size.
8698
8699 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
8700
8701         * lyxrc.C: add help for view_dvi_paper_option, default to safe
8702           case.
8703
8704 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
8705
8706         * iterators.[Ch]: New files. Provide paragraph iterators.
8707
8708         * buffer.C (changeLanguage): Use paragraph iterators.
8709         (isMultiLingual): ditto
8710
8711         * BufferView2.C (ChangeInsets): Use paragraph iterators.
8712
8713 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
8714
8715         * FontLoader.C: Support for cmr font.
8716
8717 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
8718
8719         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
8720         (available): New method.
8721
8722         * FontInfo.C (getFontname): Use scalable fonts even when
8723         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
8724         found.
8725
8726 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
8727
8728         * converter.C (Formats::view): reverted! Incorrect fix.
8729
8730 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
8731
8732         * converter.C (Formats::view): only output the -paper option
8733         if the dvi viewer is xdvi, thereby fixing bug #233429.
8734
8735 2001-08-23  Herbert Voss  <voss@perce>
8736
8737         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
8738
8739 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8740
8741         * Spacing.h (Spacing): Set space to Default on in the default
8742         constructor.
8743
8744 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8745
8746         * vc-backend.h (RCS::versionString): add RCS to version
8747         (CVS::versionString): add CVS to version
8748
8749         * vc-backend.C (scanMaster): do not add CVS to version.
8750         (scanMaster): do not add RCS to version
8751
8752         * lyxvc.C (versionString): new method
8753
8754         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
8755
8756 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8757
8758         * Spacing.C (set): initialize fval
8759
8760 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
8761
8762         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
8763         " or \.
8764
8765 2001-08-16  Juergen Vigna  <jug@sad.it>
8766
8767         * lyxfunc.C (dispatch): implemented the new FINISHED states.
8768
8769 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
8770
8771         * BufferView_pimpl.C:
8772         * figureForm.C:
8773         * lyxtext.h:
8774         * text2.C: setParagraph takes linespacing now
8775
8776 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
8777
8778         * LyxAction.C: add internal LFUN_CITATION_INSERT
8779
8780         * LyXView.C: actually apply fix
8781
8782         * bufferlist.C: fix open non-existent file
8783
8784         * lyxfind.C: fix indentation
8785
8786         * lyxfunc.C: remove unneeded assert, fix typo
8787
8788 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
8789
8790         * MenuBackend.C: use "Floatname List"
8791
8792 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
8793
8794         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
8795         when converting LaTeX layout to insetERT.
8796         Generate a non-collapsed float when reading old float
8797
8798 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
8799
8800         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
8801         ERT insets.
8802
8803 2001-08-13  Juergen Vigna  <jug@sad.it>
8804
8805         * text.C (fill): return 0 instead of 20 as this seems to be the more
8806         correct value.
8807
8808 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
8809
8810         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
8811         lyxrc.font_norm.
8812
8813 2001-08-13  Juergen Vigna  <jug@sad.it>
8814
8815         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
8816         casesensitive off.
8817         (SearchBackward): comment out the unlocking of the inset_owner this
8818         should not be needed!
8819
8820 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
8821
8822         * Many files: Remove inherit_language, and add latex_language
8823
8824         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
8825         collapsible insets.
8826
8827 2001-08-10  Juergen Vigna  <jug@sad.it>
8828
8829         * text.C (prepareToPrint): fixed hfill-width in draw!
8830
8831         * BufferView2.C (selectLastWord): save the selection cursor as this
8832         now is cleared in the function LyXText::clearSelection!
8833
8834 2001-08-08  Juergen Vigna  <jug@sad.it>
8835
8836         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
8837         BACKSPACE type functions.
8838
8839         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
8840         is only cutted from the document but not put in the cut-buffer, where
8841         still the old stuff should be.
8842
8843         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
8844
8845         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
8846
8847         * tabular.C (SetWidthOfCell): fixed special case where the width
8848         was not updated!
8849         (LeftLine): handle '|' in align_special.
8850         (RightLine): ditto
8851         (LeftAlreadyDrawed): ditto
8852         (SetWidthOfCell): ditto
8853
8854 2001-08-07  Juergen Vigna  <jug@sad.it>
8855
8856         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
8857
8858 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8859
8860         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
8861         * lyxlex.[hC]: ditto
8862
8863 2001-08-06  Juergen Vigna  <jug@sad.it>
8864
8865         * text.C (getVisibleRow): fix up row clearing a bit.
8866
8867 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8868
8869         * minibuffer.C: make sure the X server sees the changes in the input.
8870
8871 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8872
8873         * paragraph.C (getFont): split into...
8874         (getLabelFont): this
8875         (getLayoutFont): and this
8876         * paragraph_pimpl.C (realizeFont): calling this
8877
8878         * text2.C (getFont): split into...
8879         (getLayoutFont): this
8880         (getLabelFont): and this
8881         (realizeFont): all three calling this
8882
8883         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
8884         files where used.
8885
8886 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8887
8888         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
8889
8890 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
8891
8892         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
8893         layouts from the Quote inset insertion.
8894
8895 2001-08-03  Juergen Vigna  <jug@sad.it>
8896
8897         * BufferView_pimpl.C (update): do the fitCursor only at the end!
8898
8899         * screen.C (drawFromTo): don't call fitcursor here and do the loop
8900         only if status not is already CHANGED_IN_DRAW (second level).
8901
8902         * text.C (draw): don't set the need_break_row when inside an
8903         InsetText LyXText.
8904
8905 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8906
8907         * buffer.C (parseSingleLyXformat2Token): handle more latex
8908         conversion cases.
8909
8910         * bufferview_funcs.[hC]: change function names to
8911         begin with small char, adjust other files.
8912
8913 2001-08-02  André Pönitz <poenitz@gmx.net>
8914
8915         * lyxfunc.C:
8916         BufferView_pimpl.C: remove broken special code for math-greek
8917
8918 2001-08-02  Juergen Vigna  <jug@sad.it>
8919
8920         * BufferView_pimpl.C (update): redone this function so that we
8921         update the text again if there was a CHANGE_IN_DRAW.
8922
8923         * screen.C (cursorToggle): removed LyXText parameter and recoded.
8924         (drawFromTo): added a new internal bool which is used by draw() and
8925         redraw() function.
8926         (general): some cursor drawing problems fixed.
8927
8928 2001-08-01  Juergen Vigna  <jug@sad.it>
8929
8930         * lyxfind.C (LyXFind): fixed
8931         (SearchForward): ditto
8932         (SearchBackward): ditto
8933
8934         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
8935         spurius drawing of the cursor in the main area.
8936
8937         * text2.C (status): small fix which could lead to a segfault!
8938         (clearSelection): remove unneeded BufferView param.
8939
8940 2001-08-01  André Pönitz <poenitz@gmx.net>
8941
8942         * lyxfunc.C: small change due to changed mathed interface
8943
8944 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8945
8946         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
8947
8948 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
8949
8950         * lyxfunc.c: fail gracefully if file doesn't exist
8951
8952         * LyXSendto.C:
8953         * buffer.C:
8954         * lyxfunc.C:
8955         * BufferView_pimpl.C: IsDirWriteable() proto changed
8956
8957         * LyXView.C: fix updateWindowTitle() to store the last title
8958
8959 2001-07-31  Juergen Vigna  <jug@sad.it>
8960
8961         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
8962         the font (wrong since using of Paragraph::highestFontInRange).
8963
8964         * paragraph.C (highestFontInRange): added a default_size parameter.
8965
8966         * text.C (getVisibleRow): minor clear row changes (still not perfect).
8967         (setHeightOfRow): reformat
8968
8969 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8970
8971         * converter.[hC] + affected files: move to (inital-char)lowercase
8972         function names.
8973
8974         * ParagraphParameters.C (ParagraphParameters): remove commented code
8975
8976         * PainterBase.[Ch]: remove commented code
8977
8978         * LaTeXFeatures.h: add "bool floats" for float.sty
8979
8980         * LaTeXFeatures.C (LaTeXFeatures): init floats
8981         (require): handle float
8982         (getPackages): do it with floats
8983
8984 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8985
8986         * BufferView_pimpl.C (Dispatch): improve handling of
8987         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
8988
8989         * commandtags.h: #include lyxfont.h here temporarily to avoid
8990         keybinding bug.
8991
8992         * bufferlist.h: include LString.h here.
8993
8994 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8995
8996         * text2.C (getStringToIndex): new method.
8997
8998 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
8999
9000         * *: Reduced header file dependencies all over.
9001
9002 2001-07-30  Baruch Even  <baruch@lyx.org>
9003
9004         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
9005
9006 2001-07-29  Baruch Even  <baruch@lyx.org>
9007
9008         * buffer.C (readInset): Changed GRAPHICS to Graphics.
9009
9010 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9011
9012         * ParameterStruct.h (endif): add a default constructor to make
9013         sure that all variables is initialized.
9014
9015         * ParagraphParameters.C (ParagraphParameters): adjust
9016
9017 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9018
9019         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
9020         index; also, check that there is something to index, and that it
9021         does not span over several paragraphs.
9022         (doubleClick): use WHOLE_WORD_STRICT for double click.
9023
9024         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
9025
9026         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
9027         scheme.
9028
9029 2001-07-26  Baruch Even  <baruch@lyx.org>
9030
9031         * buffer.C (readInset): Changed to call up InsetGraphics when reading
9032         an InsetFig figure, backwards compatible reading of old figure code.
9033
9034 2001-07-27  Juergen Vigna  <jug@sad.it>
9035
9036         * text2.C: font.realize function adaption.
9037
9038         * text.C (draw): add a warnings lyxerr text if needed.
9039
9040         * layout.C: font.realize function adaption.
9041
9042         * language.C: add inherit_language and implement it's handlings
9043
9044         * bufferview_funcs.C (StyleReset): remove language parameter from
9045         font creation (should be language_inherit now).
9046
9047         * bufferparams.C (writeFile): handle ignore_language.
9048
9049         * paragraph.C (getFontSettings): the language has to be resolved
9050         otherwise we have problems in LyXFont!
9051
9052         * lyxfont.C (lyxWriteChanges): added document_language parameter
9053         (update): removed unneeded language parameter
9054
9055         * paragraph.C (validate): fixed wrong output of color-package when
9056         using interface colors for certain fonts in certain environments,
9057         which should not seen as that on the final output.
9058
9059 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
9060
9061         * BufferView_pimpl.C:
9062         * Thesaurus.h:
9063         * Thesaurus.C:
9064         * Makefile.am:
9065         * commandtags.h:
9066         * LyXAction.C: add thesaurus support
9067
9068         * lyxfind.h:
9069         * lyxfind.C: add "once" parameter, for thesaurus, to not
9070           move to the next match
9071
9072 2001-07-26  Juergen Vigna  <jug@sad.it>
9073
9074         * lyxfont.C (realize): honor ignore_language too!
9075         (resolved): ditto.
9076
9077         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
9078
9079         * text.C (draw): one place more for ignore_language to not draw
9080         itself!
9081
9082 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
9083
9084         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
9085
9086 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9087
9088         * buffer.C (parseSingleLyXformat2Token): a more general fix for
9089         the minipage conversion problem.
9090
9091 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9092
9093         * buffer.C (parseSingleLyXformat2Token): check minipage if we
9094         insert an inset.
9095
9096 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9097
9098         * BufferView.h: don't forward declare WorkArea
9099
9100         * BufferView.C: don't include WorkArea.h
9101
9102 2001-07-25  André Pönitz <poenitz@gmx.net>
9103
9104         * commandtags.h:
9105         * LyXAction.C:
9106         * lyxfunc.C:  new LFUN 'math-space'
9107
9108         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
9109
9110 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9111
9112         * text2.C (toggleInset): call open/close
9113
9114 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9115
9116         * lyxfunc.C (dispatch): add debug for the disabled case
9117
9118         * font.C (buttonText): make similar to rectText
9119
9120         * buffer.C (readInset): comment out parsing of insetlist and
9121         insttheorem
9122
9123         * PainterBase.C (rectText): small correction
9124
9125         * BufferView_pimpl.C: comment out insettheorem and insetlist
9126         * LyXAction.C: ditto
9127         * commandtags.h: ditto
9128
9129 2001-07-24  Juergen Vigna  <jug@sad.it>
9130
9131         * text.C (draw): honor the ignore_language.
9132
9133         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
9134
9135 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9136
9137         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
9138         char inset.
9139
9140 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9141
9142         * lyxtext.h: remove unused (and unimplemented) methods
9143
9144 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9145
9146         * text.C (getVisibleRow): honor background color
9147
9148         * PainterBase.h:
9149         * Painter.h: remove default color argument for fillRectangle
9150
9151         * text.C (backgroundColor): new method
9152
9153 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9154
9155         * text.C (getVisibleRow): adjust
9156
9157         * font.[Ch] (rectText): new method, metrics
9158         (buttonText): new method, metrics
9159
9160         * PainterBase.[hC]: make rectText and buttonText always draw and take
9161         fewer paramteres.
9162
9163 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9164
9165         * ToolbarDefaults.C (read):
9166         * MenuBackend.C (read): allow escaping in all strings
9167
9168         * BufferView_pimpl.C (insertAndEditInset): new method.
9169         (Dispatch): use insertAndEditInset whenever appropriate.
9170
9171         * BufferView_pimpl.C (insertNote): removed
9172
9173         * BufferView_pimpl.C (smartQuote): new method, moved from
9174         BufferView; if an insetquote cannot be inserted, insert a '"'
9175         character instead.
9176
9177         * BufferView2.C: remove insertCorrectQuote();
9178
9179         * lyxfunc.C (getStatus): Add support for all remaingin
9180         inset-insert lfuns.
9181
9182         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
9183
9184         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
9185         command (necessary to pass " as parameter of self-insert.
9186
9187         * text.C (selectWordWhenUnderCursor):
9188         (selectWord): add word_location parameter
9189         (selectWordWhenUnderCursor): same + remove special code for word
9190         boundary.
9191         (selectNextWord): use kind() to guess type of insetspecialchar,
9192         not latex().
9193
9194         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
9195         (insertErtContents): create ert insets as collapsed.
9196         (readInset): better compatibility code for Info inset.
9197
9198 2001-07-20  Juergen Vigna  <jug@sad.it>
9199
9200         * lyxfunc.C (dispatch): use always LyXFind now!
9201
9202         * text2.C (init): add a reinit flag so that the LyXText can be
9203         reinited instead of deleted and reallocated (used in InsetText).
9204
9205         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
9206
9207         * text.C: ditto
9208
9209         * text2.C: ditto
9210
9211 2001-07-18  Juergen Vigna  <jug@sad.it>
9212
9213         * text.C (selectNextWord): handle insets inside inset by calling
9214         always the bv->text functions so that we can go up the_locking_inset!
9215
9216         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
9217         in strange locations when inside an inset!
9218
9219         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
9220         handling to include insets.
9221
9222         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
9223
9224 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9225
9226         * LyXAction.C (init):
9227         * commandtags.h:
9228         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
9229         LIGATURE_BREAK, since the name is so stupid.
9230
9231 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
9232
9233         * buffer.C (readInset): enable reading of new InsetNotes as well as old
9234         InsetInfos.
9235
9236         * FontLoader.C: remove FORMS_H_LOCATION cruft.
9237
9238         * sp_form.[Ch]: remove.
9239
9240         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
9241
9242         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
9243         InsetInfo.
9244
9245         * src/buffer.C (readInset): ditto.
9246
9247 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9248
9249         * BufferView_pimpl.C (specialChar): new method. Obsoletes
9250         menuSeparator(), endOfSentenceDot(), ldots() and
9251         hyphenationPoint(), which are therefore removed.
9252         (Dispatch): handle LFUN_HYPHENATION_BREAK.
9253
9254         * LyXAction.C (init):
9255         * commandtags.h: add LFUN_HYPHENATION_BREAK.
9256
9257         * paragraph.C (getWord): removed.
9258
9259         * BufferView_pimpl.C (Dispatch): use last word or selection for
9260         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
9261
9262         * lyx_main.C (queryUserLyXDir): do not ask before creating
9263         user_dir, except if it has been named explicitely.
9264
9265 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
9266
9267         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
9268         a document of zero size.
9269
9270 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
9271
9272         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
9273         approriately in the c-tor and in require().
9274         (getPackages): output the appropriate LaTeX for natbib support.
9275
9276         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
9277         variables "use_natbib" and "use_numerical_citations" when reading the
9278         LyX file.
9279         (readInset): read the various natbib cite commands.
9280         (validate): white-space change.
9281
9282         * bufferparams.[Ch]: new variables "bool use_natbib" and
9283         "bool use_numerical_citations".
9284         (writeFile): output them in the LyX file.
9285
9286 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9287
9288         * lyxfunc.C (getStatus): add support for all the inset insertion
9289         commands.
9290
9291         * text2.C (insertInset):
9292         * paragraph.C (insetAllowed):
9293         * BufferView_pimpl.C (insertInset): update to take in account the
9294         renaming of insertInsetAllowed
9295
9296         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
9297
9298         * text2.C (getInset): new method. returns inset at cursor position.
9299
9300         * BufferView_pimpl.C (Dispatch): changes because of this.
9301
9302         * LyXAction.C (init): rename open-stuff to inset-toggle.
9303
9304         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
9305
9306         * text2.C (toggleInset): renamed from openStuff; use
9307         Inset::open().
9308
9309 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
9310
9311         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
9312
9313         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
9314
9315 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
9316
9317         * buffer.C (readLyXformat2): Add filename to the error dialog
9318
9319 2001-07-18  Juergen Vigna  <jug@sad.it>
9320
9321         * tabular.C (GetCellNumber): put an assert here instead of the check!
9322
9323 2001-07-17  Juergen Vigna  <jug@sad.it>
9324
9325         * BufferView_pimpl.C (toggleSelection): adapted too.
9326
9327         * text.C (selectNextWord): adapted for use with insets.
9328         (selectSelectedWord): ditto
9329
9330 2001-07-17  Juergen Vigna  <jug@sad.it>
9331
9332         * sp_spell.C (PSpell): fix initialitation order.
9333
9334 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9335
9336         * paragraph.C: spacing
9337
9338 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
9339
9340         * sp_spell.C: repair language selection for pspell
9341
9342 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9343
9344         * lyxfunc.h: change more methods to begin with lower char.
9345
9346 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
9347
9348         * buffer.C (parseSingleLyXformat2Token): Generate error insets
9349         for unknown layouts.
9350
9351 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9352
9353         * buffer.C (readLyXformat2): Generate an error dialog if there are
9354         unknown layouts.
9355
9356 2001-07-16  Juergen Vigna  <jug@sad.it>
9357
9358         * sp_spell.C: always compile ISpell part.
9359
9360         * lyxrc.C: added use_pspell entry and it's handling.
9361
9362 2001-07-13  Juergen Vigna  <jug@sad.it>
9363
9364         * sp_spell.C: removed double includes.
9365
9366 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
9367
9368         Consistent use of Lsstream.h:
9369         * Lsstream.h: added using std::stringstream for consistencies sake.
9370
9371         * buffer.C: removed using std::stringstream
9372
9373         * lyxfont.C (stateText):
9374         * paragraph.C (asString):
9375         * text.C (selectNextWord, selectSelectedWord):
9376         * text2.C (setCounter):
9377         * vspace.C (asString, asLatexString):
9378         std::ostringstream -> ostringstream.
9379
9380 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
9381
9382         * LyXAction.C: add LFUN_HELP_ABOUTLYX
9383         * commandtags.h: add LFUN_HELP_ABOUTLYX
9384         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
9385
9386 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
9387
9388         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
9389         cursorToggle()
9390         * lyx_gui_misc.C: remove spellchecker
9391         * lyxfunc.C: showSpellchecker
9392         * sp_base.h: added
9393         * sp_ispell.h: added
9394         * sp_pspell.h: added
9395         * sp_spell.C: added
9396         * sp_form.[Ch]: removed
9397         * spellchecker.[Ch]: removed
9398
9399 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
9400
9401         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
9402         is set.
9403         (simpleTeXSpecialChars): Simply print the input character without
9404         any special translation if pass_thru is set.
9405
9406         * layout.h: Added bool pass_thru to layout class for being able to
9407         implement pass through of a paragraph for Literate Programming.
9408
9409         * layout.C: add LT_PASS_THRU to LayoutTags enum.
9410         * layout.C (LyXLayout): set pass_thru to flase in constructor.
9411         * layout.C (Read): add "passthru" to list of layout tags and add
9412         code to set the pass_thru boolean when it is read.
9413
9414 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9415
9416         * trans_decl.h: remove allowed from KmodInfo
9417
9418         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
9419         remove allowed code
9420         (Load): adjust
9421
9422         * paragraph_pimpl.C (erase): use boost::prior
9423
9424         * Painter.C (text): use data() instead of c_str() when length is
9425         also provided.
9426         * WorkArea.C (putClipboard): ditto
9427         * font.h (width): ditto
9428
9429         * BufferView2.C: use it-> instead of (*it). for iterators
9430         * texrow.C: ditto
9431         * paragraph_pimpl.C: ditto
9432         * paragraph.C: ditto
9433         * minibuffer.C: ditto
9434         * language.C: ditto
9435         * kbmap.C: ditto
9436         * encoding.C: ditto
9437         * counters.C: ditto
9438         * converter.C: ditto
9439         * chset.C: ditto
9440         * Variables.C: ditto
9441         * TextCache.C: ditto
9442         * MenuBackend.C: ditto
9443         * LyXAction.C: ditto
9444         * LColor.C: ditto
9445         * FloatList.C: ditto
9446         * DepTable.C: ditto
9447         * ColorHandler.C (LyXColorHandler): ditto
9448
9449 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9450
9451         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
9452
9453         * text2.C (openStuff): reintroduce this method (which had been
9454         nuked in NEW_INSETS frenzy).
9455
9456         * lyxfunc.C (Dispatch): when an action has not been handled, use
9457         its name in the error message, not its number.
9458
9459         * paragraph.C (inInset): change method name to begin with lowercase.
9460
9461         * undo_funcs.C:
9462         * text2.C: updates because of this.
9463
9464 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9465
9466         * ToolbarDefaults.C (add): add spaces in error message
9467
9468 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9469
9470         * buffer.C (readLyXformat2): initialize the ert comp. variables.
9471         (readLyXformat2): rename return_par to first_par, use lyxlex's
9472         pushToken and remove the manual push handling.
9473         (parseSingleLyXformat2Token): add another ert comp. variable:
9474         in_tabular, rename return_par to first_par. handle newlines better
9475
9476 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9477
9478         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
9479
9480 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9481
9482         * text2.C (getParFromID): removed
9483
9484         * buffer.C (getParFromID): new method moved form lyxtext.
9485         * BufferView2.C (insertErrors): adjust
9486         (setCursorFromRow): adjust
9487         * BufferView_pimpl.C (restorePosition): adjust
9488         * lyxfunc.C (Dispatch): adjust
9489         * undo_funcs.C (textUndo): adjust
9490         (textRedo): adjust
9491         (textHandleUndo): adjust
9492         (textHandleUndo): adjust
9493
9494 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9495
9496         * buffer.C: up' the LYX_FORMAT
9497
9498         * lyxfont.h: turn NO_LATEX on as default
9499
9500         * buffer.C (insertErtContents): new methods of tex style compability.
9501         (parseSingleLyXformat2Token): use it several places.
9502         * tabular.C (OldFormatRead): and here
9503
9504 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9505
9506         * text2.C: remove some commented code.
9507         reindent file.
9508
9509         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
9510         * trans.C: changes because of the above.
9511
9512 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
9513
9514         * text2.C (setCounter): Fix counters bug with bibliography layout.
9515
9516 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9517
9518         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
9519         own member functions
9520         (simpleTeXSpecialChars): ditto
9521
9522 2001-07-06  Juergen Vigna  <jug@sad.it>
9523
9524         * a lot of files: changed the access to LyXText::status and the
9525         call of undo-functions.
9526
9527         * undo.[Ch]: added a inset_id to the undo informations.
9528
9529         * undo_funcs.[Ch]: added and moved here all undo functions.
9530
9531         * lyxtext.h: give the status enum a weight, made status_ a private
9532         variable and made accessor functions for it, removed the whole bunch
9533         of undo-functions as they are now in their own file, make some
9534         functions publically available. Added function ownerParagraph with
9535         int parameter.
9536
9537         * paragraph.[Ch]: added "bool same_ids" to the constructor,
9538         made InInset() a const function, added getParFromID() function.
9539
9540         * buffer.[Ch]: added const version for inset_iterator functions,
9541         added getInsetFromID() function.
9542
9543         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
9544         changed undo functions for new version.
9545
9546 2001-07-05  Juergen Vigna  <jug@sad.it>
9547
9548         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
9549         unknow mechanism does not call the proper constructor but only this
9550         one also if I request the other!?
9551
9552 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9553
9554         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
9555
9556         * text2.C (LyXText): use initialization lists.
9557
9558         * lyxtext.h (Selection): initialize set_ and mark_
9559         (init): remove method
9560
9561 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
9562
9563         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
9564
9565 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9566
9567         * screen.[Ch]: change method names to begin with lowercase
9568
9569         * BufferView_pimpl.C (updateScrollbar): simplify further and
9570         hopefully make it a bit faster.
9571
9572 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9573
9574         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
9575         calling directly xforms functions.
9576
9577         * Painter.C (Painter):
9578         * lyx_cb.C (MenuWrite):
9579         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
9580         fl_display.
9581
9582         * lyx_gui.C: remove bogus guiruntime extern declaration.
9583
9584 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9585
9586         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
9587         in NEW_INSETS
9588         (redoDrawingOfParagraph): ditto
9589         (redoParagraphs): ditto
9590         (cutSelection): don't create a object for CutAndPaste use the
9591         static method directly
9592         (pasteSelection): ditto
9593
9594         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
9595         LyXview (+ rename)
9596
9597 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9598
9599         * modifications to some other files because of this.
9600
9601         * Makefile.am (lyx_SOURCES): add XFormsView
9602
9603         * XFormsView.[Ch]: new files
9604
9605         * LyXView.[Ch]: make LyXView a base class for the gui handling for
9606         the main window. Move the gui dependent stuff to XFormsView
9607
9608 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9609
9610         * tabular.C (GetCellInset): update cur_cell also in the row/col
9611         version of this function.
9612
9613         * lyxfunc.C: no need to include figure_form.h here.
9614
9615         * FontLoader.h:
9616         * lyxfunc.h:
9617         * lyxscreen.h:
9618         * text2.C:
9619         * lyxvc.C: no need to include forms.h here.
9620
9621 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9622
9623         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
9624
9625         * lyxfunc.C (Dispatch):
9626         * Spacing.C (set):
9627         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
9628         constructor argument.
9629
9630 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9631
9632         * paragraph.C (Paragraph): dont't clear, and just set layout.
9633         (makeSameLayout): use params's copy contructor.
9634
9635         * ParagraphParameters.[Ch] (makeSame): delete method
9636
9637 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
9638
9639         * Variables.[Ch]: fix indentation, rename set to isSet
9640
9641 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9642
9643         * lyxfunc.C (Dispatch): fix typo
9644
9645 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9646
9647         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
9648         upper_bound.
9649
9650         * bufferlist.C: include assert.h for emergencyWrite().
9651
9652 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9653
9654         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
9655           give up at last (bug #425202) !
9656
9657 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
9658
9659         * lyx_gui_misc.C:
9660         * sp_form.h:
9661         * sp_form.C:
9662         * spellchecker.h:
9663         * spellchecker.C: strip spellchecker options and bring up
9664           preferences tab instead
9665
9666 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9667
9668         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
9669         the istringstream constructor
9670
9671 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9672
9673         * paragraph.C (getLayout): fix return value
9674
9675         * paragraph.h: do not declare getLayout as inline.
9676
9677         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
9678
9679 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9680
9681         * lyxcursor.h (operator<): new func
9682         (operator>): new func
9683         (operator>=): new func
9684         (operator<=): new func
9685
9686         * text.C (changeCase): use selection.start and selection.end
9687         (changeRegionCase): require from to be <= to. Require par to be a
9688         valid paragraph.
9689
9690         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
9691
9692 2001-06-27  Juergen Vigna  <jug@sad.it>
9693
9694         * text.C (cursorLeftOneWord): changed to return the cursor and added
9695         overlay with BufferView * parameter which calls this one.
9696         (getWord): added
9697         (selectWord): use new getWord function.
9698         (changeCase): renamed from changeWordCase as and extended to work
9699         also on selections.
9700
9701         * lyxtext.h: added enum word_location
9702
9703         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
9704         changeCase as this operates now also on selections.
9705
9706 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
9707
9708         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
9709
9710         * many files: send debug output to Debug::INFO instead of
9711         Debug::ANY.
9712
9713         * converter.C (View):
9714         (Convert):
9715         (Move): send debug output to Debug::FILES instead of console.
9716
9717 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
9718
9719         * lyxfunc.C (getStatus): use func_status
9720
9721         * func_status.h: new header, describing the results of
9722         LyXFunc::getStatus;
9723
9724         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
9725         LFUN_MATH_HALIGN.
9726
9727 2001-06-25  The LyX Project  <jug@sad.it>
9728
9729         * buffer.C (sgmlOpenTag):
9730         (sgmlCloseTag):
9731         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
9732
9733 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9734
9735         * text2.C: remove some dead code
9736
9737         * tabular.C (GetCellInset): store the last cell checked (gotten)
9738
9739         * tabular.h: add the helper for the speedup
9740
9741         * lyxtext.h: remove some dead code
9742
9743 2001-06-26  The LyX Project  <Asger>
9744
9745         * paragraph.C: Change export to LaTeX of alignment to
9746         \begin{center} and family for better roundtrip work with reLyX.
9747
9748         * Tune the math drawing a bit.
9749
9750 2001-06-25  The LyX Project  <Asger>
9751
9752         * LColor.C (LColor): New color for math background. New color
9753         for buttons.
9754
9755 2001-06-25  The LyX Project  <jug@sad.it>
9756
9757         * lyxfunc.C (MenuNew): remove extra check for .lyx file
9758
9759         * lyxfunc.C (Open):
9760         * bufferlist.C (newFile): do not restrict to files ending with
9761         .lyx
9762
9763         * BufferView_pimpl.C (MenuInsertLyXFile):
9764
9765 2001-06-24  The LyX Project  <jug@sad.it>
9766
9767         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
9768         of compare_no_case
9769
9770 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9771
9772         * lyxtext.h: rename most methods to begin with a small char.
9773         Lots of changes because of this.
9774
9775         * paragraph.C (Paragraph): do not call fitToSize
9776         (erase): call Pimpl::erase
9777         (insertChar): call Pimpl::insertChar
9778         (insertInset): call Pipl::insertInset
9779         (breakParagraph): do not call fitToSize
9780         (breakParagraphConservative): do not call fitToSize
9781         (fitToSize): remove method
9782
9783         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
9784
9785 2001-06-24  The LyX Project  <Asger>
9786
9787         * Fix Qt compilation^2
9788
9789 2001-06-24  The LyX Project  <jug@sad.it>
9790
9791         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
9792         depthHook(getDepth()-1).
9793
9794         * paragraph.h:
9795         * ParagraphParameters.h:
9796         * ParameterStruct.h: change type of depth to unsigned int ==
9797         depth_type. Many adaptations to other files before of that.
9798
9799 2001-06-24  The LyX Project  <Asger>
9800
9801         * Fix Qt compilation.
9802
9803 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9804
9805         * paragraph.h: renamed several methods to begin with small letter.
9806         several changes to many parts of the code because of this.
9807
9808 2001-06-23  The LyX Project  <jug@sad.it>
9809
9810         * text2.C (InsertStringAsLines): renamed from InsertStringA;
9811         rewritten to discard all double spaces when KeepEmpty is off
9812         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
9813         to only handle newlines but not fiddle with spaces and friends.
9814
9815         * lyxfunc.C (MenuNew): when doing 'new from template', use
9816         template_path as default directory
9817
9818 2001-06-23  The LyX Project  <Asger>
9819
9820         * Clean-up of header file includes all over
9821         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
9822
9823 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9824
9825         * paragraph.h: renamed from lyxparagraph.h
9826
9827 2001-06-23  Asger  <lyx@violet.home.sad.it>
9828
9829         * Buffer.h: Removed Buffer::resize
9830         * BufferList.h: Removed BufferList::resize
9831         * LyXView.h: Added LyXView::resize. This way, we will only reflow
9832         the document lazily when we change the width, or the font settings.
9833
9834 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9835
9836         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
9837
9838 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9839
9840         * buffer.h: remove out of date comment
9841
9842 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9843
9844         * lyxscreen.h:
9845         * screen.C: fix "theoretical" GC leak
9846
9847 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9848
9849         * LaTeX.C (scanAuxFile):
9850         (deplog): remove trailing \r when reading stream (useful under
9851         win32)
9852
9853 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
9854
9855         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
9856         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
9857         and BufferView::theLockingInset(Inset*), so should use them and not
9858         access bv_->text->the_locking_inset directly.
9859
9860         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
9861
9862 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
9863
9864         * Makefile.am:
9865         * tex-defs.h: remove old unused file
9866
9867 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
9868
9869         * BufferView_pimpl.C: fix typo, remove minibuffer message
9870           when buffer has loaded
9871
9872 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9873
9874         * lyxfunc.C (Dispatch): use stringstream
9875         (MenuNew): use stringstream
9876         (Open): use stringstream
9877
9878         * importer.C (Import): use stringstream
9879
9880         * bufferview_funcs.C (CurrentState): use stringstream
9881
9882         * LaTeX.C (run): use stringstream
9883
9884         * BufferView_pimpl.C (savePosition): use stringstream
9885         (restorePosition): use stringstream
9886         (MenuInsertLyXFile): use stringstream
9887
9888 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
9889
9890         * BufferView.C:
9891         * Bullet.C:
9892         * ColorHandler.C:
9893         * FontInfo.C:
9894         * FontLoader.C:
9895         * LColor.C:
9896         * LaTeXFeatures.C:
9897         * Painter.C:
9898         * gettext.C:
9899         * lyx_gui_misc.C:
9900         * lyxserver.C:
9901         * vspace.C: removed // -*- C++ -*- as first line.
9902
9903         * lyxfind.h:
9904         * version.h: added // -*- C++ -*- as first line.
9905
9906 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9907
9908         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
9909
9910         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
9911         of string
9912
9913 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9914
9915         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
9916         of floats.
9917
9918 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9919
9920         * gettext.C: include LString.h even when --disable-nls is on.
9921
9922 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
9923
9924         * converter.h (Get): changed argument type from int to
9925         FormatList::size_type to avoid unnecessary conversion.
9926
9927         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
9928         before using it.
9929
9930 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9931
9932         * gettext.h: include LString.h even when --disable-nls is on.
9933
9934 2001-06-07  Juergen Vigna  <jug@sad.it>
9935
9936         * text.C (BreakAgain): subst spaces with tabs.
9937
9938         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
9939         (resizeInsetsLyXText): set force on resizeLyXText.
9940
9941 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9942
9943         * gettext.h (gettext_init):
9944         (locale_init): use a real definition instead of a macro
9945
9946 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
9947
9948         * Bufferview_pimpl.C:
9949         * LColor.h:
9950         * LColor.C: further lcolor tidies
9951
9952 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9953
9954         * BufferView_pimpl.C (updateScrollbar): simplify.
9955
9956         * BufferView2.C: don't include insets/insetinfo.h, change
9957         prototype for insertInset and call the Pimpl version. let
9958         updateInset call Pimpl version.
9959
9960         * BufferView.h: move inset_slept to BufferView::Pimpl, move
9961         gotoInset to BufferView::Pimpl
9962
9963 2001-06-01  Juergen Vigna  <jug@sad.it>
9964
9965         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
9966         inside a LockingInset (is the update needed at all?).
9967
9968 2001-05-31  Juergen Vigna  <jug@sad.it>
9969
9970         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
9971         here not the old one otherwise how should we compare it afterwards
9972         if it's the same!
9973
9974 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9975
9976         * lyxfont.C:
9977         * tabular.C:
9978         * tabular-old.C:
9979         * FontInfo.C: bring C functions into global namespace when
9980         necessary
9981
9982 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9983
9984         * LString.h: make sure config.h has been loaded before LString.h.
9985
9986         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
9987         (one for each char read by EatLine!).
9988
9989         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
9990         variables.
9991
9992 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9993
9994         * paragraph.C (BreakParagraph): set the inset_owner in the new par
9995         to the same as the par we break from
9996
9997 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9998
9999         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
10000
10001         * MenuBackend.C (expand): also create menu entries for wide
10002         versions of the floats.
10003
10004         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
10005
10006         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
10007
10008         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
10009         frontends/Makefile.am
10010
10011         * text2.C: adjust
10012         * text.C: adjust
10013
10014
10015         * tabular.C (getTokenValue): add std::
10016
10017         * tabular-old.C (getTokenValue): add std::
10018         (getTokenValue): ditto
10019         (getTokenValue): ditto
10020
10021         * screen.C (ToggleSelection): adjust
10022
10023         * lyxtext.h: put selection cursors inside a Selection struct.
10024
10025         * lyxfunc.C (moveCursorUpdate): adjust
10026
10027         * lyxfont.C (latexWriteStartChanges): add std::
10028
10029         * lyxfind.C: adjust
10030
10031         * font.h: delete with(char const *, LyXFont const &)
10032
10033         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
10034
10035         * FontInfo.C (getFontname): add std::
10036
10037         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
10038         (workAreaButtonPress): adjust
10039         (tripleClick): adjust
10040         (update): adjust
10041         (moveCursorUpdate): adjust
10042         (Dispatch): adjust
10043
10044         * BufferView2.C (gotoInset): adjust
10045
10046 2001-05-30  Juergen Vigna  <jug@sad.it>
10047
10048         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
10049         to check pspell I add this as default as I now have new pspell
10050         libraries and they seem to use this.
10051
10052 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10053
10054         * text2.C (CutSelection): make the cursor valid before the call to
10055         ClearSelection.
10056
10057 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10058
10059         * kbsequence.C (parse): de-uglify a bit the parsing code, which
10060         relied on 0 terminated strings and other horrors. Bug found due to
10061         the new assert in lyxstring!
10062
10063         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
10064         KP_ keys.
10065
10066 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10067
10068         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
10069         to latinkeys.bind.
10070
10071         * lyxfunc.C (processKeySym): change method of getting to the
10072         self-insert char.
10073
10074         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
10075         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
10076         * BufferView_pimpl.[Ch]: here as private methods.
10077
10078 2001-05-28  Juergen Vigna  <jug@sad.it>
10079
10080         * text.C (SetHeightOfRow): added the update() call again as it is
10081         needed to initialize inset dimensions!
10082
10083 2001-05-16  Juergen Vigna  <jug@sad.it>
10084
10085         * text2.C (SetCharFont): Add new function with BufferView * and
10086         bool toggleall parameters for setting insets internal fonts.
10087         (SetFont): Freeze the undo as we may change fonts in Insets and
10088         all this change should be inside only one Undo!
10089
10090         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
10091         setting font's in insets as for them we have the SetFont function!
10092
10093 2001-05-15  Juergen Vigna  <jug@sad.it>
10094
10095         * text2.C (ClearSelection): to be sure we REALLY don't have any
10096         selection anymore!
10097
10098         * tabular.C (TeXCellPreamble): fixed the left border problem for
10099         multicolumn cells.
10100
10101 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
10102
10103         * LaTeX.C (deplog): Make sure that the main .tex file is in the
10104         dependancy file
10105
10106 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10107
10108         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
10109         LFUN_BREAKPARAGRAPH.
10110
10111         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
10112         help test to "internal only", similar for LFUN_INSERT_URL
10113
10114         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
10115         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
10116         auto_region_delete and deadkeys.
10117
10118 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
10119
10120         * LColor.h:
10121         * LColor.C: remove some dead entries, tidy a little
10122
10123 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10124
10125         * lyxfunc.C (processKeySym): comment the Escape handling, remove
10126         commented code.
10127         (Dispatch): implement LFUN_ESCAPE
10128
10129         * commandtags.h: add LFUN_ESCAPE
10130
10131         * LyXAction.C (init): add entry for LFUN_ESCAPE
10132
10133         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
10134         Remove commented code.
10135         (insertNote): moved here
10136         (open_new_inset): moved here
10137
10138         * BufferView[2].[Ch]: move insertNote and open_new_inset to
10139         BufferView_pimpl
10140
10141 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10142
10143         * kbmap.C (findbinding): clean it up and make it work correctly.
10144
10145         * lyx_main.C (init): do not pass argc and argv as parameters
10146
10147 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
10148
10149         * buffer.C: fix path for OS/2 & Win32
10150
10151         * lyx_gui.C:
10152         * lyx_main:
10153         * lyx_main.C: Added os:: class.
10154
10155         * os2_defines.h: update
10156
10157 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10158
10159         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
10160         better by trying again with reduced state.
10161
10162 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10163
10164         * lyxrc.C (read): print error about invalid key sequence only when
10165         debugging (because not all latinX keysyms are known to some X
10166         servers)
10167
10168         * kbsequence.C (getiso): add a few std:: qualifiers
10169         (getiso): comment out extra return statement.
10170
10171 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10172
10173         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
10174         handling.
10175         (Dispatch): enhance the accent inset a bit. (not perfect)
10176
10177 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10178
10179         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
10180
10181 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10182
10183         * bufferlist.C (emergencyWrite): fix assert() call
10184
10185 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
10186
10187         * text.C (InsertChar): Added trivial patch to only send the "you
10188         can not do multiple spaces this way" message once during a
10189         session.
10190
10191 2001-05-08  Baruch Even  <baruch@lyx.org>
10192
10193         * Makefile.am: Changed order of libraries to get LyX to link properly
10194         with the gnome frontend.
10195
10196 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10197
10198         * LaTeXFeatures.h: add a std:: qualifier
10199
10200 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10201
10202         * paragraph.C (String): use stringstream
10203
10204 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10205
10206         * paragraph.C (writeFile): remove footflag arg
10207
10208         * buffer.C (makeLaTeXFile): use stringstream
10209         (latexParagraphs): remove footnot gurba
10210
10211         * LaTeXFeatures.C (getPackages): use stringstream
10212         (getMacros): likewise
10213         (getTClassPreamble): likewise
10214         (getFloatDefinitions): new method
10215
10216         * paragraph.C (writeFile): reindent
10217         (Erase): reindent
10218
10219         * WorkArea.h: revert the xpos + etc changes.
10220
10221         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
10222
10223         * lyxparagraph.[Ch]: add copy constructor, remove Clone
10224
10225         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
10226         (pasteSelection): likewise
10227         * text2.C (CreateUndo): likewise
10228
10229 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10230
10231         * minibuffer.C (peek_event): temporarily reduce the functionality
10232         of the minibuffer (to allow args on lfuns)
10233
10234         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
10235         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
10236
10237         * buffer.C (readInset): add compability reading of old float
10238         lists, add reading of new style float list.
10239         (readInset): avoid reevaluation of inscmd.getCmdName()
10240         (getLists): reindent
10241
10242         * MenuBackend.C (MenuItem): implement parsing of
10243         md_floatlistinsert and md_floatinsert.
10244         (expand::LastFiles): move initalizaton of iterators out of loop,
10245         avoid reevaluation.
10246         (expand::Documents): introduce typdedef vector<string> Strings,
10247         and use it.
10248         (expand::ExportFormats): introduce typedef vector<Format const *>
10249         Formats, and use it.
10250         (expand): implement FloatListInsert and FloatInsert.
10251
10252         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
10253         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
10254         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
10255
10256         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
10257         handling.
10258         (Dispatch::LFUN_FLOAT_LIST): implement
10259
10260 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10261
10262         * LaTeX.C (run): Fix problem with --export code.
10263
10264 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
10265
10266         * BufferView.[Ch] (workarea): removed.
10267         (getClipboard) new method; wrapper for workarea()->getClipboard()
10268
10269         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
10270         bug.
10271
10272         * WorkArea.h (width, height, xpos, ypos): These methods all
10273         returned the dimensions of the work_area sub-area of WorkArea,
10274         resulting in a position error if the WorkArea were resized. Now
10275         return the dimensions of the entire WorkArea.
10276
10277         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
10278
10279 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10280
10281         * LaTeX.C (deplog): correct the syntax of regex reg1
10282
10283 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10284
10285         * undo.C: remove !NEW_INSETS cruft
10286
10287 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10288
10289         * text2.C: remove !NEW_INSETS cruft
10290
10291         * text.C: remove !NEW_INSETS cruft
10292
10293         * tabular.C: remove !NEW_INSETS cruft
10294
10295         * spellchecker.C: remove !NEW_INSETS cruft
10296
10297         * lyxtext.h: remove !NEW_INSETS cruft
10298
10299         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
10300
10301         * lyxfunc.C: remove !NEW_INSETS cruft
10302
10303         * lyxfind.C: remove !NEW_INSETS cruft
10304
10305         * lyx_cb.C: remove !NEW_INSETS cruft
10306
10307         * figureForm.C: remove  !NEW_INSETS cruft
10308
10309         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
10310
10311         * buffer.[Ch]: remove !NEW_INSETS cruft
10312
10313         * ToolbarDefaults.C: remove !NEW_INSETS cruft
10314
10315         * CutAndPaste.C: remove !NEW_INSETS cruft
10316
10317         * BufferView_pimpl.C: remove !NEW_INSETS cruft
10318
10319         * BufferView2.C: remove !NEW_INSETS cruft
10320
10321         * BufferView.h: remove !NEW_INSETS cruft
10322
10323 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10324
10325         * Lsstream.h: include LString.h before the sstream headers to
10326         fix problem with gcc 2.95.3 and lyxstring
10327
10328 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10329
10330         * lyx_main.C: add using directives when needed for C functions
10331         declared in std:: namespace.
10332
10333 2001-04-27  Juergen Vigna  <jug@sad.it>
10334
10335         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
10336         (SetHeightOfRow): comment out the update call should not be needed!
10337
10338 2001-04-13  Juergen Vigna  <jug@sad.it>
10339
10340         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
10341         (LyXTabular): tried to minimize operator= operations (and realized
10342         hopfully Lars wish).
10343
10344 2001-04-27  Juergen Vigna  <jug@sad.it>
10345
10346         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
10347
10348 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10349
10350         * lyxfunc.C (Dispatch): hack to make listof algorithm work
10351
10352         * buffer.C (readInset): hack to make listof algorithm work
10353
10354         * BufferView_pimpl.C: hack to make listof algorithm work
10355
10356 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10357
10358         * LyXAction.C: removed all !NEW_INSETS cruft
10359         (init): moved lfun_item in method
10360
10361         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
10362
10363 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
10364
10365         * BufferView2.C (theLockingInset): white space.
10366
10367 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10368
10369         * minibuffer.C: include <iostream>
10370
10371         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
10372
10373         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
10374
10375         * commandtags.h: add LFUN_TRANSPOSE_CHARS
10376
10377         * text.[Ch] (TransposeChars): new method
10378
10379 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10380
10381         * call message directly through LyXView instead of through LyXFunc
10382         * BufferView2.C: adjust
10383         * BufferView_pimpl.C: adjust
10384         * FontLoader.C: adjust
10385         * buffer.C: adjust
10386         * bufferview_funcs.C: adjust
10387         * converter.C: adjust
10388         * figureForm.C: adjust
10389         * importer.C: adjust
10390         * lyx_cb.C: adjust
10391         * lyx_gui_misc.C: adjust
10392         * lyxfunc.C: adjust
10393         * lyxvc.C: adjust
10394         * text2.C: adjust
10395         + more files in subdirs
10396
10397         * lyxparagraph.h (size): move up int file
10398         (GetLayout): ditto
10399
10400         * adjust all uses of Assert to lyx::Assert.
10401
10402         * BufferView2.C (ChangeCitationsIfUnique): adjust for
10403         lyxfunctional in namespace lyx
10404         * layout.C (hasLayout): ditto
10405         (GetLayout): ditto
10406         (GetLayout): ditto
10407         (delete_layout): ditto
10408         (NumberOfClass): ditto
10409         * converter.C (GetFormat): ditto
10410         (GetNumber): ditto
10411         (Add): ditto
10412         (Delete): ditto
10413         (SetViewer): ditto
10414         * bufferlist.C (getFileNames): ditto
10415         (emergencyWriteAll): ditto
10416         (exists): ditto
10417         (getBuffer): ditto
10418         * MenuBackend.C (hasSubmenu): ditto
10419         (hasMenu): ditto
10420         (getMenu): ditto
10421         * BufferView_pimpl.C (getInsetByCode): ditto
10422
10423 2001-04-18  Juergen Vigna  <jug@sad.it>
10424
10425         * vspace.C (asLatexString): fixed the 100% problem.
10426
10427 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10428
10429         * lyxfunc.C (Dispatch):
10430         * minibuffer.C:
10431         * minibuffer.h: add a few std:: qualifiers
10432
10433 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10434
10435         * minibuffer.[Ch]: reimplement so that commands is initiated and
10436         run from lyxfunc, simplified som handling, and made the completion
10437         and history code for complete. wip.
10438
10439         * lyxfunc.C (processKeySym): call message
10440         (miniDispatch): new temporary method
10441         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
10442         (LFUN_MESSAGE): implement
10443         (LFUN_MESSAGE_PUSH): implement
10444         (LFUN_MESSAGE_POP): implement
10445         (initMiniBuffer): the initial/defualt minibuffer message.
10446
10447         * lyxfont.[Ch]: inline some more getters
10448
10449         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
10450
10451         * lyx_gui_misc.[Ch] (WriteStatus): remove method
10452
10453         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
10454         (AutoSave): use LFUN_MESSAGE
10455         (Reconfigure): ditto
10456
10457         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
10458
10459         * figureForm.C: use LFUN_MESSAGE
10460
10461         * converter.C (runLaTeX): use LFUN_MESSAGE
10462
10463         * bufferview_funcs.C: use LFUN_MESSAGE
10464         (Melt): ditto
10465         (changeDepth): ditto
10466
10467         * bufferparams.h: use boost::
10468
10469         * bufferlist.h: inherit privately from noncopyable
10470
10471         * bufferlist.C (loadLyXFile): remove some commented code.
10472
10473         * buffer.C (runChktex): use LFUN_MESSAGE
10474
10475         * ShareContainer.h: inherit privately from noncopyable
10476
10477         * ParagraphParameters.[hC] (depth): inline it.
10478
10479         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
10480         methods.
10481         (message): new method
10482         (messagePush): ditto
10483         (messagePop): ditto
10484         (show): init minibuffer
10485         (showState): direct call
10486
10487         * LaTeX.[Ch]: inherit privately from noncopyable
10488         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
10489         instead of WriteStatus.
10490
10491         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
10492
10493         * BufferView_pimpl.C (buffer): don't init minibuffer
10494         (workAreaButtonPress): use LFUN_MESSAGE
10495         (workAreaButtonRelease): ditto
10496         (savePosition): ditto
10497         (restorePosition): ditto
10498         (MenuInsertLyXFile): ditto
10499         (workAreaExpose): don't init minibuffer
10500         (update): remove commented code, simplify
10501
10502         * BufferView2.C (openStuff): use LFUN_MESSAGE
10503         (toggleFloat): ditto
10504         (menuUndo): ditto
10505         (menuRedo): ditto
10506         (copyEnvironment): ditto
10507         (pasteEnvironment): ditto
10508         (copy): ditto
10509         (cut): ditto
10510         (paste): ditto
10511         (gotoInset): ditto
10512         (updateInset): remove some commented code
10513
10514         * lastfiles.h: inherit privately from noncopyable
10515         * layout.h: ditto
10516         * lyx_gui.h: ditto
10517         * lyx_main.h: ditto
10518         * lyxlex.h: ditto
10519         * lyxlex_pimpl.h: ditto
10520
10521         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
10522         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
10523         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
10524
10525         * LyXAction.h: inherit privately from noncopyable, add methods
10526         func_begin, func_end, returning iterators to the func map.
10527
10528         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
10529         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
10530         (func_begin): new method
10531         (func_end): new method
10532
10533         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
10534         and not)
10535         (copySelection): ditto
10536         (pasteSelection): ditto
10537
10538         * BufferView.C: whitespace change
10539         * BufferView.h: inherit privately from noncopyable
10540
10541 2001-04-16  Allan Rae  <rae@lyx.org>
10542
10543         * tabular-old.C (l_getline):
10544         * spellchecker.C (sc_check_word):
10545         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
10546         an unrecognised preprocessor directive.  So ensure they're wrapped.
10547
10548 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
10549
10550         * src/exporter.C (Export): Give an error message when path to file
10551         contains spaces.
10552
10553 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
10554
10555         * LaTeX.C (deplog): Always check that foundfile exists.
10556
10557 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10558
10559         * lyx_main.h:
10560         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
10561
10562 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10563
10564         * tabular.[Ch] (getLabelList): implement new method
10565
10566         * minibuffer.h: comment ouf setTiimer
10567
10568         * minibuffer.C (ExecutingCB): constify res
10569         (peek_event): constify s
10570         (Set): constify ntext
10571         (Init): constify nicename
10572
10573         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
10574
10575         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
10576         (savePosition): use two params to Minibuffer::Set
10577         (restorePosition): ditto
10578
10579 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10580
10581         * lyx_main.C: include language.h
10582
10583         * Makefile.am (lyx_main.o): add language.h
10584
10585 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10586
10587         * exporter.C:
10588         * paragraph.C:
10589         * screen.C:
10590         * tabular.C:
10591         * CutAndPaste.C: include gettext.h
10592
10593         * lyxfont.h: remove old hack with ON and OFF.
10594
10595         * lyxparagraph.h:
10596         * lyxfont.h: do not include language.h...
10597
10598         * BufferView2.C:
10599         * LaTeXFeatures.C:
10600         * Painter.C:
10601         * bufferview_funcs.C:
10602         * font.C:
10603         * lyxfont.C:
10604         * text.C:
10605         * text2.C:
10606         * trans_mgr.C:
10607         * paragraph.C: ... but do it here instead
10608
10609 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10610
10611         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
10612
10613         * tabular.C: small reformat
10614
10615         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
10616         NEW_INSETS version
10617         (GetChar): ditto
10618         (BreakParagraph): ditto
10619         (SetOnlyLayout): ditto
10620         (SetLayout): ditto
10621
10622         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
10623         with one arg less.
10624
10625         * lastfiles.C: removed most using decl, add std:: where needed
10626
10627         * buffer.C: ws changes
10628
10629         * MenuBackend.C (class compare_format): put into anon namespace
10630         (expand): constify label, names, action, action2
10631         (expand):
10632
10633         * text.C (SingleWidth): constify font
10634         (IsBoundary): constify rtl2
10635         (GetVisibleRow): constify ww
10636
10637         * LaTeX.C (deplog): constify logfile
10638
10639         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
10640         start_x, end_x
10641         (workAreaExpose): constify widthChange, heightChange
10642
10643         * lyxrow.C (par): moved
10644         (height): moved
10645         (next): moved
10646         * lyxrow.h: as inlines here
10647
10648         * lyxfont.h (shape): moved from lyxfont.C
10649         (emph): moved from lyxfont.C
10650
10651         * lyxfont.C (LyXFont): use initialization list for all
10652         constructors
10653         (shape): move to lyxfont.h as inline
10654         (emph): move to lyxfont.h as inline
10655
10656
10657 2001-04-04  Juergen Vigna  <jug@sad.it>
10658
10659         * vspace.C: had to include stdio.h for use of sscanf
10660
10661 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
10662
10663         * BufferView.h:
10664         * BufferView_pimpl.h: remove xforms cruft. Both classes are
10665         independent of xforms.
10666
10667 2001-04-02  Juergen Vigna  <jug@sad.it>
10668
10669         * spellchecker.C: fixed namespace placing!
10670
10671 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
10672
10673         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
10674         the LyXParagraph * is 0.
10675
10676 2001-03-29  Juergen Vigna  <jug@sad.it>
10677
10678         * vspace.C: added support for %, c%, p%, l%.
10679         (stringFromUnit): added helper function.
10680         (asLatexString): changed to give right results for the %-values.
10681
10682         * buffer.C: convert the widthp in a width%.
10683
10684 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
10685
10686         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
10687         figureForm.[Ch].
10688
10689         * figureForm.[Ch]: stripped the FD_from_figure manipulation
10690         code out of lux_cb.[Ch], ready for its (imminent?) removal.
10691
10692         * lyx_cb.[Ch]: see above.
10693
10694         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
10695         form1.[Ch].
10696
10697         * form1.[Ch]:
10698         * lyx.[Ch]: replaced by figure_form.[Ch].
10699
10700         * lyx_gui.C:
10701         * lyx_gui_misc.C:
10702         * lyxfunc.C: changed headers associated with above changes.
10703
10704 2001-03-27  Juergen Vigna  <jug@sad.it>
10705
10706         * BufferView_pimpl.C: set the temporary cursor right!
10707
10708 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
10709
10710         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
10711
10712 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
10713
10714         * LString.h: removed "using std::getline"!
10715
10716         * BufferView_pimpl.C (Dispatch): changes due to changes in
10717         InsetInclude::Params.
10718
10719         * buffer.C (tag_name): removed redundant break statements as they were
10720         producing lots of warnings with my compiler.
10721
10722 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10723
10724         * LString.h: add "using std::getline" when using the real <string>.
10725
10726 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
10727
10728         * buffer.C: removed bitset usage.
10729         PAR_TAG moved to an anonymous name space.
10730         (tag_name): new funtion, also in the anonymous namespace.
10731         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
10732         (makeDocBookFile): clean code. Completed transition from string arrays
10733         to string vectors.
10734         (SimpleDocBookOnePar): code clean.
10735
10736 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10737
10738         * tabular.C: add some comments.
10739
10740 2001-03-22  Juergen Vigna  <jug@sad.it>
10741
10742         * buffer.C (parseSingleLyXformat2Token): redone the minipage
10743         compatibility read a bit and fixed bug with minipage in different
10744         depth.
10745
10746 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
10747
10748         * buffer.C (pop_tag): removed.
10749         (push_tag): removed.
10750         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
10751         array replaced with vector. Added support for CDATA sections.
10752         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
10753         at any nest level.
10754         (makeDocBookFile): XML conformant declaration of CDATA section,
10755         fixed bug related to <emphasis> in the first paragraph char.
10756         (sgmlOpenTag): exclude empty tags.
10757         (sgmlCloseTag): ditto.
10758
10759         * buffer.h (pop_tag): removed.
10760         (push_tag): removed.
10761
10762 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
10763
10764         * language.h (Languages): added size_type and size().
10765
10766 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10767
10768         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
10769         response on compability reading of minipages. One probliem is that
10770         the old usage of minipages was «flertydig»
10771
10772         * several files here and in subdirs: don't use static at file
10773         scope use anon namespaces instead.
10774
10775 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
10776
10777         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
10778         LaTeX output. This is necessary for Literate document
10779         processing.
10780
10781 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10782
10783         * buffer.C: insert hfill when needed.
10784
10785         * tabular.C (l_getline): use string::erase, small whitespace change.
10786
10787         * BufferView_pimpl.C: try the anon namespace.
10788         * WorkArea.C: ditto
10789
10790 2001-03-16  Juergen Vigna  <jug@sad.it>
10791
10792         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
10793         otherwise it won't open options-dialogs.
10794
10795         * buffer.C: honor pextraWidth(p) on converting minipages.
10796
10797         * tabular.C (l_getline): changed the functions to strip trailing \r.
10798
10799 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
10800
10801         * BufferView_pimpl.C:
10802         * minibuffer..C: added "using SigC::slot" declaration.
10803
10804 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10805
10806         * lyxlex_pimpl.h: noncopyable is in namespace boost.
10807
10808         * text2.C: ditto
10809
10810         * text.C: ditto
10811
10812         * paragraph.C: ditto
10813
10814         * lyxtext.h: NO_PEXTRA
10815
10816         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
10817
10818         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
10819         * ParameterStruct.h: ditto
10820         * ParagraphParameters.h: ditto
10821         * lyxparagraph.h: ditto
10822
10823 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10824
10825         * buffer.C: add compability for minipage alignment.
10826         (latexParagraphs): remove unwanted pextra check.
10827
10828         * several files: remove CXX_WORKING_NAMESPACES
10829
10830         * buffer.C (pop_tag): tie is in namespace boost
10831
10832         * BufferView.h: noncopyable is in namespace boost
10833         * lyxlex.h: ditto
10834         * lyx_main.h: ditto
10835         * lyx_gui.h: ditto
10836         * layout.h: ditto
10837         * lastfiles.h: ditto
10838         * bufferlist.h: ditto
10839         * ShareContainer.h: ditto
10840         * LyXView.h: ditto
10841         * LyXAction.h: ditto
10842         * LaTeX.h: ditto
10843
10844 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
10845
10846         * Merging changes from BRANCH_MVC back into HEAD.
10847
10848         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
10849
10850 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
10851
10852         * BufferView_pimpl.C: change from intl.C
10853
10854         * combox.h:
10855         * combox.C:
10856         * Makefile.am: move combox.*
10857
10858         * form1.h:
10859         * form1.C:
10860         * lyx_gui.C:
10861         * intl.h:
10862         * intl.C: remove dialog (covered by prefs)
10863
10864 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
10865
10866         * lyxfunc.C (Dispatch): removed redundant break statement.
10867
10868 2001-03-14  Juergen Vigna  <jug@sad.it>
10869
10870         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
10871
10872 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10873
10874         * buffer.C: add hack to fix compability reading of minipages.
10875
10876 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
10877
10878         * buffer.C (getLists): Cleanup.
10879
10880 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10881
10882         * lyxfont.C (update): don't honor toggleall on font size.
10883
10884 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
10885
10886         * bmtable.c:
10887         * bmtable.h:
10888         * Makefile.am: moved to frontends/xforms/
10889
10890         * lyx_gui_misc.C:
10891         * lyxfunc.C:
10892         * BufferView_pimpl.C: changes for moved mathpanel
10893
10894 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
10895
10896         * gettext.h: fix gettext_init() in --disable-nls
10897
10898 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10899
10900         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
10901
10902 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
10903
10904         * lyx.C:
10905         * lyx.h: strip external form
10906
10907 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
10908
10909         * BufferView_pimpl.C: add comment, destroySplash()
10910
10911 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
10912
10913         * BufferView_pimpl.C:
10914         * LyXAction.C:
10915         * buffer.C:
10916         * commandtags.h:
10917         * lyxfunc.C: use re-worked insetinclude
10918
10919 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10920
10921         * buffer.C: add using std::stringstream.
10922
10923         * lyx_cb.C: readd using std::ios.
10924
10925         * buffer.C: add using std::map.
10926
10927         * BufferView_pimpl.C: add using std::vector.
10928
10929         * ShareContainer.h: add std:: to swap.
10930
10931         * buffer.h: add some typedefs
10932         * buffer.C (getLists): use them
10933         (getLists): renamed from getTocList.
10934         add a counter for the different float types and use it in the
10935         generated string.
10936         (getLists): use the same counter for the NEW_INSETS and the "non"
10937         NEW_INSETS
10938
10939         * lyx_cb.h: remove unused items, includes, using etc.
10940
10941         * ShareContainer.h: remove some commented code, add more comments
10942         and "documentation".
10943
10944 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10945
10946         * buffer.C (getTocList): make the list also when NEW_INSETS is
10947         defined.
10948
10949         * buffer.h: remove TocType
10950
10951         * buffer.C (getTocList): change to return a map<string,
10952         vector<TocItem> >, implement for dynamic number of list.
10953
10954         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
10955         * text2.C (PasteSelection): adjust
10956         * CutAndPaste.C (pasteSelection): adjust
10957
10958         * FloatList.C (FloatList): update from the new_insets branch.
10959         * Floating.[Ch]: ditto
10960         * LaTeXFeatures.C: ditto
10961         * buffer.C: ditto
10962         * lyxlex_pimpl.C: ditto
10963
10964         * paragraph.C (Last): remove when NEW_INSETS is defined.
10965
10966         * other file: changes because of the above.
10967
10968 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10969
10970         * lyxparagraph.h: rename next to next_, previous to previous_,
10971         make them private for NEW_INSETS. Rename Next() to next(),
10972         Previous() to previous().
10973
10974         * other files: changes because of the above.
10975
10976 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
10977
10978         * BufferView.h:
10979         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
10980         problem.
10981
10982 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10983
10984         * main.C (main): pass lyx_localedir to gettext_init().
10985
10986         * gettext.h: remove locale_init and gettext_init macros
10987
10988         * gettext.C (locale_init): new function
10989         (gettext_init): new function
10990
10991         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
10992         setlocale().
10993
10994 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
10995
10996         * Moved credits to frontends:
10997         * credits.[Ch]: removed
10998         * credits_form.[Ch]: removed
10999         * lyx_gui_misc.C: remove credits stuff
11000         * Makefile.am:
11001
11002 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11003
11004         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
11005
11006         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
11007         unneeded destructor.
11008
11009         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
11010         a standalone pointer again.
11011
11012         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
11013
11014 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
11015
11016         * Makefile.am:
11017         * filedlg.h:
11018         * filedlg.C:
11019         * LyXAction.C:
11020         * ToolbarDefaults.C:
11021         * bufferlist.C:
11022         * commandtags.h:
11023         * form1.C:
11024         * form1.h:
11025         * lyx_cb.C:
11026         * lyx_cb.h:
11027         * lyxfunc.h:
11028         * lyxfunc.C:
11029         * BufferView_pimpl.C: use new file dialog in GUII
11030
11031         * lyx_cb.h:
11032         * lyx_cb.C: remove LayoutsCB to Toolbar
11033
11034 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11035
11036         * ShareContainer.h (get): add std:: qualifier
11037
11038 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11039
11040         * ShareContainer.h: define a proper ShareContainer::value_type
11041         type (and use typename to please compaq cxx)
11042
11043 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11044
11045         * lyxparagraph.h: move serveral local vars to
11046         ParameterStruct/ParagraphParameters., use ShareContainer in
11047         FontTable., make vars in FontTable private and add getter and
11048         setter.
11049
11050         * paragraph.C: changes because of the above.
11051
11052         * lyxfont.h: remove copy constructor and copy assignment. (the
11053         default ones is ok), move number inside FontBits. move inlines to
11054         lyxfont.C
11055
11056         * lyxfont.C: add number to initializaton of statics, move several
11057         inlines here. constify several local vars. some whitespace
11058         cleanup. Dont hide outerscope variables.
11059
11060         * Spacing.h: add two new constructors to match the set methods.
11061
11062         * ShareContainer.h: new file, will perhaps be moved to support
11063
11064         * ParameterStruct.h: new file
11065
11066         * ParagraphParameters.h: new file
11067
11068         * ParagraphParameters.C: new file
11069
11070         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
11071         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
11072
11073         * BufferView_pimpl.C: ParagraphParameter changes.
11074         * buffer.C: Likewise.
11075         * bufferview_funcs.C: Likewise.
11076         * text.C: Likewise.
11077         * text2.C: Likewise.
11078
11079 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11080
11081         * lyxfind.C (LyXReplace): do not redefine default argument in
11082         implementation.
11083         (IsStringInText): ditto
11084         (SearchForward): ditto
11085         (SearchBackward): ditto
11086
11087 2001-03-06  Juergen Vigna  <jug@sad.it>
11088
11089         * lyxfind.C (IsStringInText): put parentes around expressions.
11090
11091 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
11092
11093         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
11094
11095 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
11096
11097         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
11098
11099         * stl_string_fwd.h: add comment
11100
11101         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
11102
11103         * tabular.h:
11104         * tabular.C: remove unused DocBook methods
11105
11106         * intl.C:
11107         * language.C:
11108         * paragraph.C:
11109         * buffer.C:
11110         killed DO_USE_DEFAULT_LANGUAGE
11111
11112 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11113
11114         * lyx_gui.C: do not include language.h.
11115
11116         * bufferview_funcs.C (ToggleAndShow): do not provide optional
11117         arguments in function implementation.
11118
11119 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11120
11121         * BufferView_pimpl.C: add <ctime>
11122
11123 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11124
11125         * BufferView_pimpl.C: add using std::find_if
11126
11127 2001-02-27  José Matos  <jamatos@fep.up.pt>
11128
11129         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
11130         by OnlyPath.
11131
11132 2001-02-11  José Matos  <jamatos@fep.up.pt>
11133
11134         * buffer.C (makeDocBookFile): command styles now have a parameter as
11135         "title" by default.
11136
11137 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
11138
11139         * layout_forms.[Ch]: removed
11140         * lyx_cb.[Ch]: out character
11141         * lyx_gui.C: out character
11142         * lyx_gui_misc.C: out character
11143         * bufferview_funcs.C: : out character,
11144         added toggleall as parameter in ToggleAndShow
11145
11146 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
11147
11148         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
11149
11150         * text2.C (SetCurrentFont): Disable number property at boundary.
11151
11152 2001-02-26  Juergen Vigna  <jug@sad.it>
11153
11154         * lyxfunc.C (getStatus): added a string argument override function so
11155         that this is correctly called from LyXFunc::Dispatch if it contains a
11156         do_not_use_argument which is used!
11157         (Dispatch): added check for "custom" export and call appropriate func.
11158
11159 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
11160
11161         * lyxrc.C: Add language_command_local, language_use_babel and
11162         language_global_options.
11163
11164         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
11165
11166         * buffer.C (makeLaTeXFile): Use language_use_babel and
11167         language_global_options.
11168
11169 2001-02-23  Juergen Vigna  <jug@sad.it>
11170
11171         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
11172         which works with LyXText and putted it inside BufferView. Here now we
11173         only call for that part the BufferView::Dispatch() function.
11174
11175         * BufferView.C (Dispatch): added.
11176
11177         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
11178         functions which needs to use a LyXText over from LyXFunc.
11179         (MenuInsertLyXFile): added
11180         (getInsetByCode): added
11181         (moveCursorUpdate): added
11182         (static TEXT): added
11183
11184 2001-02-22  Juergen Vigna  <jug@sad.it>
11185
11186         * BufferView_pimpl.C (update): call a status update to see if LyXText
11187         needs it.
11188
11189 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11190
11191         * vc-backend.C (revert): implement for CVS
11192         (getLog): implement for CVS
11193
11194 2001-02-20  Juergen Vigna  <jug@sad.it>
11195
11196         * text2.C (ClearSelection): added BufferView param for inset_owner call
11197
11198         * lyxfunc.C (TEXT): added this function and use it instead of
11199         directly owner->view()-text of getLyXText().
11200
11201 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
11202
11203         * src/layout_forms.C: out preamble
11204         * src/layout_forms.h: out preamble
11205         * src/lyx_cb.C: out preamble
11206         * src/lyx_cb.h: out preamble
11207         * src/lyx_gui.C: out preamble
11208         * src/lyx_gui_misc.C: out preamble
11209         * src/lyxfunc.C: connect with guii preamble
11210
11211 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
11212
11213         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
11214
11215 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
11216
11217         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
11218         whether to run bibtex.
11219
11220 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
11221
11222         * Makefile.am (lyx_SOURCES): Remove BackStack.h
11223
11224 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11225
11226         * Makefile.am (lyx_SOURCES): removed bibforms.h
11227
11228         * vspace.h: doxygen
11229
11230         * text.C (GetVisibleRow): make several local vars const
11231
11232         * tabular.C: small cleanup.
11233
11234         * lyxserver.C (callback): use compare instead of strncmp
11235
11236         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
11237         inlines to after class or to paragraph.C
11238
11239         * lyxfont.h: remove friend operator!=
11240
11241         * converter.h: move friend bool operator< to non friend and after
11242         class def.
11243
11244         * combox.h: small cleanup
11245
11246         * buffer.h: doxygen, remove unused constructor, move inclas inlies
11247         to inlines after class def.
11248
11249         * buffer.C (pop_tag): use string operations instead of strcmp
11250
11251         * bmtable.c: doxygen, small cleanup
11252
11253         * LaTeX.h: remove friend operator==
11254
11255 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
11256
11257         * screen.C:
11258         * lyxrc.[Ch]:
11259         * lyxfunc.C:
11260         * lyxfont.[Ch]:
11261         * lyx_cb.C:
11262         * intl.[Ch]:
11263         * commandtags.h:
11264         * buffer.C:
11265         * WorkArea.[Ch]:
11266         * LyXAction.C:
11267         * BufferView_pimpl.C:
11268         * BufferView.[Ch]: remove cruft
11269
11270 2001-02-14  Juergen Vigna  <jug@sad.it>
11271
11272         * lyxfunc.C: removed #if 0 unused code
11273
11274         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
11275
11276         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
11277
11278         * text2.C (SetSelection): added a BufferView * parameter
11279
11280 2001-02-13  Juergen Vigna  <jug@sad.it>
11281
11282         * lyxfunc.C (Dispatch): fixed protected blank problem.
11283         * BufferView2.C (protectedBlank): added LyxText * parameter.
11284
11285         * tabular.C (AppendRow): forgot to set row_info of newly added row.
11286         (AppendColumn): same as above for column_info.
11287
11288         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
11289         (moveCursorUpdate): use a LyXText param for support of InsetText.
11290
11291         * BufferView_pimpl.C (doubleClick): added support for InsetText.
11292         (tripleClick): ditto
11293
11294         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
11295
11296         * BufferView_pimpl.C (update): added LyXText param to honor insets.
11297
11298         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
11299
11300         * text2.C (SetSelection): set correct update status if inset_owner
11301         (ToggleFree): ditto
11302
11303 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
11304
11305         * tabular.C: remove some commented code.
11306
11307 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
11308
11309         * BufferView_pimpl.C: call hideSplash()
11310
11311         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
11312
11313         * include_form.h:
11314         * bibforms.h: remove
11315
11316         * lyxfunc.C:
11317         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
11318           add LFUN_CHILD_CREATE
11319
11320         * counters.h: fix tiny typo
11321
11322         * lyx_cb.C:
11323         * lyx.h:
11324         * lyx_gui.C:
11325         * lyx.C: move splash to frontends/xforms/
11326
11327         * lyx_gui_misc.C: move Include and Bibform to frontends
11328
11329         * lyxvc.h: clarify comment
11330
11331         * vspace.C: tiny housekeeping
11332
11333 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
11334
11335         * text.C (PrepareToPrint): RTL Fix.
11336
11337         * paragraph.C (GetUChar): New method.
11338         (String):  Use GetUChar.
11339
11340         * buffer.C (asciiParagraph): Use GetUChar.
11341
11342 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
11343
11344         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
11345
11346 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
11347
11348         * buffer.h:
11349         * buffer.C: rename to getLogName(), handle
11350           build log / latex log nicely
11351
11352 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11353
11354         * MenuBackend.C:
11355         * MenuBackend.h: remove support for reference menuitem type.
11356
11357 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
11358
11359         * BufferView_pimpl.C: housekeeping
11360         * BufferView_pimpl.h:
11361         * LyXView.h:
11362         * Makefile.am:
11363         * Timeout.C:
11364         * Timeout.h:
11365         * minibuffer.h: move Timeout GUI-I
11366
11367 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
11368
11369         * lyxrc.C (read): Update converters data-structures.
11370
11371 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
11372
11373         * LaTeX.h (operator!=): add operator != for Aux_Info
11374
11375 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
11376
11377         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
11378
11379         * LaTeXLog.C: deleted, useful code moved to Buffer
11380
11381         * buffer.h:
11382         * buffer.C: new function getLatexLogName()
11383
11384         * lyx_gui_misc.C:
11385         * lyx_gui.C:
11386         * lyxvc.C:
11387         * lyxvc.h:
11388         * lyxfunc.C: use frontends for LaTeX and VC logs
11389
11390 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11391
11392         * LaTeX.h: yet another std:: that Allan forgot.
11393
11394         * Variables.C (set): renamed from isset(), because this clashes
11395         with some HP-UX macros (grr).
11396
11397 2001-02-06  Allan Rae  <rae@lyx.org>
11398
11399         * LaTeX.h: Another bug fix.  Missing std:: this time.
11400
11401 2001-02-04  Allan Rae  <rae@lyx.org>
11402
11403         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
11404         floats problem. I've left it commented out because it's not quite
11405         correct.  It should also test that the current object is a table or
11406         figure inset.  But I haven't gotten around to figuring out how to do
11407         that.  I *think* it'll be something like: "table" == inset.type()
11408
11409         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
11410         bool.
11411
11412 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
11413
11414         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
11415         all the citation/databases/styles in the auxilary file.
11416         (run): Rerun latex if there was a babel language error.
11417
11418 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
11419
11420         * text.C (Backspace): Preserve the font when changing newline char
11421         with a space.
11422         (BreakParagraph): If the cursor is before a space, delete the space.
11423
11424         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
11425
11426 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
11427
11428         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
11429         new argument (code).
11430         (ChangeCitationsIfUnique): New method.
11431
11432         * paragraph.C (GetPositionOfInset): Handle bibkey.
11433
11434 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11435
11436         * BufferView_pimpl.h: change type of Position::par_pos to
11437         LyXParagraph::size_type.
11438
11439 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
11440
11441         * BufferView_pimpl.C (savePosition, restorePosition): Write
11442         messages to minibuffer.
11443
11444 2001-01-28  José Matos  <jamatos@fep.up.pt>
11445
11446         * buffer.C (makeDocBookFile): adds support for document language.
11447         A silly restriction on the name of LatexCommand types where removed.
11448         Added support for CDATA sections, allows to chars unescaped, used
11449         among others in code, to avoid escape < and >.
11450
11451 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
11452
11453         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
11454         saved positions instrad of a stack. Furthermore, a position is
11455         stored using paragraph id/paragraph position.
11456
11457         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
11458         Remove LFUN_REF_BACK.
11459
11460 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
11461
11462         * converter.C (dvipdfm_options): New method.
11463
11464 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11465
11466         * vspace.C (isValidLength): Fix for empty input string.
11467
11468 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11469
11470         * LyXAction.C (init): change description of LFUN_FIGURE to
11471         "Insert Graphics"
11472
11473 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11474
11475         * LaTeX.C: add using directive
11476
11477 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
11478
11479         * MenuBackend.C (expand): Fix the sorting of the formats.
11480
11481 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
11482
11483         * lyx_main.C: tiny error message fix
11484
11485 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11486
11487         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
11488         calling fl_initialize(). This fixes the problem with ',' as
11489         decimal separator in text files.
11490
11491 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
11492
11493         * trans.C (process): Fix the keymap bug.
11494
11495 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
11496
11497         * LaTeX.C (scanAuxFiles): New method. Provides support for
11498         multiple bibliographies (when using the bibtopic/bibunits pacakges).
11499         (scanLogFile) Scan for "run BibTeX" messages.
11500
11501         * buffer.C (makeLaTeXFile): Do not load the ae package when using
11502         OT1 font encoding. Also, load the aecompl package if the ae
11503         package is loaded.
11504
11505         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
11506
11507 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11508
11509         * texrow.C (increasePos): turn two error messages into debug
11510         messages.
11511
11512 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
11513
11514         * LaTeX.C (scanAux): Handle the \@input macro.
11515         (runBibTeX): Use scanAux().
11516
11517         * language.C (latex_options_): New field.
11518
11519         * LaTeXFeatures.C (getMacros): Add language macros.
11520
11521         * buffer.C (makeLaTeXFile): Small fix.
11522
11523 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11524
11525         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
11526
11527         * text2.C: add a using directive.
11528
11529 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
11530
11531         * BufferView2.C:
11532         * lyx_gui_misc.h:
11533         * lyxfr1.C:
11534         * lyxfunc.C: kill LyXBell.
11535
11536 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
11537
11538         * text.C (IsBoundary): Remove the error message
11539
11540         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
11541
11542         * lyxrc.C (setDefaults): Correct initialization value for
11543         font_norm_type.
11544
11545 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
11546
11547         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
11548         gotoError().
11549
11550         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
11551         and GotoNextNote().
11552
11553         * src/LyXAction.C: Added reference-next.
11554
11555         * text.C (InsertChar): Use contains instead of strchr.
11556
11557         * lyx_cb.C (MenuInsertLabel): Enable default value code.
11558
11559 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
11560
11561         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
11562         alignment commands (when needed).
11563
11564         * text.C (InsertChar): Add ':' to number separator chars.