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