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