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