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