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