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