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