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