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