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