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