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