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