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