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