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