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