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