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