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