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