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