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