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