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