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