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