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