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