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