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