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