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