]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Preview code
[lyx.git] / src / ChangeLog
1 2002-07-05  Angus Leeming  <leeming@lyx.org>
2
3         * BufferView_pimpl.C (buffer): generate previews if desired.
4
5         * LColor.h: add "preview" to the color enum.
6
7         * LColor.C (LColor): add a corresponding entry to the items array.
8
9         * buffer.C (~Buffer): remove any previewed LaTeX snippets assocoated
10         with this buffer.
11
12 2002-07-05  Angus Leeming  <leeming@lyx.org>
13
14         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
15         The body of the code is now in the method that is passed an ostream &
16         rather than a file name.
17         Pass an additional only_preamble parameter, useful for the forthcoming
18         preview stuff.
19
20 2002-07-03  André Pönitz <poenitz@gmx.net>
21
22         * lyxfunc.C: simplify getStatus() a bit for math stuff
23
24 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
25
26         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
27
28 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
29
30         * text.C (changeRegionCase): do not change case of all the
31         document when region ends at paragraph end (bug #461)
32
33 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
34
35         * paragraph.C (startTeXParParams):
36         (endTeXParParams): add \protect when necessary
37
38 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
39
40         * BufferView_pimpl.C (workAreaExpose): remove warning
41
42 2002-06-27  Angus Leeming  <leeming@lyx.org>
43
44         * Makefile.am: add lyxlayout_ptr_fwd.h.
45
46 2002-06-26  André Pönitz <poenitz@gmx.net>
47
48         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
49
50 2002-06-25  Angus Leeming  <leeming@lyx.org>
51
52         * lyxfunc.C (dispatch): Comment out the call to
53         grfx::GCache::changeDisplay. The method no longer exists now that the
54         pixmap generation part of the graphics loader has been moved into
55         InsetGraphics.
56
57 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
58
59         * text2.C: layout as layout
60
61         * text.C: layout as layout
62
63         * tabular.C (OldFormatRead): layout as layout
64
65         * paragraph_pimpl.C (TeXDeeper): layout as layout
66         (realizeFont): layout as layout
67
68         * paragraph.C (writeFile): layout as layout
69         (validate): layout as layout
70         (getFont): layout as layout
71         (getLabelFont): layout as layout
72         (getLayoutFont): layout as layout
73         (breakParagraph): layout as layout
74         (stripLeadingSpaces): layout as layout
75         (getEndLabel): layout as layout
76         (getMaxDepthAfter): layout as layout
77         (applyLayout): layout as layout
78         (TeXOnePar): layout as layout
79         (simpleTeXOnePar): layout as layout
80         (TeXEnvironment): layout as layout
81         (layout): layout as layout
82         (layout): layout as layout
83
84         * lyxtextclass.C (compare_name): new functor to work with
85         shared_ptr, layout as layout
86         (Read): layout as layout
87         (hasLayout): layout as layout
88         (operator): layout as layout
89         (delete_layout): layout as layout
90         (defaultLayout): layout as layout
91
92         * lyxlayout_ptr_fwd.h: new file
93
94         * lyxlayout.C (Read): layout as layout
95
96         * lyx_cb.C (MenuInsertLabel): layout as layout
97
98         * bufferlist.C (newFile): layout as layout
99
100         * buffer.C (readLyXformat2): layout as layout
101         (parseSingleLyXformat2Token): layout as layout
102         (insertStringAsLines): layout as layout
103         (asciiParagraph): layout as layout
104         (latexParagraphs): layout as layout
105         (makeLinuxDocFile): layout as layout
106         (simpleLinuxDocOnePar): layout as layout
107         (makeDocBookFile): layout as layout
108         (simpleDocBookOnePar): layout as layout
109         (getLists): layout as layout
110
111         * LaTeXFeatures.C (getTClassPreamble): layout as layout
112
113         * CutAndPaste.C (cutSelection): layout as layout
114         (pasteSelection): layout as layout
115         (SwitchLayoutsBetweenClasses): layout as layout
116
117         * BufferView_pimpl.C (Dispatch): layout as layout
118         (smartQuote): layout as layout
119
120         * BufferView2.C (unlockInset): layout as layout
121
122 2002-06-24  André Pönitz <poenitz@gmx.net>
123
124         * lyxfunc.C: fix #487
125
126 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
127
128         * lyxrc.h:
129         * lyxrc.C:
130         * lyxfunc.C: remove display_shortcuts, show_banner
131
132 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
133
134         * Buffer_pimpl.C: oops, update on resize
135
136 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
137
138         * buffer.C:
139         * converter.C:
140         * exporter.C:
141         * lyxfunc.C:
142         * BufferView.h:
143         * BufferView.C: use repaint()
144
145         * BufferView_pimpl.h:
146         * BufferView_pimpl.C: s/updateScreen()/repaint()/
147           as it's a clearer description. Remove superfluous
148           redraws.
149
150 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
151
152         * text.C: fix bug 488. Not ideal, but getting
153           getWord() to work properly for the insets that
154           matter is more difficult ...
155
156 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
157
158         * BufferView_pimpl.C:
159         * LyXAction.C:
160         * commandtags.h:
161         * lyxfunc.C: remove the six million index lyxfuncs to just
162           one, and DTRT (bug 458)
163
164 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
165
166         * BufferView.h:
167         * BufferView.C:
168         * BufferView_pimpl.h:
169         * BufferView_pimpl.C: clean up resize() stuff,
170           and unnecessary updateScreen()s
171
172 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
173
174         * BufferView.h:
175         * BufferView.C:
176         * BufferView_pimpl.h:
177         * BufferView_pimpl.C:
178         * lyxfind.h:
179         * lyxfind.C:
180         * minibuffer.C: remove focus management of workarea,
181           not needed. Use screen's greyOut()
182
183 2002-06-17  Herbert Voss  <voss@lyx.org>
184
185         * converter.C: (convert) do not post a message, when converting
186         fails, let the calling function decide what to do in this case
187
188 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
189
190         * lyxfunc.C: tidy up a little
191
192 2002-06-16    <alstrup@diku.dk>
193
194         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
195         Got rid of FORMS_H_LOCATION include. Now we are
196         GUII.
197
198 2002-06-15  LyX Development team  <lyx@rilke>
199
200         * buffer.[Ch] (sgmlOpenTag):
201         (sgmlCloseTag): Added support for avoiding pernicious mixed
202         content. Return number of lines written.
203
204         (makeLinuxDocFile):
205         (makeDocBookFile): Fixed calls to sgml*Tag.
206         Simple white space clean.
207
208         (simpleDocBookOnePar): Simple white space clean.
209
210         * tabular.[Ch] (docBook): Renamed to docbook and got another
211         argument to related with the pernicious mixed content.
212
213         (docbookRow): Fixed calls for docbook inset method.
214
215 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
216
217         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
218         so it's X11 independent.
219
220         * kb*.[Ch]: ditto.
221
222         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
223
224 2002-06-15  Lyx Development team  <lyx@electronia>
225
226         * intl.h: Renamed getTrans to getTransManager.
227
228 2002-06-14  Angus Leeming  <leeming@lyx.org>
229
230         * Makefile.am: nuke forgotten stl_string_fwd.h.
231
232 2002-06-12  Angus Leeming  <leeming@lyx.org>
233
234         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
235
236 2002-06-13  Angus Leeming  <leeming@lyx.org>
237
238         * LaTeX.C:
239         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
240
241 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
242
243         * kbmap.C (getiso): add support for cyrillic and greek
244
245 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
246
247         * BufferView.h:
248         * BufferView.C:
249         * BufferView_pimpl.h:
250         * BufferView_pimpl.C: move bogus scrolling logic
251           to xforms
252
253 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
254
255         * lyxfunc.C:
256         * BufferView_pimpl.C: view->resize() change
257
258 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
259
260         * BufferView_pimpl.C: topCursorVisible
261           prototype change
262
263 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
264
265         * Makefile.am:
266         * lyx_gui.h:
267         * lyx_gui.C: move to frontends/
268
269         * main.C:
270         * lyx_main.h:
271         * lyx_main.C: changes from above
272
273 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
274
275         * intl.C:
276         * intl.h:
277         * kbmap.C:
278         * kbsequence.C:
279         * lyx_cb.C:
280         * lyx_main.C: minor tidy
281
282 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
283
284         * BufferView_pimpl.h:
285         * BufferView_pimpl.C:
286         * BufferView.h:
287         * BufferView.C: make painter() const,
288           remove dead code
289
290         * BufferView2.C: use screen() accessor
291
292         * lyx_main.h:
293         * lyx_main.C: some minor cleanup
294
295 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
296
297         * BufferView_pimpl.h:
298         * BufferView_pimpl.C: remove enter/leaveView,
299           use workHeight()
300
301 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
302
303         * BufferView.h:
304         * BufferView.C:
305         * BufferView2.C:
306         * BufferView_pimpl.h:
307         * BufferView_pimpl.C: only construct screen once,
308           rename
309
310         * lyxrc.C: remove pointless comment
311
312 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
313
314         * BufferView.h:
315         * BufferView.C: remove active() and belowMouse()
316
317         * BufferView_pimpl.h:
318         * BufferView_pimpl.C: use workarea() not workarea_,
319           and make it use a scoped_ptr instead
320
321 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
322
323         * lyx_gui.C: add debug message on BadWindow
324
325 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
326
327         * sp_spell.C: fdopen is not part of the C++ standard.
328
329         * paragraph.C (InsetIterator): use >= instead of ==
330
331 2002-06-07  Angus Leeming  <leeming@lyx.org>
332
333         Fixes needed to compile with Compaq cxx 6.5.
334         * BufferView_pimpl.C:
335         * DepTable.C:
336         * buffer.C:
337         * converter.C:
338         * encoding.C:
339         * lyx_gui.C:
340         * lyx_main.C:
341         * lyxtextclasslist.C:
342         * minibuffer.C:
343         * sp_spell.C:
344         * tabular_funcs.C:
345         * vc-backend.C:
346         all c-library variables have been moved into namespace std. Wrap
347         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
348
349         * lyxlength.C:
350         * tabular-old.C:
351         * tabular.C:
352         Add a using std::abs declaration.
353
354         * kbmap.h (modifier_pair):
355         * paragraph.h (InsetTable, InsetList):
356         * lyxfont.h (FontBits):
357         type definition made public.
358
359         * bufferlist.C (emergencyWriteAll): the compiler complains that
360         there is more than one possible lyx::class_fun template to choose from.
361         I re-named the void specialisation as lyx::void_class_fun.
362
363         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
364
365         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
366         the compiler is is unable to find tostr in write_attribute.
367
368 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
369
370         * buffer.C (sgmlError): hide #warning
371
372 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
373
374         * xtl/*: get rid of xtl, which is not in use anyway
375
376         * LyXAction.C (init):
377         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
378         were unimplemented xtl experimentation
379
380 2002-06-04  André Pönitz <poenitz@gmx.net>
381
382         * lyxfunc.C: disable array operation on simple formulae
383
384 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
385
386         * converter.C: constify a bit
387
388 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
389
390         * lyx_gui.C: check xforms version correctly
391
392 2002-04-30  Herbert Voss  <voss@lyx.org>
393
394         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
395         "keep" option
396
397 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
398
399         * lyxvc.C: fix bug 416 (make sure buffer is saved before
400           attempt to register it with a VCS)
401
402 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
403
404         * lyx_main.C (init): honor variables LYX_DIR_13x and
405         LYX_USERDIR_13x
406
407 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
408
409         * buffer.h:
410         * buffer.C:
411         * lyx_main.C: fix a crash on bad command line,
412           and give a useful exit status on error
413
414         * lyxfunc.C (doImport): allow -i lyx to work
415
416 2002-03-30  André Pönitz <poenitz@gmx.net>
417
418         * lyxfunc.C: mathed font changes
419
420 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
421
422         * LaTeX.C:
423         * importer.h:
424         * importer.C:
425         * lyx_sty.h:
426         * lyx_sty.C:
427         * lyxlex.C:
428         * lyxrow.h:
429         * lyxtext.h:
430         * paragraph.h:
431         * paragraph.C:
432         * texrow.h:
433         * texrow.C:
434         * text.C:
435         * trans_mgr.h: srcdocs, and some minor cleanups
436
437 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
438
439         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
440         call getFont all the time)
441
442 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
443
444         * switch from SigC signals to boost::signals
445
446 2002-05-29  André Pönitz <poenitz@gmx.net>
447
448         * paragraph_pimpl.C (getChar): don't call size() too often...
449
450 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
451
452         * paragraph_pimpl.C (insertChar): do not try to update tables when
453         appending (pos == size())
454
455         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
456         in order to reduce drastically the number of comparisons needed to
457         parse a large document
458
459 2002-05-29  André Pönitz <poenitz@gmx.net>
460
461         * text.C:
462         * text2.C:
463         * lyxtextclass.C:
464         * sp_pspell.h:
465         * textclasslist.[Ch]:
466         * sp_ispell.h: whitespace change
467
468 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
469
470         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
471         lyxaction directly now.
472
473 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
474
475         * trans.C:
476         * lyxfont.C:
477         * lyxvc.C: remove unused headers
478
479 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
480
481         * Makefile.am:
482         * buffer.h:
483         * undostack.h:
484         * undostack.C:
485         * undo_funcs.h:
486         * undo_funcs.C: some cleanups. Use shared_ptr
487           and a template for the undo stacks.
488
489 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
490
491         * BufferView_pimpl.h:
492         * BufferView_pimpl.C:
493         * kbmap.h:
494         * kbmap.C:
495         * kbsequence.h:
496         * kbsequence.C:
497         * lyxfunc.h:
498         * lyxfunc.C:
499         * text2.C: use key_state/mouse_state
500
501 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
502
503         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
504         and LSubstring
505
506         * chset.C: change include order
507         (loadFile): use boost regex and get rid of LRegex and LSubstring
508
509         * Makefile.am (BOOST_LIBS): new variable
510         (lyx_LDADD): use it
511
512         * LaTeX.C: change include order.
513         (scanAuxFile): use boost regex and get rid of LRegex and
514         LSubstring
515         (deplog): ditto
516
517 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
518
519         * ColorHandler.h:
520         * ColorHandler.C:
521         * FontInfo.h:
522         * FontInfo.C: moved to frontends/xforms/
523
524         * FontLoader.h:
525         * FontLoader.C: moved into frontends for GUIIzation
526
527         * Makefile.am:
528         * lyx_gui.C:
529         * lyxfont.C:
530         * lyxfunc.C: changes from above
531
532 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
533
534         * LColor.C: remove spurious X include
535
536         * BufferView_pimpl.C:
537         * Makefile.am:
538         * font.h:
539         * font.C:
540         * text.C:
541         * text2.C: move font metrics to frontends/
542
543 2002-05-24  Juergen Vigna  <jug@sad.it>
544
545         * undo_funcs.C (textHandleUndo): fix the cursor selection after
546         setting the undo_cursor.
547
548         * ParagraphParameters.h: include local includes first.
549
550 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
551
552         * BufferView_pimpl.C:
553         * BufferView_pimpl.h:
554         * Makefile.am:
555         * WorkArea.h:
556         * WorkArea.C:
557         * screen.C: move WorkArea into frontends/
558
559         * lyxscreen.h:
560         * screen.C:
561         * text.C:
562         * BufferView.C:
563         * BufferView2.C: move LyXScreen into frontends/
564
565         * lyxlookup.h:
566         * lyxlookup.C:
567         * lyx_gui.C: move lyxlookup into frontends/xforms/
568
569 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
570
571         * BufferView2.C:
572         * BufferView_pimpl.C:
573         * FontLoader.C:
574         * LyXView.h:
575         * LyXView.C:
576         * Makefile.am:
577         * WorkArea.C:
578         * XFormsView.h:
579         * XFormsView.C:
580         * buffer.C:
581         * bufferlist.C:
582         * bufferview_funcs.C:
583         * converter.C:
584         * importer.C:
585         * lyx_cb.C:
586         * lyx_gui.C:
587         * lyx_main.C:
588         * lyx_find.C:
589         * lyxfunc.C:
590         * lyxvc.C:
591         * minibuffer.C:
592         * text.C:
593         * text2.C:
594         * trans.C:
595         * vc-backend.C: move LyX/XFormsView into frontends/
596
597 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
598
599         * Makefile.am:
600         * PainterBase.C:
601         * PainterBase.h:
602         * Painter.C:
603         * Painter.h:
604         * WorkArea.C:
605         * WorkArea.h:
606         * screen.C:
607         * tabular.C:
608         * text.C:
609         * text2.C: move Painter to frontends/
610
611 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
612
613         * buffer.C: comment out some some code that depend upon lyx_format
614         < 220
615
616         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
617         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
618
619         * buffer.h (NO_COMPABILITY): turn off compability
620
621         * ColorHandler.C: include scoped_array.hpp
622
623         * font.C: Use more specific smart_ptr header.
624         * Painter.C: ditto
625         * gettext.C: ditto
626         * ShareContainer.h: ditto
627         * lyx_main.h: ditto
628         * kbmap.h: ditto
629         * FontInfo.h: ditto
630         * BufferView_pimpl.h: ditto
631         * ColorHandler.h: ditto
632
633         * kbmap.C (defkey): change call to shared_ptr::reset
634
635 2002-05-21  Juergen Vigna  <jug@sad.it>
636
637         * buffer.C (insertErtContents): fix to insert ert asis if it is
638         non empty. Skip it completely if it contains only whitespaces.
639
640 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
641
642         * BufferView_pimpl.C:
643         * BufferView2.C: clear selection on paste (bug 393)
644
645 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
646
647         * DepTable.C: include ctime
648
649 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
650
651         * buffer.C (latexParagraphs): Add new argument (moving_arg).
652
653 2002-05-14  Juergen Vigna  <jug@sad.it>
654
655         * text.C (breakParagraph): fixed function to honor the keepempty
656         layout in the right maner and also to permit the right breaking
657         algorithm on empty or non empyt keepempty paragraphs.
658
659         * paragraph.C (breakParagraph): we have to check also if the par
660         is really empty (!size()) for isempty otherwise we do the wrong
661         paragraph break.
662
663 2002-05-10  Juergen Vigna  <jug@sad.it>
664
665         * buffer.[Ch] : The following are only changes to the ert
666         compatibility read reading old LaTeX layout and font stuff and
667         convert it to ERTInsets.
668
669         * buffer.h: added isErtInset().
670
671         * buffer.C (struct ErtComp): add a fromlayout bool to check
672         if we're inside a LaTeX layout.
673         (isErtInset): new helper function.
674         (insertErtContents): look for other ert insets before this one
675         and insert the contents there, so that we don't have subsequent
676         ERT insets with nothing between them. This way we create only one
677         inset with multiple paragraphs. Also check if we don't insert only
678         spaces ' ' as they are ignored anyway afterwards in the .tex file
679         so if we have only spaces we will ignore this latex part in the
680         new file.
681         (parseSingleLyXformat2Token \\layout): better compatibility when
682         reading layout-latex stuff.
683         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
684         language tag.
685         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
686         stuff after reading the inset only get the information back from
687         the stack.
688
689 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
690
691         * buffer.C (makeLaTeXFile): Put language options after loading babel.
692
693         * LaTeXFeatures.C (getBabelOptions): New method.
694
695 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
696
697         * BufferView_pimpl.C (Dispatch): work around missing argument for
698         'layout'
699
700 2002-05-08  Juergen Vigna  <jug@sad.it>
701
702         * text.C (leftMargin): handle paragraph leftindent.
703
704         * paragraph.C (writeFile): write the new \\leftindent tag.
705         (validate): handle leftindent code.
706         (TeXEnvironment): handle paragraphleftindent code again.
707
708         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
709
710         * buffer.C (parseSingleLyXformat2Token): added compatibility code
711         for paragrap_extra indent code and new token \\leftindent.
712         (latexParagraphs): handle the leftindent as environment.
713
714         * ParameterStruct.h: added leftindent support.
715
716         * ParagraphParameters.C (leftIndent): added support functions for
717         the paragraph left indent.
718
719         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
720         more appropriate.
721
722 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
723
724         * paragraph.C (isRightToLeftPar): Return false for a paragraph
725         inside insetERT.
726
727         * text.C (computeBidiTables): No bidi in insetERT.
728
729         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
730         in RTL documents.
731
732 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
733
734         * version.C.in: pre 5
735
736 2002-05-02  José Matos  <jamatos@fep.up.pt>
737         * buffer.C (makeDocBookFile): white space changes, add newline to
738         command styles.
739         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
740
741         * tabular.C (docBook): fix typo.
742
743 2002-05-03  Juergen Vigna  <jug@sad.it>
744
745         * screen.C (drawFromTo): recalculate the rowpointer if we had a
746         change in LyXText as we can not be sure it was not freed.
747         (drawOneRow): remove unused code.
748
749         * text.C (drawInset): redo the calculation of the need_break_row as
750         it could have a row which was already freed.
751         (draw): look at the return value of drawInset and return false if
752         it also returned false.
753         (paintRowText): look at the return value of draw and return false if
754         it also returned false.
755
756         * lyxtext.h: added bool return type to drawInset() and draw() so that
757         if we have a change in the row so that the rowbreak has to be redone
758         we abort drawing as it will be called again.
759
760 2002-05-02  Juergen Vigna  <jug@sad.it>
761
762         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
763         a change in the maintext also if we're inside an inset.
764         (Dispatch): set the cursor again after a break line and after the
765         screen has been updated as it could be we're in a different row.
766
767         * text2.C (fixCursorAfterDelete): check to make sure we don't request
768         to set the cursor behind the pargraph with > size().
769         (setCursor): check also for the same paragraph when checking where
770         to put the cursor if we have a NFR inset.
771
772         * buffer.C (parseSingleLyXformat2Token): move the compatibility
773         parts of layout read further up as it still was in the wrong
774         position.
775
776 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
777
778         * screen.C (drawFromTo): change sine fullRebreak always return
779         true.
780
781         * buffer.C (parseSingleLyXformat2Token): reindent some
782
783         * BufferView_pimpl.C (update): change since fullRebreak always
784         return true.
785         (Dispatch): git rid of the last hardcoded "Standard"s.
786
787 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
788
789         * text2.[Ch] (fullRebreak): make it return void now that we always
790         returned true.
791
792 2002-04-30  Juergen Vigna  <jug@sad.it>
793
794         * buffer.C (parseSingleLyXformat2Token): reset the font before the
795         ert compatibility check for "latex" layout.
796
797 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
798
799         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
800         minipages: use col% instead of p%, and also use the current font.
801         (makeLaTeXFile): Fix use babel condition.
802         (parseSingleLyXformat2Token): Correct font when reading old floats.
803
804 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
805
806         * BufferView_pimpl.C (Dispatch): Check that float type exists when
807         inserting list of floats.
808
809 2002-04-25  Herbert Voss  <voss@lyx.org>
810
811         * MenuBackend.C (expand): don't add the graphics extensions to the
812         export menu
813
814 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
815
816         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
817         non-existing layout, do not complain if it was the default layout
818         of the original class (bug #342)
819
820 2002-04-24  Juergen Vigna  <jug@sad.it>
821
822         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
823         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
824
825 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
826
827         * buffer.C (getBibkeyList): If using \bibliography, return the
828         option field with the reference itself. Enables us to provide natbib
829         support when using \bibliography.
830
831 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
832
833         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
834
835         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
836         natbib is provided by the LaTeX class.
837
838 2002-04-23  Juergen Vigna  <jug@sad.it>
839
840         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
841         Wakeup functions.
842
843         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
844
845 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
846
847         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
848
849         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
850         ensuremath around textordmasculine, textordfeminine and
851         textdegree.
852
853 2002-04-19  Juergen Vigna  <jug@sad.it>
854
855         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
856         reinitializing the buffer otherwise row-dimensions may be wrong.
857         (update): reset also the selection cursors if they do exits otherwise
858         their x/y positions may be wrong.
859
860         * text2.C (cursorDown): don't enter the inset if we came from a row
861         above and are one row over the inset.
862
863         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
864         really leaving an inset.
865
866 2002-04-18  Juergen Vigna  <jug@sad.it>
867
868         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
869         of the selected paragraph does not have the selected layout also if
870         the last one had!
871
872         * text2.C (setLayout): fixed bug which did not change last selected
873         paragraph.
874
875         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
876         changed the read and substituted \\end_float with \\end_inset!
877
878         * BufferView_pimpl.C (cursorPrevious):
879         (cursorNext): fixed to make it work with rows heigher than the work
880         area without moving the cursor only the draw of the row.
881         (workAreaMotionNotify): fix jumping over high rows.
882
883 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
884
885         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
886         Ressler.
887
888 2002-04-16  Juergen Vigna  <jug@sad.it>
889
890         * text2.C (setCursor): set also the irow().
891         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
892         (cursorUp):
893         (cursorDown): support for locking an inset if the x_fix value goes
894         inside it. That way I can transverse insets too with cursor up/down.
895
896         * lyxrow.h: added irow helper function same as other (i) functions.
897
898         * BufferView_pimpl.C (cursorPrevious):
899         (cursorNext): fixed for insets!
900
901 2002-04-15  Juergen Vigna  <jug@sad.it>
902
903         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
904         position otherwise it is wrong in some cases.
905
906         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
907         inside the inset before the call.
908
909 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
910
911         * buffer.[Ch] (getBibkeyList): make it const.
912
913 2002-04-12  Juergen Vigna  <jug@sad.it>
914
915         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
916
917         * text2.C (getCursorX): new helper function
918         (setCursor): compute also ix_
919         (setCursorFromCoordinates): set also ix.
920
921         * lyxcursor.h: added ix_ and helper functions.
922
923         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
924
925         * buffer.C (insertStringAsLines): dont break paragraph if the this
926         paragraph is inside an inset which does not permit it!
927
928         * text.C (breakParagraph): honor keepempty flag and break the paragraph
929         also with no chars on this paragraph.
930         (paintRowText): only paint stuff if it's inside the workarea!
931
932         * paragraph.C (breakParagraph): honor keepempty flag and break the
933         paragraph always below not above.
934
935         * BufferView2.C (unlockInset): update the paragraph layout on inset
936         unlock as we changed paragraph in such a case.
937
938         * lyxfind.C (LyXFind): clear the former selection if not found!
939
940         * text2.C (insertInset): freeze Undo after setUndo so that it is not
941         again called in insertChar().
942
943         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
944         an inset which uses the whole row!
945         (rightMargin): ditto.
946         (insertChar): force a rebreak if we inserted an inset!
947
948 2002-03-28  Herbert Voss  <voss@lyx.org>
949
950         * lyxlength.[Ch]: add inBP() to get the right PS-point
951         units (BigPoint). With inPixels we have rounding errors
952
953 2002-04-11  Juergen Vigna  <jug@sad.it>
954
955         * text2.C (setCursorFromCoordinates): set iy to the right value.
956         (setCursor): add check if row->previous exists!
957
958         * buffer.C (parseSingleLyXformat2Token): reset font after read of
959         an old float_type as this was the case in the old code!
960
961         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
962
963         * BufferView2.C (showLockedInsetCursor): use iy
964         (fitLockedInsetCursor): ditto
965
966         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
967         locked insets as there we have the right value now.
968
969         * lyxcursor.C: added iy_ variable and iy functions to set to the
970         baseline of cursor-y of the locked inset.
971
972         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
973         (setCursor): fixed for insets which need a full row.
974
975         * text.C (rowLastPrintable): don't ignore the last space when before
976         an inset which needs a full row.
977         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
978         as last character of a row when before a inset which needs a full row.
979
980 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
981
982         * version.C.in: update date
983
984         * text2.C (fullRebreak): try to always return true and see what
985         happens...
986
987 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
988
989         * MenuBackend.C (expand): use Floating::listName
990
991         * FloatList.C (FloatList): add listName argument to the built-in
992         floats
993
994         * Floating.[Ch]: add listName member, which is the 'List of XXX'
995         text associated with the float.
996
997 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
998
999         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
1000
1001 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1002
1003         * ShareContainer.h: add a couple of missing typenames.
1004
1005 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
1006
1007         * lyxrc.C (getDescription): use _() correctly rather than N_().
1008
1009 2002-03-28  Herbert Voss  <voss@lyx.org>
1010
1011         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
1012         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
1013
1014 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1015
1016         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
1017         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
1018
1019 2002-03-29  Juergen Vigna  <jug@sad.it>
1020
1021         * lyxfunc.C (dispatch): add a missing fitCursor call.
1022
1023         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
1024         it was scrolled by a cursor move, so return the bool status.
1025
1026         * BufferView.C (fitCursor): return the bool flag also to the outside
1027         world as this is needed.
1028
1029         * screen.C (toggleToggle): don't subtract the offset if it's positive.
1030
1031         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
1032         call the edit() as it is not needed (and wrong) IMO.
1033         (workAreaButtonPress): set the screen_first variable before evt.
1034         unlock the inset as this may change screen_first and then we have
1035         a wrong y position for the click!
1036
1037 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1038
1039         * MenuBackend.C (expand): another translation that I missed
1040
1041 2002-03-28  Juergen Vigna  <jug@sad.it>
1042
1043         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
1044
1045         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
1046
1047 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1048
1049         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
1050
1051         * MenuBackend.C (expand): fix export/view/update when there is no
1052         document open.
1053
1054 2002-03-27  Herbert Voss  <voss@lyx.org>
1055
1056         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
1057         and text%
1058
1059 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1060
1061         * bufferview_funcs.C (currentState): only show paragraph number
1062         for is DEVEL_VERSION is set.
1063
1064         * lyxfunc.C (dispatch): put warning in INFO channel
1065
1066         * MenuBackend.C (expand): translate the name of floats
1067
1068         * FloatList.C (FloatList): mark the float names for translation
1069
1070         * converter.C (convert): use LibScriptSearch
1071
1072 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1073
1074         * MenuBackend.C (defaults): fix default menu (we might as well get
1075         rid of it...)
1076
1077 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1078
1079         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
1080         directory.
1081
1082 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1083
1084         * lyxvc.C: reorder includes.
1085
1086 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
1087
1088         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
1089           properly
1090
1091 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
1092
1093         * CutAndPaste.C: change layouts earlier on paste
1094           to avoid crashing when calling getFont()
1095
1096 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1097
1098         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
1099         irritating #error.
1100
1101 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1102
1103         * WorkArea.C: remove 'Pending' debug message.
1104
1105         * most files: ws cleanup
1106
1107         * buffer.[Ch]: ws changes
1108
1109         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
1110
1111 2002-03-21  Juergen Vigna  <jug@sad.it>
1112
1113         * tabular.C (SetMultiColumn): collapse also the contents of the
1114         cells and set the last border right. Added a Buffer const * param.
1115
1116 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1117
1118         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
1119         linking or not.
1120
1121 2002-03-19  Juergen Vigna  <jug@sad.it>
1122
1123         * text2.C (clearSelection): reset also xsel_cache.
1124
1125         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
1126         where it needs to be called (John tells us to do so too :)
1127         (selectionLost): reset sel_cache.
1128
1129         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
1130
1131 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1132
1133         * text2.C (setCursorIntern): put debuging code in INSETS channel
1134
1135 2002-03-19  André Pönitz <poenitz@gmx.net>
1136
1137         * lyxfunc.C: tiny whitespace change
1138
1139 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1140
1141         * ToolbarDefaults.C (init):
1142         * LyXAction.C (init):
1143         * commandtags.h:
1144         * BufferView_pimpl.C (Dispatch):
1145         * lyxfunc.C (dispatch): remove LFUN_DEPTH
1146
1147 2002-03-19  Allan Rae  <rae@lyx.org>
1148
1149         * exporter.C (Export): removeAutoInsets before doing anything else.
1150         While I've just introduced a dependency on BufferView this really is
1151         the best place to clean the buffer otherwise you need to cleanup in
1152         a dozen places before calling export or cleanup in a dozen functions
1153         that export calls.
1154
1155         * converter.C (runLaTeX):
1156         (scanLog): Better handling of removeAutoInsets and screen updates.
1157
1158         * lyxfunc.C (dispatch): small whitespace changes
1159
1160 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1161
1162         * WorkArea.C (C_WorkAreaEvent): return a value.
1163         (event_cb): return 1 if we handled the event, 0 otherwise.
1164
1165         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
1166
1167 2002-03-18  Juergen Vigna  <jug@sad.it>
1168
1169         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
1170         (GetAdditionalWidth): ditto.
1171         (RightLine): ditto.
1172         (LeftLine): ditto.
1173
1174         * BufferView2.C (copy): use getLyXText() so that we do it inside an
1175         inset if we're there actually (probably not used right now but this
1176         is the direction to go for unifying code).
1177         (paste): disable code to clear the selection.
1178
1179         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
1180         inside an InsetText and move the check further up as it is in the
1181         wrong place.
1182
1183         * text2.C (pasteSelection): set a selection over the pasted text.
1184
1185 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
1186
1187         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
1188         and libgraphics to build on Cygwin.
1189
1190 2002-03-15  Juergen Vigna  <jug@sad.it>
1191
1192         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
1193         inserting an Inset into the paragraph. I know this is not the best
1194         fix but we already use current_view in CutAndPaste so we will remove
1195         all of it's using at the same time.
1196
1197         * buffer.C (sgmlError): deactivated function till it is rewritten in
1198         the right mode, now it can create problems.
1199
1200         * paragraph.C (isLineSeparator): check if getInset returns != 0,
1201         before accessing it.
1202
1203 2002-03-14  Juergen Vigna  <jug@sad.it>
1204
1205         * undo_funcs.C (textHandleUndo): do the right thing when updating
1206         the inset after the undo/redo.
1207
1208         * text2.C (setCursor): just some testcode for #44 not ready yet.
1209
1210         * undo_funcs.C (textHandleUndo): set the next() and previous()
1211         pointers of the paragraph to 0 before deleting otherwise we have
1212         problems with the Paragraph::[destructor].
1213
1214         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
1215         on a paragraph insertion.
1216
1217 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1218
1219         * buffer.C (asciiParagraph): use += operator for char append to
1220         string.
1221
1222         * paragraph.C (getFontSettings): compare >= not just >
1223         (highestFontInRange): ditto
1224         (setFont): ditto
1225
1226 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1227
1228         * paragraph.C: change several algorithm to be more appripriate for
1229         the problem domain. This is lookip in FontList and in the InsetList.
1230
1231 2002-03-13  André Pönitz <poenitz@gmx.net>
1232
1233         * commandtags.h:
1234         * LyXAction.C: remove unused LFUN_MATH_MACROARG
1235
1236 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
1237
1238         * commandtags.h:
1239         * LyXAction.C:
1240         * lyxfunc.C:
1241         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
1242
1243 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1244
1245         * Painter.C (display): anon helper function, adjust code for this
1246         change.
1247         (pixmap): remove function.
1248
1249         * Painter.h: remove private display variable.
1250
1251         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
1252
1253 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1254
1255         * WorkArea.[Ch]: remove figinset_canvas cruft.
1256
1257 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1258
1259         * lyxtextclass.C (operator): add one item cache optimization.
1260
1261         * bufferlist.h: doxy changes
1262
1263         * bufferlist.C: ws changes
1264
1265         * DepTable.[Ch] (ext_exist): place const in the right spot.
1266
1267         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
1268         call resizeInsets.
1269         (workAreaExpose): call resizeInsets when the with BufferView changes.
1270         (Dispatch): adjust for protectedBlank removal
1271         (specialChar): call updateInset if the insert went ok.
1272
1273         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
1274         specialChar instead.
1275
1276         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
1277
1278         * BufferView.h: doxy change
1279
1280         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
1281
1282         * lyxtextclass.C (operator[]): remove non-const version
1283         (defaultLayout): remove non-const version
1284
1285 2002-03-12  Juergen Vigna  <jug@sad.it>
1286
1287         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
1288         did resize the LyXText too.
1289
1290         * buffer.C (readLyXformat2): set layout information on newly allocated
1291         paragraphs.
1292
1293         * tabular.C (OldFormatRead): set layout information on the paragraph.
1294
1295 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1296
1297         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
1298
1299 2002-03-11  Juergen Vigna  <jug@sad.it>
1300
1301         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
1302         plainly wrong.
1303         (resizeCurrentBuffer): force also the insets to resize themselfes.
1304         (moveCursorUpdate): fixed up for InsetText.
1305
1306 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1307
1308         * commandtags.h:
1309         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
1310         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
1311         value of Dialogs::tooltipsEnabled().
1312         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
1313
1314 2002-03-08  Juergen Vigna  <jug@sad.it>
1315
1316         * BufferView_pimpl.C (updateInset): update inset inside inset also
1317         if it isn't inside theLockingInset().
1318
1319 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1320
1321         * buffer.C (asciiParagraph): redo some of the word and line length
1322         handling.
1323         (getLists): look for Caption instead of caption.
1324
1325 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1326
1327         * buffer.C (Buffer): initialize niceFile to true
1328         (makeLaTeXFile):
1329         (makeLinuxDocFile):
1330         (makeDocBookFile): make sure niceFile is true on exit
1331
1332 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1333
1334         * buffer.C (makeLaTeXFile): escape ~ in \input@path
1335
1336 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1337
1338         * LyXSendto.C: remove.
1339         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
1340         * lyx_gui.C: remove now-redundant comment.
1341         * ColorHandler.h: remove forward declaration of class WorkArea.
1342         * lyxfunc.C: remove #include "WorkArea.h".
1343
1344 2002-03-07  Juergen Vigna  <jug@sad.it>
1345
1346         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
1347         got moved away with the DEPM and also set the inset_owner always
1348         right which before could have been omitted.
1349
1350 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1351
1352         * buffer.C (parseSingleLyXformat2Token): use default layout is the
1353         wanted layout is not found.
1354
1355 2002-03-07  Juergen Vigna  <jug@sad.it>
1356
1357         * CutAndPaste.C (cutSelection): another layout settings forgotten.
1358
1359 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1360
1361         * paragraph.C (breakParagraph): use default layout not layout of
1362         prev paragraph.
1363         (Paragraph): clear ParagraphParameters.
1364
1365 2002-03-06  Juergen Vigna  <jug@sad.it>
1366
1367         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
1368         otherwise it would not be a valid lenght. Fixed a special case in
1369         the minipage compatibility read where we end the document with a
1370         minipage.
1371
1372         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
1373         was set as it could be 0 for InsetTexts first entry.
1374
1375 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1376
1377         * paragraph.C (writeFile): if layout is empty write out
1378         defaultLayoutName().
1379
1380         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
1381         file without named layout we set layout to defaultLayoutName().
1382
1383 2002-03-06  Juergen Vigna  <jug@sad.it>
1384
1385         * CutAndPaste.C (copySelection): set layout for new paragraph.
1386
1387         * text.C (prepareToPrint): leave ERT inset left aligned
1388         (leftMargin): don't indent paragraphs inside ERT insets
1389
1390 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1391
1392         * paragraph.C (breakParagraph): dont call clear do the work manually
1393
1394         * paragraph.[Ch] (clear): remove function
1395
1396 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1397
1398         * paragraph.C (Paragraph): dont call clear, the work has already
1399         been done.
1400
1401         * lyxtextclass.C (operator): assert if n is empty
1402
1403         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
1404         work manually instead.
1405
1406 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1407
1408         * BufferView_pimpl.C: protect selectionLost against text == 0
1409
1410 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1411
1412         * text.C (breakParagraph): fix a setting layout to '0' problem.
1413
1414 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1415
1416         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
1417         final location of file, for the included files, and graphics.
1418
1419 2002-03-05  Juergen Vigna  <jug@sad.it>
1420
1421         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
1422
1423 2002-03-04  Juergen Vigna  <jug@sad.it>
1424
1425         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
1426
1427         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
1428         last column of multicolumn cells.
1429         (SetWidthOfMulticolCell): recalculate NMC and real columns.
1430
1431 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1432
1433         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
1434         file if it doesn't go to a temporary file.
1435
1436         * buffer.C (sgmlOpenTag):
1437         (sgmlCloseTag):  remove extra newline insertion.
1438
1439 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1440
1441         * text.C (getRowNearY): comment out debug msg
1442
1443 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1444
1445         * text2.C: first -> first_y
1446
1447         * text.C (getRowNearY): add some attemts at a possible
1448         optimization, not working.
1449
1450         * tabular.[Ch]: add BufferParams to several function so that newly
1451         created paragraph can be initialized to he default layotu for the
1452         buffers textclass.
1453
1454         * tabular-old.C (ReadOld): add buf->params to call of Init
1455
1456         * screen.C: rename text->first to text->first_y
1457
1458         * paragraph.C (breakParagraph): always set layout in the broken
1459         paragraph
1460
1461         * lyxtextclass.C (Read): remove lowercase
1462         (hasLayout): ditto
1463         (operator): ditto
1464         (delete_layout): ditto
1465
1466         * lyxtext.h: rename first -> first_y
1467
1468         * lyxlayout.C (Read): remove lowercase
1469         (name): ditto
1470         (setName): ditto
1471         (obsoleted_by): ditto
1472
1473         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
1474
1475         * buffer.C (insertErtContents): add params are to InsetERT
1476         (parseSingleLyXformat2Token): add code to check if a paragraphs
1477         layout really exist.
1478         (parseSingleLyXformat2Token): add params to several inset
1479         constructors
1480         (asciiParagraph): remove lowercase, do the layout comparisons with
1481         no_case
1482
1483         * BufferView_pimpl.C (cursorNext): first -> first_y
1484         (resizeCurrentBuffer): first -> first_y
1485         (updateScrollbar): first -> first_y
1486         (scrollCB): first -> first_y
1487         (workAreaMotionNotify): first -> first_y
1488         (workAreaButtonPress): first -> first_y
1489         (checkInsetHit): first -> first_y
1490         (cursorPrevious): first -> first_y
1491         (cursorNext): first -> first_y
1492         (Dispatch): add buffer_->params to severl inset contructors
1493
1494 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1495
1496         * lyxlayout.C (Read): remove some debug info that I forgot.
1497
1498         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
1499         clean up the code slightly.
1500         (makeLinuxDocFile): ditto
1501         (makeDocBookFile): ditto
1502
1503         * text2.C: layout as string
1504
1505         * text.C: layout as string
1506
1507         * paragraph_pimpl.C: layout as string
1508
1509         * paragraph.[Ch]: layout as string
1510
1511         * lyxtextclasslist.[Ch]: layout as string
1512
1513         * lyxtextclass.[Ch]: layout as string
1514
1515         * lyxtext.h: layout as string
1516
1517         * lyxlayout.[Ch]: layout as string
1518
1519         * lyx_cb.C: layout as string
1520
1521         * bufferview_funcs.C: layout as string
1522
1523         * bufferparams.C: layout as string
1524
1525         * buffer.C: layout as string
1526
1527         * LyXView.[Ch]: layout as string
1528
1529         * LaTeXFeatures.[Ch]: layout as string
1530
1531         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
1532
1533         * BufferView_pimpl.C: change current_layout to string, remove
1534         lyx::layout_type.
1535         (Dispatch):
1536         (smartQuote):
1537         (insertInset):
1538         (workAreaButtonRelease): layout as string
1539
1540         * BufferView2.C (unlockInset): adjust
1541
1542         * vspace.C (asLatexCommand): use an explict temp variable.
1543
1544 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1545
1546         * Makefile.am: use FRONTEND_*
1547
1548 2002-03-01  Juergen Vigna  <jug@sad.it>
1549
1550         * tabular.C (SetWidthOfMulticolCell): changed to something better
1551         I hope but still work in progress.
1552         (recalculateMulticolumnsOfColumn): renamed function from
1553         recalculateMulticolCells as it is more appropriate now.
1554         (SetWidthOfCell): calculate multicols better.
1555
1556 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1557
1558         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
1559
1560         * lyxfunc.C (processKeySym): print sequence also if it is
1561         `deleted' (complete)
1562
1563         * kbsequence.C (print): print sequence even if it is deleted
1564         (complete would be a better word, actually).
1565
1566         * lyxfunc.C (dispatch): print complete options after a prefix key
1567
1568         * vspace.C (asLatexCommand): rewrite in a slightly different form.
1569
1570 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
1571
1572         * text2.C (setCharFont): eliminate setCharFont code duplication.
1573
1574 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1575
1576         * BufferView_pimpl.C (Dispatch): remove bogus handling of
1577         LFUN_TABULAR_FEATURE (bug #177)
1578
1579 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
1580
1581         * Makefile.am: remove figure.h
1582
1583 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1584
1585         * Bufferview_pimpl.C:
1586         * CutAndPasteC:
1587         * LaTeX.C:
1588         * LyXSendto.C:
1589         * buffer.C:
1590         * bufferlist.C:
1591         * converter.C:
1592         * language.C:
1593         * lyxfunc.C:
1594         * lyxvc.C:
1595         * paragraph.C:
1596         * text.C:
1597         * text2.C: remove #include "lyx_gui_misc.h".
1598
1599         * LaTeX.C: added #include <cstdio>
1600
1601 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1602
1603         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
1604         that the paragraph following this one can have.
1605
1606         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
1607
1608         * vspace.C (asLatexCommand): fix bogus gcc warning
1609
1610         * Makefile.am (lyx_SOURCES): remove vms_defines.h
1611
1612 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
1613
1614         * text2.C (setLayout): get rid of redundant code
1615
1616 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
1617
1618         * text2.C (incDepth): make sure depth cannot be increased beyond
1619         reasonable values.
1620
1621 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
1622
1623         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
1624         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
1625
1626         * PainterBase.h (image):
1627         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
1628         a LyXImage const *.
1629
1630 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1631
1632         * BufferView.C:
1633         * BufferView.h:
1634         * BufferView_pimpl.C:
1635         * BufferView_pimpl.h:
1636         * LaTeXFeatures.C:
1637         * LyXAction.C:
1638         * LyXView.C:
1639         * Makefile.am:
1640         * UpdateList.h:
1641         * UpdateList.C:
1642         * buffer.C:
1643         * figure.h:
1644         * figureForm.C:
1645         * figureForm.h:
1646         * figure_form.C:
1647         * figure_form.h:
1648         * lyx_cb.C:
1649         * lyx_gui.C:
1650         * lyx_gui_misc.C:
1651         * lyxfunc.C:
1652         * sp_base.h:
1653         * sp_ispell.h:
1654         * sp_pspell.h:
1655         * sp_spell.C: remove fig inset, and the crap house of
1656           cards that follows it
1657
1658 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1659
1660         * Makefile.am:
1661         * lyxserver.C:
1662         * os2_defines.h:
1663         * os2_errortable.h:
1664         * nt_defines.h: move .h into support/
1665
1666         * vms_defines.h: remove
1667
1668         * WorkArea.C: add space in debug output
1669
1670         * text2.C:
1671         * paragraph.C:
1672         * buffer.C: add WITH_WARNINGS
1673
1674         * vc-backend.h:
1675         * vc-backend.C:
1676         * bufferlist.C: s/retrive/retrieve/, add docs
1677
1678         * vspace.h:
1679         * vspace.C:
1680         * kbmap.h:
1681         * lyxlength.h:
1682         * lyxgluelength.h:
1683         * length_common.h:
1684         * chset.h:
1685         * chset.C: add docs
1686
1687         * lyxgui.C: add ID to X error handler
1688
1689         * lyxtestclass.c: fix typo
1690
1691 2002-02-26  Juergen Vigna  <jug@sad.it>
1692
1693         * tabular_funcs.C (write_attribute): changed so that some default
1694         attributes are not written at all.
1695         (getTokenValue): set default values before trying to read the
1696         value so we have the return value always set as default if we don't
1697         find the token we search for.
1698
1699         * tabular.C (Write): write bools as bools not as strings!
1700
1701 2002-02-22  Juergen Vigna  <jug@sad.it>
1702
1703         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
1704         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
1705
1706         * text.C (leftMargin): don't add an indent for paragraphs inside
1707         tabular cells (fix #208).
1708
1709 2002-02-21  José Matos  <jamatos@fep.up.pt>
1710
1711         * tabular.C (docBook): fixed support for long tables.
1712
1713 2002-02-20  Juergen Vigna  <jug@sad.it>
1714
1715         * text2.C (getFont): get the drawing font of the Inset if this
1716         paragraph is inside an inset (only important for InsetERT for now).
1717
1718         * buffer.C (insertErtContents): use new lanugage params in ERT
1719         constructor.
1720
1721         * CutAndPaste.C: commenting out seemingly uneeded code.
1722
1723 2002-02-19  Allan Rae  <rae@lyx.org>
1724
1725         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
1726         Iterators might be simple to use but they also get invalidated.
1727         (removeAutoInsets): renamed saved cursor tracking variables and added
1728         some comments to clarify what everything does.
1729
1730 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1731
1732         * Chktex.C:
1733         * LaTeX.C:
1734         * LyXSendto.C:
1735         * converter.C:
1736         * lyx_cb.C:
1737         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
1738         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
1739
1740         * lyxfunc.C:
1741         * vc-backend.h: remove #include "support/syscall.h"
1742
1743         * LaTeX.C:
1744         * LyXSendto.C:
1745         * converter.C: rearrange #includes in Lars' approved fashion.
1746
1747         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
1748         forward declare class Timeout in the header file.
1749
1750         * XFormsView.C: changes due to the above.
1751
1752         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
1753         similar to LyXView.
1754
1755         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
1756         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
1757
1758 2002-02-18  José Matos  <jamatos@fep.up.pt>
1759
1760         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
1761         insets contents.
1762
1763 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1764
1765         * a lot of small ws changes
1766         * add a lot of using std::XXX
1767         * use std construcs some places where approp.
1768         * use some exisint stuff from lyxfunctional where approp.
1769         * Make file changes to use partial linking (lets test this now...)
1770
1771 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1772
1773         * Chktex.C:
1774         * buffer.C:
1775         remove #include "support/syscontr.h" as it's redundant. Always has been.
1776
1777         * Chktex.C:
1778         * LaTeX.C:
1779         * LyXSendto.C:
1780         * converter.C:
1781         * lyx_cb.C:
1782         * vc-backend.C:
1783         change Systemcalls::System to Systemcalls::Wait and
1784         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
1785         No change of functionality, just reflects the stripped down Systemcalls
1786         class.
1787
1788 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1789
1790         * debug.[Ch]: add a GRAPHICS type to the enum.
1791
1792 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1793
1794         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
1795
1796         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
1797         there is an inset.
1798
1799 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1800
1801         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
1802         match the changes below.
1803
1804         * text2.C (toggleInset): if there is not editable inset at cursor
1805         position, try to see if cursor is _inside_ a collapsable inset
1806         and close it.
1807
1808 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1809
1810         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
1811         document menu has a nice checkbox
1812
1813 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1814
1815         * lyxlength.C (asLatexString): change PW to output as percent of
1816         \textwidth.
1817
1818         * lengthcommon.C: change '%' to 't%'
1819
1820         * lyxfunc.C (dispatch): a few comments from Martin
1821
1822 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
1823
1824         * WorkArea.h:
1825         * WorkArea.C:
1826         * BufferView_pimpl.h:
1827         * BufferView_pimpl.C: clear our selection when X tells us we've lost
1828           the X selection.
1829
1830 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1831
1832         * vspace.C (inPixels): fix compiler warning
1833
1834 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1835
1836         * lyxfunc.C (getStatus): fix status message for disabled commands.
1837
1838 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
1839
1840         * BufferView_pimpl.C: fix crash on close buffer
1841         during selection (#227)
1842
1843 2002-01-27  Herbert Voss  <voss@lyx.org>
1844
1845         * buffer.C: link old Figure to new graphic inset
1846
1847 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1848
1849         * FontLoader.C (getFontinfo): Change the latex font names in order
1850         to match the names of type1inst.
1851
1852 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1853
1854         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
1855
1856         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
1857         (extchanged): ditto
1858         (ext_exist): ditto
1859         (remove_files_with_extension): ditto
1860         (remove_file): ditto
1861         (write): ditto
1862
1863         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
1864         document is smaller than the work area height. Do not initialize
1865         static variables to 0.
1866
1867 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1868
1869         * lyx_gui.C (init): give the toolbar tooltips a normal font.
1870
1871         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
1872         LFUN_LAYOUT_PARAGRAPHS.
1873
1874         * tabular.C (GetCellFromInset): new method. Finds an inset in a
1875         tabular. It is possible to provide a possible cell, which will
1876         typically be the actcell from the corresponding insettabular
1877
1878         * lyxfunc.C (getStatus): small cleanup; disable
1879         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
1880         true
1881
1882 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1883
1884         * tabular.C (Validate): remove broken optimization (fixes bug #201)
1885
1886         * paragraph.C (startTeXParParams):
1887         (endTeXParParams): new methods. The LaTeX code to
1888         start/end paragraph formatting
1889         (simpleTeXOnePar): call startTeXParParams also when paragraph is
1890         empty (fixes bug #200)
1891
1892         * vspace.C (inPixels): adapt to the change below
1893         (inPixels): [later] more cleanups (remove unused variables)
1894
1895         * lyxlength.C (inPixels): change to use a width and a height as
1896         parameter.
1897
1898 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1899
1900         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
1901         Replaced with \paperwidth
1902
1903         * DepTable.C (insert): add std:: qualifier
1904
1905 2002-01-18  Allan Rae  <rae@lyx.org>
1906
1907         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
1908         updated also?
1909
1910         * text.C (drawInset): Turned out I didn't know enough about how
1911         rebreaking worked.  This fixes most of the redraw problems.  I see
1912         an occasional cursor trail when a line is broken now and the cursor
1913         placement can seem out by a few pixels also after a rebreak.
1914
1915 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1916
1917         * buffer.C (parseSingleLyXformat2Token): update because minipage
1918         width is now a LyXLength
1919
1920         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
1921
1922         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
1923         math insets
1924
1925 2002-01-17  Juergen Vigna  <jug@sad.it>
1926
1927         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
1928
1929         * BufferView2.C (lockInset): call edit() so that theLockingInset()
1930         is set correctly and the inset is updated correctly.
1931
1932 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1933
1934         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
1935         the beginning of the loop.
1936
1937 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1938
1939         * lyxrc.C: improve help for use_scalable_fonts
1940
1941 2002-01-17  Allan Rae  <rae@lyx.org>
1942
1943         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
1944
1945 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1946
1947         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
1948         make sure to set their inset_owner to the right value (bug #171)
1949
1950 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
1951
1952         * DepTable.h
1953         * DepTable.C: Implement mtime checking to reduce time spent doing
1954         CRCs.
1955
1956 2002-01-16  Juergen Vigna  <jug@sad.it>
1957
1958         * tabular.C (GetAdditionalHeight): one of error fixed.
1959
1960         * lyxrc.C (output): small fix in writing use_pspell.
1961
1962 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1963
1964         * sp_base.h: #include LString.h
1965
1966 2002-01-16  Allan Rae  <rae@lyx.org>
1967
1968         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
1969         Can someone check this please?
1970
1971         * text.C (drawInset): It was possible that p.row would be removed by
1972         breakAgainOneRow upsetting a few other settings.  There may be another
1973         small tweak possible by setting need_break_row = 0 when p.row has been
1974         removed but I don't know enough about the logic here.
1975
1976 2002-01-15  Allan Rae  <rae@lyx.org>
1977
1978         * text.C (insertChar): removed conditional truism.
1979
1980         * BufferView2.C (removeAutoInsets): More tweaks.
1981         cur_par_prev could be a stray pointer.  Check for trailing empty line
1982         in case last line was cur_par and only had an error inset on it.
1983
1984 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1985
1986         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
1987         absolute
1988
1989         * vc-backend.C (most methods):
1990         * exporter.C (Export):
1991         * converter.C (convert):
1992         (runLaTeX):
1993         * LyXSendto.C (SendtoApplyCB):
1994         * lyxfunc.C (dispatch):
1995         (menuNew):
1996         (open):
1997         (doImport):
1998         * lyx_cb.C (AutoSave):
1999         (InsertAsciiFile):
2000         * BufferView_pimpl.C (MenuInsertLyXFile):
2001         * buffer.C (runChktex): use Buffer::filePath().
2002
2003         * buffer.h: rename filename to filename_; rename filepath to
2004         filepath_ and make it private
2005         (filePath): new method
2006
2007         * buffer.C (writeFile): use fileName()
2008         (getLatexName):
2009
2010         * lyx_main.C (init): fix starting  of LyX when the binary is a
2011         link from so,ewhere else.
2012
2013         * minibuffer.C: include <cctype> for isprint
2014
2015 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2016
2017         * buffer.C (parseSingleLyXformat2Token): changes associated with the
2018         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
2019         name clash with InsetCollapsable's width function.
2020
2021 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2022
2023         * lastfiles.C: include <iterator>
2024
2025 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2026
2027         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
2028         std::count.
2029
2030         * buffer.C (makeLaTeXFile): ditto.
2031         Also make loop operation more transparent.
2032
2033 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2034
2035         * ToolbarDefaults.C: remove trailing comma closing namespace.
2036
2037         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
2038
2039         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
2040         as in WorkArea.
2041
2042         * trans.C (Load): comment out unused variable, allowed.
2043
2044 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2045
2046         * minibuffer.[Ch] (append_char): new method to recieve input from the
2047         drop-down completion browser. If a key was pressed, then recieve this
2048         char and append it to the existing string.
2049         (peek_event): modify the positioning data passed to the completion
2050         browser so that it can be placed above the minibuffer rather than below.
2051 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2052
2053         * LyXAction.C (init): alloe error-next for readonly documents.
2054
2055         * BufferView2.C (ChangeRefsIfUnique): use standard version of
2056         count.
2057
2058 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2059
2060         * bufferlist.C (readFile): create the buffer _after_ checking that
2061         the file exists.
2062
2063         * lyxfunc.C (verboseDispatch): fix handling of arguments
2064
2065         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
2066
2067         * lyxrc.C: use string::erase() instead of initializing to "".
2068
2069
2070 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2071
2072         * BufferView_pimpl.h:
2073         * BufferView_pimpl.C:
2074         * WorkArea.h:
2075         * WorkArea.C:
2076         * text2.C: tell X when we have made a selection for copying
2077
2078 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2079
2080         * BufferView_pimpl.C (MenuInsertLyXFile):
2081         * lyxfunc.C (menuNew):
2082         (open):
2083         (doImport): add shortcuts to directory buttons
2084
2085         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
2086         open a float)
2087
2088         * lyxfunc.C (setStatusMessage):
2089         (getStatusMessage): new methods
2090         (getStatus):use setStatusMessage instead of setErrorMessage
2091         (dispatch): when function is disabled, set error message here
2092         [instead of in getStatus previously]
2093
2094         * BufferView_pimpl.C (workAreaButtonRelease): update
2095         toolbar/menubar here too.
2096
2097 2002-01-13  Allan Rae  <rae@lyx.org>
2098
2099         * BufferView2.C (removeAutoInsets): finished off earlier fix.
2100         Now seems indestructible.  Remaining task is to audit all other
2101         code affected by deleteEmptyParagraphMechanism.  One small quirk
2102         left is that an empty document with an error in the preamble can
2103         be made to report an error but no error box appears.  I don't know
2104         where it goes.
2105         (removeAutoInsets): Improved comments.
2106
2107 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
2108
2109         * Thesaurus.h:
2110         * Thesaurus.C: update for Aiksaurus 0.14
2111
2112 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2113
2114         * text2.C (firstParagraph): removed member function, all uses
2115         replaces with ownerParagraph
2116         (redoParagraphs): here
2117         (updateInset): here
2118         (toggleAppendix): here
2119         * BufferView2.C (insertErrors): here
2120         (setCursorFromRow): here
2121
2122 2002-01-13  Allan Rae  <rae@lyx.org>
2123
2124         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
2125         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
2126         There is still a way to segfault this although you may have to do this
2127         multiple times: Have an InsetERT with an unknown command in it.
2128         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
2129         <down-arrow>, <Enter> again, View->DVI, BANG!
2130
2131         * text2.C (setCursor):
2132         (deleteEmptyParagraphMechanism):
2133         * lyxtext.h (setCursor):
2134         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
2135         Making use of the return value may help fix other bugs.
2136
2137 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2138
2139         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
2140
2141         * LyXView.C (updateMenubar): call MenuBar::update here
2142         (updateToolbar): but not here
2143         (showState): do not update toolbar/menubar
2144
2145         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
2146         should need to care about that.
2147
2148         * lyxfunc.C (verboseDispatch): simplify a bit
2149         (getStatus): have a version which takes a pseudoaction, and
2150         another which requires a (kb_action,string).
2151
2152         * LyXAction.C (retrieveActionArg): make it work also when action
2153         is not a pseudo-action.
2154         (getActionName): simplify a bit
2155         (helpText):
2156
2157 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2158
2159         * lyxfunc.C (verboseDispatch): new families of methods with
2160         several ways to specify a command and a bool to indicate whether
2161         the command name and shortcut should be displayed in minibuffer
2162         (eventually, we could extend that to a finer bitmask like
2163         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
2164         (dispatch): the pristine dispatch command which just, well,
2165         dispatchs! Note it still sets its result to minibuffer; I'm not
2166         sure we want that.
2167
2168         * lyxfunc.h: remove setHintMessage
2169
2170         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
2171
2172 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2173
2174         * BufferView_pimpl.C (specialChar): delete new inset if we have
2175         not been able to insert it.
2176
2177         * kbmap.C: revert to using int instead of kb_action, since all we
2178         are dealing with is pseudo-actions.
2179
2180         * LyXAction.C (searchActionArg): change to return int instead of
2181         kb_action, since the result is a pseudoaction.
2182
2183 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
2184
2185         * buffer.C (insertErtContents): Fix (partially) the font bug.
2186
2187 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2188
2189         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
2190         as the other one is broken on my machine!
2191
2192 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
2193
2194         * commandtags.h:
2195         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
2196
2197 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
2198
2199         * lyxrc.[Ch]: change names and descriptions of popup font variables to
2200         reflect their actual use. Provide compatibility code for older lyxrc
2201         files.
2202
2203         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
2204         FL_NORMAL_STYLE.
2205         change names of popup font variables in line with the changes to lyxrc.C
2206
2207 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2208
2209         * buffer.C (asciiParagraph): avoid outputing a word twice after
2210         an inset.
2211
2212         * lyxrc.C (getDescription): document that document_path and
2213         template_path can be empty.
2214
2215 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2216
2217         * LaTeXFeatures.C (getMacros):
2218         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
2219
2220         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
2221
2222         * LaTeXFeatures.C (useFloat): require "float" here instead of in
2223         getPackages.
2224         (getPackages): rename feature "floats" to "float". Use an array to
2225         iterate over 'simple' features (i.e. just a \usepackage). Add
2226         handling of "amsmath" (renamed from "amsstyle").
2227
2228 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
2229
2230         * LaTeXFeatures.C (require): Prevent duplicate entries in the
2231         features list.
2232
2233 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
2234
2235         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
2236         FuncStaus::FuncStatus & FuncStaus::some_method().
2237
2238 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2239
2240         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
2241         of the func_satus stuff. Edited and massaged in various ways by
2242         JMarc.
2243
2244         * lyxfunc.C (getStatus): use FuncStatus
2245
2246 2002-01-08  Juergen Vigna  <jug@sad.it>
2247
2248         * text.C (nextBreakPoint): use function Inset::isChar().
2249
2250         * paragraph.C (TeXOnePar): use function
2251         Inset::forceDefaultParagraphs.
2252
2253         * buffer.C (latexParagraphs): use function
2254         Inset::forceDefaultParagraphs.
2255
2256 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2257
2258         * lyx_gui.C (init): set the style of the menu popups to
2259         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2260
2261 2002-01-07  Juergen Vigna  <jug@sad.it>
2262
2263         * text.C (setHeightOfRow): small fix
2264         (prepareToPrint): don't look at alignment if we don't have the place
2265         for doing it.
2266
2267 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2268
2269         * box.C: New file. Move the Box methods and functions out of box.h,
2270         following Lars' suggestion.
2271
2272 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2273
2274         * box.h: #include "support/LOstream.h", needed for inlined function.
2275
2276         * lyxtextclass.C:
2277         * lyxtextclasslist.C: added some using std declarations.
2278
2279 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
2280
2281         * box.h: make signed dimensions to allow insets wider than
2282           the screen (bug #162)
2283
2284         * BufferView_pimpl.C: add some insetHit debug
2285
2286 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2287
2288         * vc-backend.C: add FIXME
2289
2290 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2291
2292         * lyxfunc.C (getStatus): enable code for showing math font status
2293         in toolbar/menu.
2294
2295 2002-01-07  Juergen Vigna  <jug@sad.it>
2296
2297         * text.C (nextBreakPoint): removed debug output not needed anymore.
2298
2299 2002-01-06  Juergen Vigna  <jug@sad.it>
2300
2301         * text.C (nextBreakPoint): fixed up this function we had this bug
2302         since ever but now hopefully we break row better.
2303         (insertChar): we have to check if an inset is the next char as it
2304         could now happen that a large inset is causing a break.
2305
2306 2002-01-05  Juergen Vigna  <jug@sad.it>
2307
2308         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
2309         if it doesn't like to be drawed.
2310
2311 2002-01-04  Juergen Vigna  <jug@sad.it>
2312
2313         * BufferView2.C (lockInset): forgot to set a cursor.
2314
2315         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
2316
2317 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
2318
2319         * FormMathsPanel.C:
2320         * FormMathsPanel.h
2321         * MathsSymbols.C:
2322         * form_maths_panel.C:
2323         * form_maths_panel.h:
2324         * form_maths_panel.fd: implemented sub- and super- buttons in math
2325         panel.
2326
2327         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
2328         (or ^ space) to be used as in TeX (req'd by André).
2329
2330         * lyxfunc.C: Allow ^ and _ again to be used both as
2331         super/subscript (mathed) and as themselves (in text).
2332
2333 2002-01-03  Allan Rae  <rae@lyx.org>
2334
2335         * LyXView.C (updateWindowTitle): Setup a short icon title of either
2336         "LyX" or the filename of the current buffer if it has one.  This is a
2337         modified form of John Levon's patch.
2338
2339         * XFormsView.C (setWindowTitle): also set icon title.
2340
2341         * LyXView.h (setWindowTitle): signature changed.
2342         * XFormsView.h (setWindowTitle): ditto.
2343
2344 2002-01-02  Juergen Vigna  <jug@sad.it>
2345
2346         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
2347
2348 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2349
2350         * screen.C (topCursorVisible): introduce a temp var for
2351         text->cursor.row(), handle the case where this row is null. (kindo
2352         hachish)
2353
2354         * text2.C (setCursor): add a couple of asserts.
2355
2356         * paragraph.h (inset_iterator): add -> operator
2357
2358         * paragraph.[Ch] (autoDeleteInsets): remove member function
2359
2360         * BufferView2.C (removeAutoInsets): rewrite to handle the old
2361         cursor pos correctly and handle inset deletion by itself.
2362         (insertErrors): move iterator declaration out of for expression
2363
2364         * lyxtextclass.C: add <algorithm>
2365
2366         * Makefile.am: added the new files to sources, removed layout.C
2367
2368         * layout.C: removed file
2369
2370         * layout.h: remove LYX_DUMMY_LAYOUT
2371
2372         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
2373         layout.
2374
2375         * lyxlayout.[Ch]:
2376         * lyxtextclass.[Ch]:
2377         * lyxtextclasslist.[Ch]: new files
2378
2379         * include order changes to a lot of files, also changes because of
2380         the six new files.
2381
2382 2001-12-27  Juergen Vigna  <jug@sad.it>
2383
2384         * buffer.C (asciiParagraph): more fixes.
2385
2386         * tabular.C (ascii): make ascii export support export of only the
2387         data separated by a column-delimiter.
2388         (ascii): better support for ascii export.
2389
2390         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
2391
2392 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2393
2394         * tabular_funcs.C: use a "using std::getline" instead of the
2395         previous fix from Angus (necessary for cxx + lyxstring)
2396
2397 2001-12-24  Juergen Vigna  <jug@sad.it>
2398
2399         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
2400
2401         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
2402         problems. First check a minipage also if we have some ert-contents
2403         (not only on par->size(), second set the right depth of the paragraph
2404         on the relink to the root-paragraph-list!
2405
2406         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
2407         which then did not anymore update the main paragraphs on undo/redo!
2408
2409 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2410
2411         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
2412         code. Support all font-changing funcs (even those which are not in
2413         menu currently). Support for reporting font settings in
2414         mathed (disabled until Andre provides a function on mathed's side).
2415
2416         * func_status.h (toggle): small helper function to set toggle
2417         state on a flag.
2418
2419 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
2420
2421         * tabular_funcs.C: getline -> std::getline
2422
2423 2001-12-21  Juergen Vigna  <jug@sad.it>
2424
2425         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
2426         accessed and could be 0 (I couldn't generate this but it seems
2427         Michael could!).
2428
2429 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2430
2431         * tabular_funcs.C: add LIstream.h, move write_attribute to..
2432         * tabular_funcs.h: here and include iosfwd
2433
2434 2001-12-20  Juergen Vigna  <jug@sad.it>
2435
2436         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
2437         inside inset but undo_par was.
2438
2439 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2440
2441         * Thesaurus.C: always include <config.h> in sources.
2442
2443         * Painter.h:
2444         * lyxlookup.h:
2445         * box.h: do not include <config.h> in header files
2446
2447         * text.C (paintLastRow): remove unused variable
2448
2449         * text.C (transformChar):
2450         (insertChar):
2451         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
2452
2453         * Painter.C (text):
2454         * font.C (width): rewrite to use uppercase() instead of
2455         islower/toupper.
2456
2457         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
2458
2459 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
2460
2461         * lyxfind.C: clean up of find failure position change
2462
2463 2001-12-20  Juergen Vigna  <jug@sad.it>
2464
2465         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
2466
2467         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
2468         (TeXRow): added to LaTeX a single tabular row.
2469         (TeXLongtableHeaderFooter): added to output LT-h/f data.
2470         (Latex): simplified and finally good LT-h/f support.
2471         (various_functions): just small adaptions for LT-h/f support.
2472
2473         * tabular_funcs.[hC]: added and moved here all not classfunctions
2474         of LyXTabular.
2475
2476 2001-12-19  Juergen Vigna  <jug@sad.it>
2477
2478         * tabular.[Ch]: better support for longtabular options (not finished
2479         yet!)
2480
2481 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2482
2483         * text.C (paintLastRow): use the label font instead of the font of
2484         the last character to compute the size of *_BOX. This makes more
2485         sense and avoids a crash with empty paragraphs.
2486         Use Painter::rectangle to draw EMPTY_BOX.
2487
2488 2001-12-19  Juergen Vigna  <jug@sad.it>
2489
2490         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
2491         the paragraphs if the replaced paragraph is not the first one!
2492         Tried to delete not used paragraphs but does not work yet so for
2493         now it's inside #ifdef's and by default off!
2494
2495 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2496
2497         * MenuBackend.C: include "lyx_main.h" instead of declaring
2498         lastfiles (actually was declared as LastFiles* instead of a
2499         scoped_ptr).
2500
2501 2001-12-17  Juergen Vigna  <jug@sad.it>
2502
2503         * tabular.C (AppendColumn): applied John's fix
2504
2505 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
2506
2507         * BufferView.h:
2508         * BufferView.C:
2509         * BufferView_pimpl.h:
2510         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
2511
2512         * Makefile.am:
2513         * box.h: new start of class for above
2514
2515         * lyxfunc.C: ignore space-only minibuffer dispatches.
2516           Show the command name when it doesn't exist
2517
2518         * minibuffer.C: don't add empty lines to the history
2519
2520         * minibuffer.C: add a space on dropdown completion
2521
2522 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
2523
2524         * text.C: fix line above/below drawing in insets
2525
2526 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2527
2528         * lyxlength.C (LyXLength): Initialize private variables.
2529
2530 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
2531
2532         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
2533         when inserting error insets.
2534
2535 2001-12-13  Juergen Vigna  <jug@sad.it>
2536
2537         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
2538         actually sometimes the before-paragraph.
2539         (setUndo): don't clear the redostack if we're not actually undoing!
2540
2541 2001-12-06  Juergen Vigna  <jug@sad.it>
2542
2543         * undo_funcs.C (textHandleUndo): well after John's hint I got here
2544         and fixed redoing of main paragraph, so we can use it now ;)
2545
2546         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
2547
2548 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2549
2550         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
2551         Juergen's request
2552
2553 2001-12-13  André Pönitz <poenitz@gmx.net>
2554
2555         * undostack.[Ch]:
2556         * undo_func.C: minor cleanup
2557
2558 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2559
2560         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
2561         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
2562         font in urw-fonts package which is marked as -urw-fontspecific and
2563         does not work (incidentally, changing the encoding in the
2564         fonts.dir of this package to -adobe-fontspecific fixes the
2565         problem).
2566
2567         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
2568         is a crash when undoing first paragraph (Juergen, please take a
2569         look). THis does not mean the undo fix is wrong, just that it
2570         uncovers problems.
2571
2572         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
2573         the (Paragraph*) version when needed instead of duplicating the
2574         code.
2575
2576         * text.C (workWidth): use Inset::parOwner to find out where the
2577         inset has been inserted. This is a huge performance gain for large
2578         documents with lots of insets. If Inset::parOwner is not set, fall
2579         back on the brute force method
2580
2581         * paragraph_pimpl.C (insertInset):
2582         * paragraph.C (Paragraph):
2583         (cutIntoMinibuffer): set parOwner of insets when
2584         inserting/removing them
2585
2586         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
2587
2588 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
2589
2590         * commandtags.h:
2591         * LyXAction.C:
2592         * lyx_main.C:
2593         * lyxfunc.C:
2594         * mathed/formulabase.C:
2595         * mathed/math_cursor.[Ch]:
2596         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
2597
2598
2599 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2600
2601         * lyxlength.[Ch] (operator!=): new function
2602
2603 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2604
2605         * text.C (workWidth): use Inset::parOwner to find out where the
2606         inset has been inserted. This is a huge performance gain for large
2607         documents with lots of insets. If Inset::parOwner is not set, fall
2608         back on the brute force method
2609
2610         * paragraph_pimpl.C (insertInset):
2611         * paragraph.C (Paragraph):
2612         (cutIntoMinibuffer): set parOwner of insets when
2613         inserting/removing them
2614
2615         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
2616
2617 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2618
2619         * tabular-old.C (getTokenValue):
2620         * tabular.C (getTokenValue):
2621         (write_attribute): new versions for LyXLength
2622         (everywhere): adjust the use of widths
2623
2624         * tabular.h: change the type of widths from string to LyXLength
2625
2626 2001-12-11  Ben Stanley <bds02@uow.edu.au>
2627
2628         * paragraph.C: fixed missing line number count when exporting
2629         Environments to LaTeX file
2630
2631         * buffer.C: added informational message for checking line numbers.
2632
2633 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2634
2635         * text2.C (deleteEmptyParagraphMechanism): if there is only one
2636         paragraph, do the 'double space' part, but not the 'empty
2637         paragraph' one.
2638
2639         * text.C (workWidth): small optimization
2640         (getLengthMarkerHeight): use minimal size for negative lengths.
2641
2642 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
2643
2644         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
2645
2646         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
2647
2648 2001-12-11  André Pönitz <poenitz@gmx.net>
2649
2650         * FontLoader.C:
2651         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
2652
2653 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2654
2655         * text2.C: keep selection on a setFont()
2656
2657 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2658
2659         * lyx_cb.C: another bv->text misuse, from insert label
2660
2661 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
2662
2663         * kbsequence.h:
2664         * kbsequence.C: re-instate nmodifier mask
2665
2666 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
2667
2668         * lyx_main.h: make lyxGUI private.
2669
2670 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2671
2672         * lyxfind.C: place the cursor correctly on failed search
2673
2674 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2675
2676         * text.C (getLengthMarkerHeight): for small heights, the arrows
2677         are not always on top/bottom of the text
2678         (drawLengthMarker): smaller arrows; take the left margin in
2679         account; draw also vfills.
2680         (paintFirstRow):
2681         (paintLastRow): remove special code for vfill and standard spaces,
2682         since everything is handled in drawLengthMarker now.
2683
2684 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2685
2686         * buffer.C (insertErtContents): try to handle font and language
2687         interaction a bit better.g
2688
2689         * ColorHandler.C (updateColor): change the hash to cover the whole
2690         LColor enum, ws cleanup
2691         (getGCLinepars): ditto
2692         (getGCLinepars): only lookup in the linecache once.
2693
2694 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
2695
2696         * iterators.C (operator++): Make the iterator more robust
2697
2698         * BufferView2.C (removeAutoInsets): Use paragraph iterators
2699         (John's patch)
2700         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
2701
2702 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2703
2704         * lyxtext.h:
2705         * text.C: better added space drawing
2706
2707 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2708
2709         * LyXView.C:
2710         * BufferView2.C: fix layout combo update on inset unlock
2711
2712 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2713
2714         * Makefile.am: don't compile unused files
2715
2716 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2717
2718         * lyxfunc.C:
2719         * commandtags.h:
2720         * LyXAction.C: remove old LFUN_LAYOUTNO
2721
2722 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2723
2724         * paragraph_pimpl.h:
2725         * paragraph_pimpl.C: isTextAt() doesn't need font param
2726
2727 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2728
2729         * lyxlex.h:
2730         * lyxlex.C: little cleanup
2731
2732 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2733
2734         * BufferView_pimpl.C: fix insertAscii for insets
2735
2736 2001-12-05  Juergen Vigna  <jug@sad.it>
2737
2738         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
2739         set the right font on the "multi" paragraph paste!
2740
2741 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2742
2743         * trans_decl.h:
2744         * trans_mgr.[Ch]:
2745         * trans.[Ch]:
2746         * lyxgluelength.C:
2747         * lyxlength.C: remove out-commented code.
2748
2749         * BufferView_pimpl:
2750         * CutAndPaste.C:
2751         * DepTable.C:
2752         * buffer.C:
2753         * chset.C:
2754         * lastfiles.C:
2755         * lyxlex.C:
2756         * lyxlex_pimpl.C:
2757         * lyxserver.C:
2758         * screen.C:
2759         * tabular-old.C:
2760         * tabular.C:
2761         * text.C:
2762         * trans_mgr.C:
2763         * vc-backend.C: change "while(" to "while ("
2764
2765         * lyxlength.[Ch]: add zero function to check if length is zero or
2766         not
2767         * lyxgluelength.C: use it
2768
2769 2001-12-05  Allan Rae  <rae@lyx.org>
2770
2771         * lyxlength.C: Attempted a fix for the abs(int) header selection.
2772         Works for 2.95.3, from what I understand of Garst's reports this should
2773         work for other g++ versions.  We're screwed if the abs(int) definition
2774         changed between bugfix releases of gcc.
2775
2776 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
2777
2778         * text.C: fix chapter label offset !
2779
2780 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
2781
2782         * lyxtext.h:
2783         * text.C: fix hfill at end of line, clean up
2784
2785 2001-12-04  Juergen Vigna  <jug@sad.it>
2786
2787         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
2788         that we force an update of the inset and it's owners if neccessary.
2789
2790 2001-12-03  Juergen Vigna  <jug@sad.it>
2791
2792         * text.C (rowLast): simplified code
2793
2794 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
2795
2796         * lyxfunc.C: fix show options on timeout
2797
2798 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2799
2800         * screen.C (topCursorVisible): scroll half a page when the cursor
2801         reached top of bottom of screen
2802
2803 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
2804
2805         * minibuffer.C: deactivate on loss of focus
2806
2807 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2808
2809         * vspace.[Ch] (operator!=): add operator.
2810
2811 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2812
2813         * BufferView_pimpl.C: refuse to open an inset when
2814         there's a selection.
2815
2816 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
2817
2818         * BufferView_pimpl.C: allow to click on RHS of full row insets
2819
2820 2001-11-30  Juergen Vigna  <jug@sad.it>
2821
2822         * tabular.C (LyXTabular): add a same_id to set the same id's in the
2823         insets for undo reasons.
2824
2825 2001-11-28  André Pönitz <poenitz@gmx.net>
2826
2827         * vspace.[Ch]: cosmetical changes
2828
2829 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2830
2831         * LyXAction.h:
2832         * LyXAction.C:
2833         * lyxfunc.h:
2834         * lyxfunc.C:
2835         * kbmap.h:
2836         * kbmap.C:
2837         * lyxrc.C:
2838         * kbsequence.h:
2839         * kbsequence.C: part re-write of old kb code
2840
2841         * Painter.C:
2842         * WorkArea.C: remove Lgb_bug_find_hack
2843
2844 2001-11-30  José Matos <jamatos@fep.up.pt>
2845
2846         * buffer.C (makeDocBookFile): add a comment to point a hack.
2847         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
2848         Fixed a double write of labels.
2849
2850 2001-11-29 Ben Stanley <bds02@uow.edu.au>
2851
2852         * LaTeX.C:
2853         * LaTeX.h Fixed bug in LaTeX class where it would not
2854         re-run latex if no depfiles were changed, but the .dvi was removed.
2855
2856 2001-11-28  André Pönitz <poenitz@gmx.net>
2857
2858         * all the files from the change on 2001/11/26:
2859         use lyx::layout_type instead of LyXTextClass::size_type
2860         use lyx::textclass_type instead of LyXTextClassList::size_type
2861
2862 2001-11-29  Juergen Vigna  <jug@sad.it>
2863
2864         * text.C: added support for paragraph::isFreeSpacing()
2865
2866         * buffer.C: same as above
2867
2868         * paragraph.h: inserted isFreeSpacing() function to enable
2869         FreeSpacing inside InsetERT.
2870
2871         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
2872         of the paragraph's in the cut/copy buffer to 0!
2873
2874         * text2.C (removeRow): remove the assert as it can!
2875
2876         * lyxtext.h: added helper function firstRow returning firstrow and
2877         made firstrow private again.
2878
2879         * BufferView2.C (lockInset): don't relock if we're already locked!
2880
2881         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
2882         the only paragraph.
2883         (removeRow): added Assert::(firstrow)
2884
2885         * debug.C: forgot to add INSETTEXT here.
2886
2887 2001-11-28  Juergen Vigna  <jug@sad.it>
2888
2889         * sp_spell.C (initialize): changed error text to more general
2890         spellchecker command use (not only ispell!)
2891
2892         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
2893
2894         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
2895
2896 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2897
2898         * vspace.C: initialise lyxgluelength on failure
2899
2900 2001-11-28  Allan Rae  <rae@lyx.org>
2901
2902         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
2903         declaration & definition that looks like a function declaration.
2904
2905 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2906
2907         * BufferView2.C (copy):
2908         (copyEnvironment): do not clear the selection when doing a copy.
2909
2910         * text.C (paintFirstRow): compilation fix
2911
2912 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
2913
2914         * tabular.C (Latex): correct line count when writing latex.
2915
2916 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
2917
2918         * paragraph_pimpl.h:
2919         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
2920           bug a bit
2921
2922 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2923
2924         * text.C:
2925         * LColor.h:
2926         * LColor.C: change vfillline->added_space
2927
2928         * text.C: add markers and text for added space
2929
2930         * vspace.C: fix comment
2931
2932 2001-11-28  André Pönitz <poenitz@gmx.net>
2933
2934         * paragraph.C: whitespace changes
2935         * all the other files from the change on 2001/11/26:
2936         change *::pos_type into lyx::pos_type
2937
2938 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2939
2940         * buffer.C (parseSingleLyXformat2Token): Set the language to the
2941         language of the document when inserting error insets.
2942
2943 2001-11-26  André Pönitz <poenitz@gmx.net>
2944
2945         * BufferView_pimpl.[Ch]:
2946         *       CutAndPaste.C:
2947         * buffer.[Ch]:
2948         * lyxcursor.[Ch]:
2949         * lyxfind.C:
2950         * lyxfunc.C:
2951         * lyxrow.[Ch]:
2952         * paragraph.[Ch]:
2953         * paragraph_pimpl.[Ch]:
2954         * sp_spell.C:
2955         * text.C:
2956         * text2.C: reduce header dependencies, introduce type for positions
2957
2958 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2959
2960         * <various>: change to use Alert.h
2961
2962 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
2963
2964         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
2965         when encountering an unknown token.
2966         (readLyXformat2): Show an error message if there were unknown tokens.
2967
2968 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
2969
2970         * BufferView2.C:
2971         * BufferView_pimpl.C:
2972         * buffer.C:
2973         * paragraph.h:
2974         * text.C:
2975         * text2.C: use par->isInset()
2976
2977 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2978
2979         * paragraph_pimpl.h:
2980         * paragraph_pimpl.C: cleanup
2981
2982 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2983
2984         * text2.C (removeRow):
2985         * text.C (setHeightOfRow): remove useless (and costly) call to
2986         getRow.
2987
2988 2001-11-20  Allan Rae  <rae@lyx.org>
2989
2990         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
2991         Now need Inset*::checkInsertChar() to return true for appropriate
2992         cases so that the characters in the minibuffer will actually be
2993         inserted.
2994
2995 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2996
2997         * text.C: change the order of the includes.
2998         (workWidth): initialize it at once.
2999         (workWidth): make maxw unsigned
3000         (setHeightOfRow): remove unused variable (inset)
3001         (selectSelectedWord): remove unused variable (inset)
3002         (paintRowText): fix drawing of hfill characters, and clean up a bit.
3003
3004 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3005
3006         * lyxserver.C (emergencyCleanup): do not try to close pipes if
3007         server is not running.
3008         (openConnection):
3009         (closeConnection): add debug info when server is disabled.
3010
3011         * ColorHandler.C (getGCForeground): send debug message to GUI
3012         channel.
3013
3014         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
3015
3016         * kbmap.C (bind): modify because return conventions of
3017         kb_sequence::parse have changed.
3018
3019         * kbsequence.C (parse): only ignore spaces and not any stupid
3020         control character. This avoids tests like s[i] <= ' ', which are
3021         guaranteed to fail with 8bit characters and signed chars.
3022         Change return code to string::npos when there have been no error
3023         (0 was a bad idea when error is at first character)
3024
3025 2001-11-14  José Matos  <jamatos@fep.up.pt>
3026
3027         * buffer.h:
3028         * buffer.C (simpleDocBookOnePar): removed unused argument.
3029
3030 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3031
3032         * text.C (selectNextWordToSpellcheck): do not test explicitely for
3033         insets which are part of a word. Paragraph::isLetter takes care of
3034         that now. Use Paragraph::isInset to identify insets.
3035         (selectSelectedWord): do not test for hyphenation break.
3036
3037         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
3038         that protected spaces are considered as spaces.
3039
3040         * paragraph.C (isLetter): cleanup the code for ispell extras; use
3041         Inset::isLetter.
3042
3043 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
3044
3045         * lyxserver.h:
3046         * lyxserver.C: fix it. and small cleanup.
3047
3048 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3049
3050         * BufferView_pimpl.C: use inline helpers
3051
3052         * LaTeXFeatures.h:
3053         * LaTeXFeatures.C: fix typos
3054
3055         * Spacing.h:
3056         * Spacing.C: move spacing_string into class
3057
3058         * ToolbarDefaults.C: move stuff into namespace anon
3059
3060         * layout.h: update enum
3061
3062         * lyxfunc.C: use better debug
3063
3064         * minibuffer.h: fix typo
3065
3066         * debug.h:
3067         * debug.C:
3068         * WorkArea.C: add and use Debug::WORKAREA
3069
3070         * lyxtext.h:
3071         * text.C:
3072         * text2.C: code re-organisation, inline helpers
3073
3074 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
3075
3076         * Layout.C: replaced a few cases of std::vector.size() == 0 with
3077         std::vector.empty().
3078
3079 2001-11-09  Allan Rae  <rae@lyx.org>
3080
3081         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
3082         '\n's after tables.  Tabular and ERT inset work now makes this no
3083         longer necessary.
3084
3085 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3086
3087         * minibuffer.h:
3088         * minibuffer.C: fix crash, improve drop-down completion
3089
3090 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
3091
3092         * lyxserver.h:
3093         * lyxserver.C: invalidate fd's when doing endPipe()
3094
3095 2001-11-08  José Matos  <jamatos@fep.up.pt>
3096
3097         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
3098         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
3099
3100         * paragraph.h:
3101         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
3102
3103 2001-11-07  José Matos  <jamatos@fep.up.pt>
3104
3105         * buffer.h:
3106         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
3107         const qualifier.
3108
3109         * buffer.C (sgmlOpenTag):
3110         * buffer.C (sgmlCloseTag): removed debug info.
3111
3112         * buffer.h (sgmlOpenTag):
3113         * buffer.h (sgmlCloseTag): made public.
3114
3115 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3116
3117         * buffer.C (saveParamsAsDefaults):
3118         * lyx_cb.C (MenuLayoutSave): remove
3119
3120         * LyXAction.C (init):
3121         * commandtags.h:
3122         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
3123
3124 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3125
3126         * buffer.C (setPaperStuff): removed from here...
3127
3128         * bufferparams.C (setPaperStuff): ... and moved there.
3129
3130 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
3131
3132         * minibuffer.h:
3133         * minibuffer.C:
3134         * XFormsView.C: add support for drop-down completion
3135
3136 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
3137
3138         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
3139         commands.
3140
3141 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3142
3143         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
3144         disabled.
3145
3146 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
3147
3148         * lyx_main.C: change ref to known bugs
3149
3150 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
3151
3152         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
3153         to work around older babel problems.
3154
3155 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
3156
3157         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
3158
3159 2001-10-24  Juergen Vigna  <jug@sad.it>
3160
3161         * tabular-old.C (ReadOld): below variable changes reflected.
3162
3163         * tabular.[Ch]: added ltType struct for longtable header/footer
3164         defines and changed all instances where they are used. Added
3165         future support for double top/bottom rows.
3166
3167 2001-10-24  José Matos  <jamatos@fep.up.pt>
3168
3169         * buffer.h (docbookHandleCaption):
3170         * buffer.C (docbookHandleCaption): removed unused function.
3171         (makeDocBookFile): moved docbook supported version to v4.1.
3172
3173 2001-10-24  José Matos  <jamatos@fep.up.pt>
3174
3175         * tabular.h:
3176         * tabular.C (docbookRow): new function to export docbook code of a row.
3177         (DocBook): now honors the longtable flags.
3178
3179 2001-10-23  José Matos  <jamatos@fep.up.pt>
3180
3181         * LaTeXFeatures.h:
3182         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
3183         of the lyx defined sgml entities used in a docbook/linuxdoc document.
3184
3185         * buffer.C (makeLinuxDocFile):
3186         (makeDocBookFile): reworked the preamble, more clean, and with
3187         support for lyx defined entities. Changed the document declaration
3188         to be more XML friendly.
3189
3190         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
3191         if we need to output XML that should be done with a filter.
3192
3193 2001-10-22  Juergen Vigna  <jug@sad.it>
3194
3195         * sp_pspell.h (class PSpell): add alive function needed in the
3196         controller to see if the spellchecker could be started.
3197
3198 2001-10-22  Juergen Vigna  <jug@sad.it>
3199
3200         * buffer.C (insertStringAsLines): modify the font for inserting
3201         chars in certain conditions by calling checkInsertChar(font).
3202
3203 2001-10-19  Juergen Vigna  <jug@sad.it>
3204
3205         * text.C (workWidth): use getRow instead of wrong algorithm.
3206         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
3207
3208 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
3209
3210         * lyxserver.h:
3211         * lyxserver.C:
3212         * lyx_main.h:
3213         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
3214
3215 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3216
3217         * text.C (workWidth): do not search for the exact row when
3218         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
3219         optimization for big documents.
3220
3221 2001-10-18  Juergen Vigna  <jug@sad.it>
3222
3223         * text.C (workWidth): new function with added Inset * parameter.
3224
3225 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3226
3227         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
3228
3229         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
3230         change return type of getColumnNearX.
3231
3232
3233         * text.C (changeRegionCase): use uppercase/lowercase instead of
3234         toupper/tolower.
3235         (leftMargin):
3236         (rightMargin): simplify code by factoring out the uses of
3237         textclasslist.
3238         (labelFill):
3239         (numberOfHfills):
3240         (setHeightOfRow):
3241         (appendParagraph): use Paragraph::size_type
3242
3243 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3244
3245         * vspace.C (asLatexString): add a missing break
3246
3247 2001-10-15  Herbert Voss  <voss@perce.de>
3248
3249         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
3250
3251 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3252
3253         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
3254         is not available.
3255
3256 2001-10-10  André Pönitz <poenitz@gmx.net>
3257
3258         * lyxfunc.C: removed greek_kb_flag.
3259
3260 2001-10-10  Herbert Voss  <voss@perce.de>
3261
3262         * lyx_main.C: delete global string help_lyxdir.
3263
3264 2001-10-09  Herbert Voss  <voss@perce.de>
3265
3266         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
3267
3268         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
3269
3270         * lyx_main.C: added global string help_lyxdir.
3271
3272         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
3273
3274 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3275
3276         * lyxrc.C (set_font_norm_type): support iso8859-4
3277
3278 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
3279
3280         * LaTeX.C (deplog): add another regex for MikTeX
3281
3282 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3283
3284         * lyxrc.C (set_font_norm_type): support iso8859-3
3285
3286 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3287
3288         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
3289
3290         * LaTeXFeatures.C: remove special case of french and index
3291
3292         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
3293         before \begin{document}). This solves several incompatibilities.
3294
3295 2001-10-03  Garst Reese  <reese@isn.net>
3296
3297         * lyx_cb.C: change CheckTex error msg.
3298
3299 2001-10-03  José Matos  <jamatos@fep.up.pt>
3300
3301         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
3302
3303 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3304
3305         * .cvsignore: update
3306
3307         * lyx_main.C (commandLineVersionInfo): use new style version info.
3308
3309         * buffer.C (writeFile):
3310         (makeLaTeXFile):
3311         (makeLinuxDocFile):
3312         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
3313
3314         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
3315
3316         * version.h: update to use stuff in version.C
3317
3318         * version.C.in: new file. Contains version information determined
3319         at compile time. This is a merging of version.h and
3320         version_info.h.in.
3321
3322 2001-10-03  Juergen Vigna  <jug@sad.it>
3323
3324         * BufferView_pimpl.C (update): don't change "dirty" status in
3325         updateInset call.
3326
3327 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
3328
3329         * WorkArea.C (c-tor): re-position version string slightly.
3330
3331 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
3332
3333         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
3334         revert to previous code.
3335
3336         WorkArea.[Ch]: (show, destroySplash): methods removed.
3337
3338         WorkArea.C: rework code so that it's an amalgam of the codes before and
3339         after the splash screen was moved to WorkArea.
3340
3341 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3342
3343         * lyxrc.C (read):
3344         * vspace.C (inPixels):
3345         (lyx_advance):
3346         * kbmap.C (bind):
3347         * buffer.C (insertStringAsLines):
3348         (asciiParagraph): fix types to be large enough
3349
3350         * lyxlex_pimpl.h: change member status from short to int
3351
3352         * layout.h: fix type of endlabeltype
3353
3354         * kbmap.C (bind):
3355         * kbsequence.C (parse): change return type to string::size_type
3356
3357         * LaTeX.C (updateBibtexDependencies): comment out unneeded
3358         variable
3359
3360         * Bullet.C (bulletSize):
3361         (bulletEntry): do not use short ints as parameters
3362
3363         * BufferView2.C (insertLyXFile): change a char to an int.
3364
3365         * WorkArea.C (WorkArea): remove unneeded floats in computation
3366
3367 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
3368
3369         * buffer.C (asciiParagraph): Treat '\\' as other chars.
3370
3371         * paragraph.C (asString): Do not ignore newline/hfill chars when
3372         copying to the clipboard.
3373
3374 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
3375
3376         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
3377         after a multi-line inset.
3378
3379 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3380
3381         * paragraph.C (validate): Set NeedLyXFootnoteCode
3382
3383 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3384
3385         * lyxfont.C (LyXSizeNames): changed increase-error to increase
3386         and decrease-error to decrease.
3387
3388 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3389
3390         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
3391         it more readable (should be equivalent)
3392
3393 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3394
3395         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
3396
3397 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3398
3399         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
3400         of a cursor (row, etc.) after a character has been deleted
3401         (deleteEmptyParagraphMechanism): call the method above on _all_
3402         cursors held by the LyXText when a double space has been
3403         detected/deleted.
3404
3405 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3406
3407         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
3408         pixmap.
3409         (resizeCurrentBuff): remove code to destroy the old splash dialog.
3410
3411         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
3412         background. Use greyOut() and the new show() methods to toggle between
3413         the foreground and background. Add code to remove the splash after
3414         its initial showing.
3415
3416         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
3417         (create_forms): no longer call Dialogs::showSplash.
3418
3419 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3420
3421         * .cvsignore: add version_info.h
3422
3423 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3424
3425         * version_info.h.in: new file
3426
3427         * Makefile.am: add version_info.h.in
3428
3429         * lyx_main.C (commandLineVersionInfo): use version_info defined in
3430         version_info.h instead of VERSION_INFO
3431
3432 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3433
3434         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
3435         The ERT inset now returns string().
3436
3437 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
3438
3439         * lyxtext.h, text.C (selectNextWord): renamed as
3440         selectNextWordToSpellcheck.
3441
3442         * text.C (selectNextWordToSpellcheck): Modified to not select
3443         words inside an ERT inset.
3444
3445 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3446
3447         * lyx_cb.C (MenuLayoutSave): change a bit the question
3448
3449         * sp_base.h: include <sys/types.h>
3450
3451 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3452
3453         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
3454
3455 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
3456
3457         * several files: fix typos in user-visible strings
3458
3459 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3460
3461         * text2.C (pasteSelection): do not set the selection, since it
3462         will be cleared later. Actually, the intent was to fix the way the
3463         selection was set, but I figured rmoving the code was just as good.
3464
3465 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
3466
3467         * FontLoader.C (available): Check if font is available without
3468         loading the font.
3469
3470 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3471
3472         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
3473
3474 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
3475
3476         * lyxrc.[Ch]: added display_graphics variable and associated code.
3477
3478 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3479
3480         * bufferparams.C (hasClassDefaults): new method. Returns true if
3481         the buffer parameters correspond to known class defaults
3482
3483 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
3484
3485         * XFormsView.C (show): set minimum size to the main window.
3486
3487 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3488
3489         * text2.C (copySelection):
3490         (cutSelection):
3491         * lyxfind.C (LyXReplace):
3492         * BufferView_pimpl.C (Dispatch): pass the correct flag to
3493         LyXText::selectionAsString.
3494
3495         * paragraph.C (asString): add "label" argument to the second form
3496
3497         * text2.C (selectionAsString): add "label" argument and pass it to
3498         Paragraph::asString.
3499
3500 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3501
3502         * lyx_main.C (commandLineHelp): remove version information
3503
3504 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
3505
3506         * lyx_main.C: add -version commandline option
3507
3508 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3509
3510         * paragraph.h: make the optional constructor arg required instead.
3511         some modifications to other files because of this.
3512
3513         * minibuffer.C (C_MiniBuffer_peek_event): make it static
3514
3515         * lyxserver.C (C_LyXComm_callback): make it static
3516
3517         * lyx_main.C (error_handler): make it static
3518
3519         * lyx_gui.C (LyX_XErrHandler): make it static
3520
3521         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
3522
3523         * WorkArea.C: make the extern "C" methods static.
3524
3525         * Makefile.am (lyx_LDADD): simplify
3526
3527 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3528
3529         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
3530         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
3531
3532         * LyXAction.C (init):
3533         * lyxfunc.C (dispatch): associated code removal.
3534
3535 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3536
3537         * lyxfont.h (isSymbolFont): shut off warning
3538
3539         * text.C (setHeightOfRow):
3540         (getVisibleRow): fix crash with empty paragraphs which have a
3541         bottom line
3542
3543 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
3544
3545         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
3546         code.
3547
3548 2001-09-04  José Matos  <jamatos@fep.up.pt>
3549         * buffer.C
3550         * buffer.h
3551         * tabular.C (docbook): rename docBook method to docbook.
3552
3553 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3554
3555         * Makefile.am: add dependencies to main.o.
3556
3557 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
3558
3559         * FontLoader.C (available): Return false if !lyxrc.use_gui
3560
3561 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
3562
3563         * FontInfo.C (query):
3564         * converter.C (view):
3565         * importer.C (Import):
3566         * exporter.C (Export): Can not -> cannot.
3567
3568 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
3569
3570         * BufferView_pimpl.C: allow to create index inset even if
3571           string is empty
3572
3573 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3574
3575         * buffer.C (getLists): replace boost::tie code with an explicit pair
3576         as boost::tie can break some compilers.
3577
3578         * iterators.h: Added a std:: declaration to the return type of
3579         ParIterator::size.
3580
3581 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3582
3583         * lyxrc.C: add help for view_dvi_paper_option, default to safe
3584           case.
3585
3586 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
3587
3588         * iterators.[Ch]: New files. Provide paragraph iterators.
3589
3590         * buffer.C (changeLanguage): Use paragraph iterators.
3591         (isMultiLingual): ditto
3592
3593         * BufferView2.C (ChangeInsets): Use paragraph iterators.
3594
3595 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
3596
3597         * FontLoader.C: Support for cmr font.
3598
3599 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
3600
3601         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
3602         (available): New method.
3603
3604         * FontInfo.C (getFontname): Use scalable fonts even when
3605         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
3606         found.
3607
3608 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3609
3610         * converter.C (Formats::view): reverted! Incorrect fix.
3611
3612 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3613
3614         * converter.C (Formats::view): only output the -paper option
3615         if the dvi viewer is xdvi, thereby fixing bug #233429.
3616
3617 2001-08-23  Herbert Voss  <voss@perce>
3618
3619         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
3620
3621 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3622
3623         * Spacing.h (Spacing): Set space to Default on in the default
3624         constructor.
3625
3626 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3627
3628         * vc-backend.h (RCS::versionString): add RCS to version
3629         (CVS::versionString): add CVS to version
3630
3631         * vc-backend.C (scanMaster): do not add CVS to version.
3632         (scanMaster): do not add RCS to version
3633
3634         * lyxvc.C (versionString): new method
3635
3636         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
3637
3638 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3639
3640         * Spacing.C (set): initialize fval
3641
3642 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
3643
3644         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
3645         " or \.
3646
3647 2001-08-16  Juergen Vigna  <jug@sad.it>
3648
3649         * lyxfunc.C (dispatch): implemented the new FINISHED states.
3650
3651 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3652
3653         * BufferView_pimpl.C:
3654         * figureForm.C:
3655         * lyxtext.h:
3656         * text2.C: setParagraph takes linespacing now
3657
3658 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
3659
3660         * LyxAction.C: add internal LFUN_CITATION_INSERT
3661
3662         * LyXView.C: actually apply fix
3663
3664         * bufferlist.C: fix open non-existent file
3665
3666         * lyxfind.C: fix indentation
3667
3668         * lyxfunc.C: remove unneeded assert, fix typo
3669
3670 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3671
3672         * MenuBackend.C: use "Floatname List"
3673
3674 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
3675
3676         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
3677         when converting LaTeX layout to insetERT.
3678         Generate a non-collapsed float when reading old float
3679
3680 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
3681
3682         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
3683         ERT insets.
3684
3685 2001-08-13  Juergen Vigna  <jug@sad.it>
3686
3687         * text.C (fill): return 0 instead of 20 as this seems to be the more
3688         correct value.
3689
3690 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
3691
3692         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
3693         lyxrc.font_norm.
3694
3695 2001-08-13  Juergen Vigna  <jug@sad.it>
3696
3697         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
3698         casesensitive off.
3699         (SearchBackward): comment out the unlocking of the inset_owner this
3700         should not be needed!
3701
3702 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
3703
3704         * Many files: Remove inherit_language, and add latex_language
3705
3706         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
3707         collapsible insets.
3708
3709 2001-08-10  Juergen Vigna  <jug@sad.it>
3710
3711         * text.C (prepareToPrint): fixed hfill-width in draw!
3712
3713         * BufferView2.C (selectLastWord): save the selection cursor as this
3714         now is cleared in the function LyXText::clearSelection!
3715
3716 2001-08-08  Juergen Vigna  <jug@sad.it>
3717
3718         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
3719         BACKSPACE type functions.
3720
3721         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
3722         is only cutted from the document but not put in the cut-buffer, where
3723         still the old stuff should be.
3724
3725         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
3726
3727         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
3728
3729         * tabular.C (SetWidthOfCell): fixed special case where the width
3730         was not updated!
3731         (LeftLine): handle '|' in align_special.
3732         (RightLine): ditto
3733         (LeftAlreadyDrawed): ditto
3734         (SetWidthOfCell): ditto
3735
3736 2001-08-07  Juergen Vigna  <jug@sad.it>
3737
3738         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
3739
3740 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3741
3742         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
3743         * lyxlex.[hC]: ditto
3744
3745 2001-08-06  Juergen Vigna  <jug@sad.it>
3746
3747         * text.C (getVisibleRow): fix up row clearing a bit.
3748
3749 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3750
3751         * minibuffer.C: make sure the X server sees the changes in the input.
3752
3753 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3754
3755         * paragraph.C (getFont): split into...
3756         (getLabelFont): this
3757         (getLayoutFont): and this
3758         * paragraph_pimpl.C (realizeFont): calling this
3759
3760         * text2.C (getFont): split into...
3761         (getLayoutFont): this
3762         (getLabelFont): and this
3763         (realizeFont): all three calling this
3764
3765         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
3766         files where used.
3767
3768 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3769
3770         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
3771
3772 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
3773
3774         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
3775         layouts from the Quote inset insertion.
3776
3777 2001-08-03  Juergen Vigna  <jug@sad.it>
3778
3779         * BufferView_pimpl.C (update): do the fitCursor only at the end!
3780
3781         * screen.C (drawFromTo): don't call fitcursor here and do the loop
3782         only if status not is already CHANGED_IN_DRAW (second level).
3783
3784         * text.C (draw): don't set the need_break_row when inside an
3785         InsetText LyXText.
3786
3787 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3788
3789         * buffer.C (parseSingleLyXformat2Token): handle more latex
3790         conversion cases.
3791
3792         * bufferview_funcs.[hC]: change function names to
3793         begin with small char, adjust other files.
3794
3795 2001-08-02  André Pönitz <poenitz@gmx.net>
3796
3797         * lyxfunc.C:
3798         BufferView_pimpl.C: remove broken special code for math-greek
3799
3800 2001-08-02  Juergen Vigna  <jug@sad.it>
3801
3802         * BufferView_pimpl.C (update): redone this function so that we
3803         update the text again if there was a CHANGE_IN_DRAW.
3804
3805         * screen.C (cursorToggle): removed LyXText parameter and recoded.
3806         (drawFromTo): added a new internal bool which is used by draw() and
3807         redraw() function.
3808         (general): some cursor drawing problems fixed.
3809
3810 2001-08-01  Juergen Vigna  <jug@sad.it>
3811
3812         * lyxfind.C (LyXFind): fixed
3813         (SearchForward): ditto
3814         (SearchBackward): ditto
3815
3816         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
3817         spurius drawing of the cursor in the main area.
3818
3819         * text2.C (status): small fix which could lead to a segfault!
3820         (clearSelection): remove unneeded BufferView param.
3821
3822 2001-08-01  André Pönitz <poenitz@gmx.net>
3823
3824         * lyxfunc.C: small change due to changed mathed interface
3825
3826 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3827
3828         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
3829
3830 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
3831
3832         * lyxfunc.c: fail gracefully if file doesn't exist
3833
3834         * LyXSendto.C:
3835         * buffer.C:
3836         * lyxfunc.C:
3837         * BufferView_pimpl.C: IsDirWriteable() proto changed
3838
3839         * LyXView.C: fix updateWindowTitle() to store the last title
3840
3841 2001-07-31  Juergen Vigna  <jug@sad.it>
3842
3843         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
3844         the font (wrong since using of Paragraph::highestFontInRange).
3845
3846         * paragraph.C (highestFontInRange): added a default_size parameter.
3847
3848         * text.C (getVisibleRow): minor clear row changes (still not perfect).
3849         (setHeightOfRow): reformat
3850
3851 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3852
3853         * converter.[hC] + affected files: move to (inital-char)lowercase
3854         function names.
3855
3856         * ParagraphParameters.C (ParagraphParameters): remove commented code
3857
3858         * PainterBase.[Ch]: remove commented code
3859
3860         * LaTeXFeatures.h: add "bool floats" for float.sty
3861
3862         * LaTeXFeatures.C (LaTeXFeatures): init floats
3863         (require): handle float
3864         (getPackages): do it with floats
3865
3866 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3867
3868         * BufferView_pimpl.C (Dispatch): improve handling of
3869         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
3870
3871         * commandtags.h: #include lyxfont.h here temporarily to avoid
3872         keybinding bug.
3873
3874         * bufferlist.h: include LString.h here.
3875
3876 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3877
3878         * text2.C (getStringToIndex): new method.
3879
3880 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
3881
3882         * *: Reduced header file dependencies all over.
3883
3884 2001-07-30  Baruch Even  <baruch@lyx.org>
3885
3886         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
3887
3888 2001-07-29  Baruch Even  <baruch@lyx.org>
3889
3890         * buffer.C (readInset): Changed GRAPHICS to Graphics.
3891
3892 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3893
3894         * ParameterStruct.h (endif): add a default constructor to make
3895         sure that all variables is initialized.
3896
3897         * ParagraphParameters.C (ParagraphParameters): adjust
3898
3899 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3900
3901         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
3902         index; also, check that there is something to index, and that it
3903         does not span over several paragraphs.
3904         (doubleClick): use WHOLE_WORD_STRICT for double click.
3905
3906         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
3907
3908         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
3909         scheme.
3910
3911 2001-07-26  Baruch Even  <baruch@lyx.org>
3912
3913         * buffer.C (readInset): Changed to call up InsetGraphics when reading
3914         an InsetFig figure, backwards compatible reading of old figure code.
3915
3916 2001-07-27  Juergen Vigna  <jug@sad.it>
3917
3918         * text2.C: font.realize function adaption.
3919
3920         * text.C (draw): add a warnings lyxerr text if needed.
3921
3922         * layout.C: font.realize function adaption.
3923
3924         * language.C: add inherit_language and implement it's handlings
3925
3926         * bufferview_funcs.C (StyleReset): remove language parameter from
3927         font creation (should be language_inherit now).
3928
3929         * bufferparams.C (writeFile): handle ignore_language.
3930
3931         * paragraph.C (getFontSettings): the language has to be resolved
3932         otherwise we have problems in LyXFont!
3933
3934         * lyxfont.C (lyxWriteChanges): added document_language parameter
3935         (update): removed unneeded language parameter
3936
3937         * paragraph.C (validate): fixed wrong output of color-package when
3938         using interface colors for certain fonts in certain environments,
3939         which should not seen as that on the final output.
3940
3941 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
3942
3943         * BufferView_pimpl.C:
3944         * Thesaurus.h:
3945         * Thesaurus.C:
3946         * Makefile.am:
3947         * commandtags.h:
3948         * LyXAction.C: add thesaurus support
3949
3950         * lyxfind.h:
3951         * lyxfind.C: add "once" parameter, for thesaurus, to not
3952           move to the next match
3953
3954 2001-07-26  Juergen Vigna  <jug@sad.it>
3955
3956         * lyxfont.C (realize): honor ignore_language too!
3957         (resolved): ditto.
3958
3959         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
3960
3961         * text.C (draw): one place more for ignore_language to not draw
3962         itself!
3963
3964 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
3965
3966         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
3967
3968 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3969
3970         * buffer.C (parseSingleLyXformat2Token): a more general fix for
3971         the minipage conversion problem.
3972
3973 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3974
3975         * buffer.C (parseSingleLyXformat2Token): check minipage if we
3976         insert an inset.
3977
3978 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3979
3980         * BufferView.h: don't forward declare WorkArea
3981
3982         * BufferView.C: don't include WorkArea.h
3983
3984 2001-07-25  André Pönitz <poenitz@gmx.net>
3985
3986         * commandtags.h:
3987         * LyXAction.C:
3988         * lyxfunc.C:  new LFUN 'math-space'
3989
3990         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
3991
3992 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3993
3994         * text2.C (toggleInset): call open/close
3995
3996 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3997
3998         * lyxfunc.C (dispatch): add debug for the disabled case
3999
4000         * font.C (buttonText): make similar to rectText
4001
4002         * buffer.C (readInset): comment out parsing of insetlist and
4003         insttheorem
4004
4005         * PainterBase.C (rectText): small correction
4006
4007         * BufferView_pimpl.C: comment out insettheorem and insetlist
4008         * LyXAction.C: ditto
4009         * commandtags.h: ditto
4010
4011 2001-07-24  Juergen Vigna  <jug@sad.it>
4012
4013         * text.C (draw): honor the ignore_language.
4014
4015         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
4016
4017 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4018
4019         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
4020         char inset.
4021
4022 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4023
4024         * lyxtext.h: remove unused (and unimplemented) methods
4025
4026 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4027
4028         * text.C (getVisibleRow): honor background color
4029
4030         * PainterBase.h:
4031         * Painter.h: remove default color argument for fillRectangle
4032
4033         * text.C (backgroundColor): new method
4034
4035 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4036
4037         * text.C (getVisibleRow): adjust
4038
4039         * font.[Ch] (rectText): new method, metrics
4040         (buttonText): new method, metrics
4041
4042         * PainterBase.[hC]: make rectText and buttonText always draw and take
4043         fewer paramteres.
4044
4045 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4046
4047         * ToolbarDefaults.C (read):
4048         * MenuBackend.C (read): allow escaping in all strings
4049
4050         * BufferView_pimpl.C (insertAndEditInset): new method.
4051         (Dispatch): use insertAndEditInset whenever appropriate.
4052
4053         * BufferView_pimpl.C (insertNote): removed
4054
4055         * BufferView_pimpl.C (smartQuote): new method, moved from
4056         BufferView; if an insetquote cannot be inserted, insert a '"'
4057         character instead.
4058
4059         * BufferView2.C: remove insertCorrectQuote();
4060
4061         * lyxfunc.C (getStatus): Add support for all remaingin
4062         inset-insert lfuns.
4063
4064         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
4065
4066         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
4067         command (necessary to pass " as parameter of self-insert.
4068
4069         * text.C (selectWordWhenUnderCursor):
4070         (selectWord): add word_location parameter
4071         (selectWordWhenUnderCursor): same + remove special code for word
4072         boundary.
4073         (selectNextWord): use kind() to guess type of insetspecialchar,
4074         not latex().
4075
4076         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
4077         (insertErtContents): create ert insets as collapsed.
4078         (readInset): better compatibility code for Info inset.
4079
4080 2001-07-20  Juergen Vigna  <jug@sad.it>
4081
4082         * lyxfunc.C (dispatch): use always LyXFind now!
4083
4084         * text2.C (init): add a reinit flag so that the LyXText can be
4085         reinited instead of deleted and reallocated (used in InsetText).
4086
4087         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
4088
4089         * text.C: ditto
4090
4091         * text2.C: ditto
4092
4093 2001-07-18  Juergen Vigna  <jug@sad.it>
4094
4095         * text.C (selectNextWord): handle insets inside inset by calling
4096         always the bv->text functions so that we can go up the_locking_inset!
4097
4098         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
4099         in strange locations when inside an inset!
4100
4101         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
4102         handling to include insets.
4103
4104         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
4105
4106 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4107
4108         * LyXAction.C (init):
4109         * commandtags.h:
4110         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
4111         LIGATURE_BREAK, since the name is so stupid.
4112
4113 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4114
4115         * buffer.C (readInset): enable reading of new InsetNotes as well as old
4116         InsetInfos.
4117
4118         * FontLoader.C: remove FORMS_H_LOCATION cruft.
4119
4120         * sp_form.[Ch]: remove.
4121
4122         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
4123
4124         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
4125         InsetInfo.
4126
4127         * src/buffer.C (readInset): ditto.
4128
4129 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4130
4131         * BufferView_pimpl.C (specialChar): new method. Obsoletes
4132         menuSeparator(), endOfSentenceDot(), ldots() and
4133         hyphenationPoint(), which are therefore removed.
4134         (Dispatch): handle LFUN_HYPHENATION_BREAK.
4135
4136         * LyXAction.C (init):
4137         * commandtags.h: add LFUN_HYPHENATION_BREAK.
4138
4139         * paragraph.C (getWord): removed.
4140
4141         * BufferView_pimpl.C (Dispatch): use last word or selection for
4142         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
4143
4144         * lyx_main.C (queryUserLyXDir): do not ask before creating
4145         user_dir, except if it has been named explicitely.
4146
4147 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4148
4149         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
4150         a document of zero size.
4151
4152 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4153
4154         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
4155         approriately in the c-tor and in require().
4156         (getPackages): output the appropriate LaTeX for natbib support.
4157
4158         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
4159         variables "use_natbib" and "use_numerical_citations" when reading the
4160         LyX file.
4161         (readInset): read the various natbib cite commands.
4162         (validate): white-space change.
4163
4164         * bufferparams.[Ch]: new variables "bool use_natbib" and
4165         "bool use_numerical_citations".
4166         (writeFile): output them in the LyX file.
4167
4168 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4169
4170         * lyxfunc.C (getStatus): add support for all the inset insertion
4171         commands.
4172
4173         * text2.C (insertInset):
4174         * paragraph.C (insetAllowed):
4175         * BufferView_pimpl.C (insertInset): update to take in account the
4176         renaming of insertInsetAllowed
4177
4178         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
4179
4180         * text2.C (getInset): new method. returns inset at cursor position.
4181
4182         * BufferView_pimpl.C (Dispatch): changes because of this.
4183
4184         * LyXAction.C (init): rename open-stuff to inset-toggle.
4185
4186         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
4187
4188         * text2.C (toggleInset): renamed from openStuff; use
4189         Inset::open().
4190
4191 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4192
4193         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
4194
4195         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
4196
4197 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
4198
4199         * buffer.C (readLyXformat2): Add filename to the error dialog
4200
4201 2001-07-18  Juergen Vigna  <jug@sad.it>
4202
4203         * tabular.C (GetCellNumber): put an assert here instead of the check!
4204
4205 2001-07-17  Juergen Vigna  <jug@sad.it>
4206
4207         * BufferView_pimpl.C (toggleSelection): adapted too.
4208
4209         * text.C (selectNextWord): adapted for use with insets.
4210         (selectSelectedWord): ditto
4211
4212 2001-07-17  Juergen Vigna  <jug@sad.it>
4213
4214         * sp_spell.C (PSpell): fix initialitation order.
4215
4216 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4217
4218         * paragraph.C: spacing
4219
4220 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
4221
4222         * sp_spell.C: repair language selection for pspell
4223
4224 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4225
4226         * lyxfunc.h: change more methods to begin with lower char.
4227
4228 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
4229
4230         * buffer.C (parseSingleLyXformat2Token): Generate error insets
4231         for unknown layouts.
4232
4233 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
4234
4235         * buffer.C (readLyXformat2): Generate an error dialog if there are
4236         unknown layouts.
4237
4238 2001-07-16  Juergen Vigna  <jug@sad.it>
4239
4240         * sp_spell.C: always compile ISpell part.
4241
4242         * lyxrc.C: added use_pspell entry and it's handling.
4243
4244 2001-07-13  Juergen Vigna  <jug@sad.it>
4245
4246         * sp_spell.C: removed double includes.
4247
4248 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4249
4250         Consistent use of Lsstream.h:
4251         * Lsstream.h: added using std::stringstream for consistencies sake.
4252
4253         * buffer.C: removed using std::stringstream
4254
4255         * lyxfont.C (stateText):
4256         * paragraph.C (asString):
4257         * text.C (selectNextWord, selectSelectedWord):
4258         * text2.C (setCounter):
4259         * vspace.C (asString, asLatexString):
4260         std::ostringstream -> ostringstream.
4261
4262 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4263
4264         * LyXAction.C: add LFUN_HELP_ABOUTLYX
4265         * commandtags.h: add LFUN_HELP_ABOUTLYX
4266         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
4267
4268 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4269
4270         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
4271         cursorToggle()
4272         * lyx_gui_misc.C: remove spellchecker
4273         * lyxfunc.C: showSpellchecker
4274         * sp_base.h: added
4275         * sp_ispell.h: added
4276         * sp_pspell.h: added
4277         * sp_spell.C: added
4278         * sp_form.[Ch]: removed
4279         * spellchecker.[Ch]: removed
4280
4281 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
4282
4283         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
4284         is set.
4285         (simpleTeXSpecialChars): Simply print the input character without
4286         any special translation if pass_thru is set.
4287
4288         * layout.h: Added bool pass_thru to layout class for being able to
4289         implement pass through of a paragraph for Literate Programming.
4290
4291         * layout.C: add LT_PASS_THRU to LayoutTags enum.
4292         * layout.C (LyXLayout): set pass_thru to flase in constructor.
4293         * layout.C (Read): add "passthru" to list of layout tags and add
4294         code to set the pass_thru boolean when it is read.
4295
4296 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4297
4298         * trans_decl.h: remove allowed from KmodInfo
4299
4300         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
4301         remove allowed code
4302         (Load): adjust
4303
4304         * paragraph_pimpl.C (erase): use boost::prior
4305
4306         * Painter.C (text): use data() instead of c_str() when length is
4307         also provided.
4308         * WorkArea.C (putClipboard): ditto
4309         * font.h (width): ditto
4310
4311         * BufferView2.C: use it-> instead of (*it). for iterators
4312         * texrow.C: ditto
4313         * paragraph_pimpl.C: ditto
4314         * paragraph.C: ditto
4315         * minibuffer.C: ditto
4316         * language.C: ditto
4317         * kbmap.C: ditto
4318         * encoding.C: ditto
4319         * counters.C: ditto
4320         * converter.C: ditto
4321         * chset.C: ditto
4322         * Variables.C: ditto
4323         * TextCache.C: ditto
4324         * MenuBackend.C: ditto
4325         * LyXAction.C: ditto
4326         * LColor.C: ditto
4327         * FloatList.C: ditto
4328         * DepTable.C: ditto
4329         * ColorHandler.C (LyXColorHandler): ditto
4330
4331 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4332
4333         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
4334
4335         * text2.C (openStuff): reintroduce this method (which had been
4336         nuked in NEW_INSETS frenzy).
4337
4338         * lyxfunc.C (Dispatch): when an action has not been handled, use
4339         its name in the error message, not its number.
4340
4341         * paragraph.C (inInset): change method name to begin with lowercase.
4342
4343         * undo_funcs.C:
4344         * text2.C: updates because of this.
4345
4346 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4347
4348         * ToolbarDefaults.C (add): add spaces in error message
4349
4350 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4351
4352         * buffer.C (readLyXformat2): initialize the ert comp. variables.
4353         (readLyXformat2): rename return_par to first_par, use lyxlex's
4354         pushToken and remove the manual push handling.
4355         (parseSingleLyXformat2Token): add another ert comp. variable:
4356         in_tabular, rename return_par to first_par. handle newlines better
4357
4358 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4359
4360         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
4361
4362 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4363
4364         * text2.C (getParFromID): removed
4365
4366         * buffer.C (getParFromID): new method moved form lyxtext.
4367         * BufferView2.C (insertErrors): adjust
4368         (setCursorFromRow): adjust
4369         * BufferView_pimpl.C (restorePosition): adjust
4370         * lyxfunc.C (Dispatch): adjust
4371         * undo_funcs.C (textUndo): adjust
4372         (textRedo): adjust
4373         (textHandleUndo): adjust
4374         (textHandleUndo): adjust
4375
4376 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4377
4378         * buffer.C: up' the LYX_FORMAT
4379
4380         * lyxfont.h: turn NO_LATEX on as default
4381
4382         * buffer.C (insertErtContents): new methods of tex style compability.
4383         (parseSingleLyXformat2Token): use it several places.
4384         * tabular.C (OldFormatRead): and here
4385
4386 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4387
4388         * text2.C: remove some commented code.
4389         reindent file.
4390
4391         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
4392         * trans.C: changes because of the above.
4393
4394 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
4395
4396         * text2.C (setCounter): Fix counters bug with bibliography layout.
4397
4398 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4399
4400         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
4401         own member functions
4402         (simpleTeXSpecialChars): ditto
4403
4404 2001-07-06  Juergen Vigna  <jug@sad.it>
4405
4406         * a lot of files: changed the access to LyXText::status and the
4407         call of undo-functions.
4408
4409         * undo.[Ch]: added a inset_id to the undo informations.
4410
4411         * undo_funcs.[Ch]: added and moved here all undo functions.
4412
4413         * lyxtext.h: give the status enum a weight, made status_ a private
4414         variable and made accessor functions for it, removed the whole bunch
4415         of undo-functions as they are now in their own file, make some
4416         functions publically available. Added function ownerParagraph with
4417         int parameter.
4418
4419         * paragraph.[Ch]: added "bool same_ids" to the constructor,
4420         made InInset() a const function, added getParFromID() function.
4421
4422         * buffer.[Ch]: added const version for inset_iterator functions,
4423         added getInsetFromID() function.
4424
4425         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
4426         changed undo functions for new version.
4427
4428 2001-07-05  Juergen Vigna  <jug@sad.it>
4429
4430         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
4431         unknow mechanism does not call the proper constructor but only this
4432         one also if I request the other!?
4433
4434 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4435
4436         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
4437
4438         * text2.C (LyXText): use initialization lists.
4439
4440         * lyxtext.h (Selection): initialize set_ and mark_
4441         (init): remove method
4442
4443 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
4444
4445         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
4446
4447 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4448
4449         * screen.[Ch]: change method names to begin with lowercase
4450
4451         * BufferView_pimpl.C (updateScrollbar): simplify further and
4452         hopefully make it a bit faster.
4453
4454 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4455
4456         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
4457         calling directly xforms functions.
4458
4459         * Painter.C (Painter):
4460         * lyx_cb.C (MenuWrite):
4461         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
4462         fl_display.
4463
4464         * lyx_gui.C: remove bogus guiruntime extern declaration.
4465
4466 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4467
4468         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
4469         in NEW_INSETS
4470         (redoDrawingOfParagraph): ditto
4471         (redoParagraphs): ditto
4472         (cutSelection): don't create a object for CutAndPaste use the
4473         static method directly
4474         (pasteSelection): ditto
4475
4476         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
4477         LyXview (+ rename)
4478
4479 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4480
4481         * modifications to some other files because of this.
4482
4483         * Makefile.am (lyx_SOURCES): add XFormsView
4484
4485         * XFormsView.[Ch]: new files
4486
4487         * LyXView.[Ch]: make LyXView a base class for the gui handling for
4488         the main window. Move the gui dependent stuff to XFormsView
4489
4490 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4491
4492         * tabular.C (GetCellInset): update cur_cell also in the row/col
4493         version of this function.
4494
4495         * lyxfunc.C: no need to include figure_form.h here.
4496
4497         * FontLoader.h:
4498         * lyxfunc.h:
4499         * lyxscreen.h:
4500         * text2.C:
4501         * lyxvc.C: no need to include forms.h here.
4502
4503 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4504
4505         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
4506
4507         * lyxfunc.C (Dispatch):
4508         * Spacing.C (set):
4509         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
4510         constructor argument.
4511
4512 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4513
4514         * paragraph.C (Paragraph): dont't clear, and just set layout.
4515         (makeSameLayout): use params's copy contructor.
4516
4517         * ParagraphParameters.[Ch] (makeSame): delete method
4518
4519 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
4520
4521         * Variables.[Ch]: fix indentation, rename set to isSet
4522
4523 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4524
4525         * lyxfunc.C (Dispatch): fix typo
4526
4527 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4528
4529         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
4530         upper_bound.
4531
4532         * bufferlist.C: include assert.h for emergencyWrite().
4533
4534 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4535
4536         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
4537           give up at last (bug #425202) !
4538
4539 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
4540
4541         * lyx_gui_misc.C:
4542         * sp_form.h:
4543         * sp_form.C:
4544         * spellchecker.h:
4545         * spellchecker.C: strip spellchecker options and bring up
4546           preferences tab instead
4547
4548 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4549
4550         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
4551         the istringstream constructor
4552
4553 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4554
4555         * paragraph.C (getLayout): fix return value
4556
4557         * paragraph.h: do not declare getLayout as inline.
4558
4559         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
4560
4561 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4562
4563         * lyxcursor.h (operator<): new func
4564         (operator>): new func
4565         (operator>=): new func
4566         (operator<=): new func
4567
4568         * text.C (changeCase): use selection.start and selection.end
4569         (changeRegionCase): require from to be <= to. Require par to be a
4570         valid paragraph.
4571
4572         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
4573
4574 2001-06-27  Juergen Vigna  <jug@sad.it>
4575
4576         * text.C (cursorLeftOneWord): changed to return the cursor and added
4577         overlay with BufferView * parameter which calls this one.
4578         (getWord): added
4579         (selectWord): use new getWord function.
4580         (changeCase): renamed from changeWordCase as and extended to work
4581         also on selections.
4582
4583         * lyxtext.h: added enum word_location
4584
4585         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
4586         changeCase as this operates now also on selections.
4587
4588 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
4589
4590         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
4591
4592         * many files: send debug output to Debug::INFO instead of
4593         Debug::ANY.
4594
4595         * converter.C (View):
4596         (Convert):
4597         (Move): send debug output to Debug::FILES instead of console.
4598
4599 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
4600
4601         * lyxfunc.C (getStatus): use func_status
4602
4603         * func_status.h: new header, describing the results of
4604         LyXFunc::getStatus;
4605
4606         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
4607         LFUN_MATH_HALIGN.
4608
4609 2001-06-25  The LyX Project  <jug@sad.it>
4610
4611         * buffer.C (sgmlOpenTag):
4612         (sgmlCloseTag):
4613         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
4614
4615 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4616
4617         * text2.C: remove some dead code
4618
4619         * tabular.C (GetCellInset): store the last cell checked (gotten)
4620
4621         * tabular.h: add the helper for the speedup
4622
4623         * lyxtext.h: remove some dead code
4624
4625 2001-06-26  The LyX Project  <Asger>
4626
4627         * paragraph.C: Change export to LaTeX of alignment to
4628         \begin{center} and family for better roundtrip work with reLyX.
4629
4630         * Tune the math drawing a bit.
4631
4632 2001-06-25  The LyX Project  <Asger>
4633
4634         * LColor.C (LColor): New color for math background. New color
4635         for buttons.
4636
4637 2001-06-25  The LyX Project  <jug@sad.it>
4638
4639         * lyxfunc.C (MenuNew): remove extra check for .lyx file
4640
4641         * lyxfunc.C (Open):
4642         * bufferlist.C (newFile): do not restrict to files ending with
4643         .lyx
4644
4645         * BufferView_pimpl.C (MenuInsertLyXFile):
4646
4647 2001-06-24  The LyX Project  <jug@sad.it>
4648
4649         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
4650         of compare_no_case
4651
4652 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4653
4654         * lyxtext.h: rename most methods to begin with a small char.
4655         Lots of changes because of this.
4656
4657         * paragraph.C (Paragraph): do not call fitToSize
4658         (erase): call Pimpl::erase
4659         (insertChar): call Pimpl::insertChar
4660         (insertInset): call Pipl::insertInset
4661         (breakParagraph): do not call fitToSize
4662         (breakParagraphConservative): do not call fitToSize
4663         (fitToSize): remove method
4664
4665         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
4666
4667 2001-06-24  The LyX Project  <Asger>
4668
4669         * Fix Qt compilation^2
4670
4671 2001-06-24  The LyX Project  <jug@sad.it>
4672
4673         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
4674         depthHook(getDepth()-1).
4675
4676         * paragraph.h:
4677         * ParagraphParameters.h:
4678         * ParameterStruct.h: change type of depth to unsigned int ==
4679         depth_type. Many adaptations to other files before of that.
4680
4681 2001-06-24  The LyX Project  <Asger>
4682
4683         * Fix Qt compilation.
4684
4685 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4686
4687         * paragraph.h: renamed several methods to begin with small letter.
4688         several changes to many parts of the code because of this.
4689
4690 2001-06-23  The LyX Project  <jug@sad.it>
4691
4692         * text2.C (InsertStringAsLines): renamed from InsertStringA;
4693         rewritten to discard all double spaces when KeepEmpty is off
4694         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
4695         to only handle newlines but not fiddle with spaces and friends.
4696
4697         * lyxfunc.C (MenuNew): when doing 'new from template', use
4698         template_path as default directory
4699
4700 2001-06-23  The LyX Project  <Asger>
4701
4702         * Clean-up of header file includes all over
4703         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
4704
4705 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4706
4707         * paragraph.h: renamed from lyxparagraph.h
4708
4709 2001-06-23  Asger  <lyx@violet.home.sad.it>
4710
4711         * Buffer.h: Removed Buffer::resize
4712         * BufferList.h: Removed BufferList::resize
4713         * LyXView.h: Added LyXView::resize. This way, we will only reflow
4714         the document lazily when we change the width, or the font settings.
4715
4716 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4717
4718         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
4719
4720 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4721
4722         * buffer.h: remove out of date comment
4723
4724 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4725
4726         * lyxscreen.h:
4727         * screen.C: fix "theoretical" GC leak
4728
4729 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4730
4731         * LaTeX.C (scanAuxFile):
4732         (deplog): remove trailing \r when reading stream (useful under
4733         win32)
4734
4735 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
4736
4737         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
4738         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
4739         and BufferView::theLockingInset(Inset*), so should use them and not
4740         access bv_->text->the_locking_inset directly.
4741
4742         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
4743
4744 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4745
4746         * Makefile.am:
4747         * tex-defs.h: remove old unused file
4748
4749 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
4750
4751         * BufferView_pimpl.C: fix typo, remove minibuffer message
4752           when buffer has loaded
4753
4754 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4755
4756         * lyxfunc.C (Dispatch): use stringstream
4757         (MenuNew): use stringstream
4758         (Open): use stringstream
4759
4760         * importer.C (Import): use stringstream
4761
4762         * bufferview_funcs.C (CurrentState): use stringstream
4763
4764         * LaTeX.C (run): use stringstream
4765
4766         * BufferView_pimpl.C (savePosition): use stringstream
4767         (restorePosition): use stringstream
4768         (MenuInsertLyXFile): use stringstream
4769
4770 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
4771
4772         * BufferView.C:
4773         * Bullet.C:
4774         * ColorHandler.C:
4775         * FontInfo.C:
4776         * FontLoader.C:
4777         * LColor.C:
4778         * LaTeXFeatures.C:
4779         * Painter.C:
4780         * gettext.C:
4781         * lyx_gui_misc.C:
4782         * lyxserver.C:
4783         * vspace.C: removed // -*- C++ -*- as first line.
4784
4785         * lyxfind.h:
4786         * version.h: added // -*- C++ -*- as first line.
4787
4788 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4789
4790         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
4791
4792         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
4793         of string
4794
4795 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4796
4797         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
4798         of floats.
4799
4800 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4801
4802         * gettext.C: include LString.h even when --disable-nls is on.
4803
4804 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
4805
4806         * converter.h (Get): changed argument type from int to
4807         FormatList::size_type to avoid unnecessary conversion.
4808
4809         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
4810         before using it.
4811
4812 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4813
4814         * gettext.h: include LString.h even when --disable-nls is on.
4815
4816 2001-06-07  Juergen Vigna  <jug@sad.it>
4817
4818         * text.C (BreakAgain): subst spaces with tabs.
4819
4820         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
4821         (resizeInsetsLyXText): set force on resizeLyXText.
4822
4823 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4824
4825         * gettext.h (gettext_init):
4826         (locale_init): use a real definition instead of a macro
4827
4828 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4829
4830         * Bufferview_pimpl.C:
4831         * LColor.h:
4832         * LColor.C: further lcolor tidies
4833
4834 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4835
4836         * BufferView_pimpl.C (updateScrollbar): simplify.
4837
4838         * BufferView2.C: don't include insets/insetinfo.h, change
4839         prototype for insertInset and call the Pimpl version. let
4840         updateInset call Pimpl version.
4841
4842         * BufferView.h: move inset_slept to BufferView::Pimpl, move
4843         gotoInset to BufferView::Pimpl
4844
4845 2001-06-01  Juergen Vigna  <jug@sad.it>
4846
4847         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
4848         inside a LockingInset (is the update needed at all?).
4849
4850 2001-05-31  Juergen Vigna  <jug@sad.it>
4851
4852         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
4853         here not the old one otherwise how should we compare it afterwards
4854         if it's the same!
4855
4856 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4857
4858         * lyxfont.C:
4859         * tabular.C:
4860         * tabular-old.C:
4861         * FontInfo.C: bring C functions into global namespace when
4862         necessary
4863
4864 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4865
4866         * LString.h: make sure config.h has been loaded before LString.h.
4867
4868         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
4869         (one for each char read by EatLine!).
4870
4871         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
4872         variables.
4873
4874 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4875
4876         * paragraph.C (BreakParagraph): set the inset_owner in the new par
4877         to the same as the par we break from
4878
4879 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4880
4881         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
4882
4883         * MenuBackend.C (expand): also create menu entries for wide
4884         versions of the floats.
4885
4886         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
4887
4888         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
4889
4890         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
4891         frontends/Makefile.am
4892
4893         * text2.C: adjust
4894         * text.C: adjust
4895
4896
4897         * tabular.C (getTokenValue): add std::
4898
4899         * tabular-old.C (getTokenValue): add std::
4900         (getTokenValue): ditto
4901         (getTokenValue): ditto
4902
4903         * screen.C (ToggleSelection): adjust
4904
4905         * lyxtext.h: put selection cursors inside a Selection struct.
4906
4907         * lyxfunc.C (moveCursorUpdate): adjust
4908
4909         * lyxfont.C (latexWriteStartChanges): add std::
4910
4911         * lyxfind.C: adjust
4912
4913         * font.h: delete with(char const *, LyXFont const &)
4914
4915         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
4916
4917         * FontInfo.C (getFontname): add std::
4918
4919         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4920         (workAreaButtonPress): adjust
4921         (tripleClick): adjust
4922         (update): adjust
4923         (moveCursorUpdate): adjust
4924         (Dispatch): adjust
4925
4926         * BufferView2.C (gotoInset): adjust
4927
4928 2001-05-30  Juergen Vigna  <jug@sad.it>
4929
4930         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
4931         to check pspell I add this as default as I now have new pspell
4932         libraries and they seem to use this.
4933
4934 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4935
4936         * text2.C (CutSelection): make the cursor valid before the call to
4937         ClearSelection.
4938
4939 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4940
4941         * kbsequence.C (parse): de-uglify a bit the parsing code, which
4942         relied on 0 terminated strings and other horrors. Bug found due to
4943         the new assert in lyxstring!
4944
4945         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
4946         KP_ keys.
4947
4948 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4949
4950         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
4951         to latinkeys.bind.
4952
4953         * lyxfunc.C (processKeySym): change method of getting to the
4954         self-insert char.
4955
4956         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
4957         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
4958         * BufferView_pimpl.[Ch]: here as private methods.
4959
4960 2001-05-28  Juergen Vigna  <jug@sad.it>
4961
4962         * text.C (SetHeightOfRow): added the update() call again as it is
4963         needed to initialize inset dimensions!
4964
4965 2001-05-16  Juergen Vigna  <jug@sad.it>
4966
4967         * text2.C (SetCharFont): Add new function with BufferView * and
4968         bool toggleall parameters for setting insets internal fonts.
4969         (SetFont): Freeze the undo as we may change fonts in Insets and
4970         all this change should be inside only one Undo!
4971
4972         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
4973         setting font's in insets as for them we have the SetFont function!
4974
4975 2001-05-15  Juergen Vigna  <jug@sad.it>
4976
4977         * text2.C (ClearSelection): to be sure we REALLY don't have any
4978         selection anymore!
4979
4980         * tabular.C (TeXCellPreamble): fixed the left border problem for
4981         multicolumn cells.
4982
4983 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
4984
4985         * LaTeX.C (deplog): Make sure that the main .tex file is in the
4986         dependancy file
4987
4988 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4989
4990         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
4991         LFUN_BREAKPARAGRAPH.
4992
4993         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
4994         help test to "internal only", similar for LFUN_INSERT_URL
4995
4996         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
4997         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
4998         auto_region_delete and deadkeys.
4999
5000 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
5001
5002         * LColor.h:
5003         * LColor.C: remove some dead entries, tidy a little
5004
5005 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5006
5007         * lyxfunc.C (processKeySym): comment the Escape handling, remove
5008         commented code.
5009         (Dispatch): implement LFUN_ESCAPE
5010
5011         * commandtags.h: add LFUN_ESCAPE
5012
5013         * LyXAction.C (init): add entry for LFUN_ESCAPE
5014
5015         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
5016         Remove commented code.
5017         (insertNote): moved here
5018         (open_new_inset): moved here
5019
5020         * BufferView[2].[Ch]: move insertNote and open_new_inset to
5021         BufferView_pimpl
5022
5023 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5024
5025         * kbmap.C (findbinding): clean it up and make it work correctly.
5026
5027         * lyx_main.C (init): do not pass argc and argv as parameters
5028
5029 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
5030
5031         * buffer.C: fix path for OS/2 & Win32
5032
5033         * lyx_gui.C:
5034         * lyx_main:
5035         * lyx_main.C: Added os:: class.
5036
5037         * os2_defines.h: update
5038
5039 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5040
5041         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
5042         better by trying again with reduced state.
5043
5044 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5045
5046         * lyxrc.C (read): print error about invalid key sequence only when
5047         debugging (because not all latinX keysyms are known to some X
5048         servers)
5049
5050         * kbsequence.C (getiso): add a few std:: qualifiers
5051         (getiso): comment out extra return statement.
5052
5053 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5054
5055         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
5056         handling.
5057         (Dispatch): enhance the accent inset a bit. (not perfect)
5058
5059 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5060
5061         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
5062
5063 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5064
5065         * bufferlist.C (emergencyWrite): fix assert() call
5066
5067 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
5068
5069         * text.C (InsertChar): Added trivial patch to only send the "you
5070         can not do multiple spaces this way" message once during a
5071         session.
5072
5073 2001-05-08  Baruch Even  <baruch@lyx.org>
5074
5075         * Makefile.am: Changed order of libraries to get LyX to link properly
5076         with the gnome frontend.
5077
5078 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5079
5080         * LaTeXFeatures.h: add a std:: qualifier
5081
5082 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5083
5084         * paragraph.C (String): use stringstream
5085
5086 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5087
5088         * paragraph.C (writeFile): remove footflag arg
5089
5090         * buffer.C (makeLaTeXFile): use stringstream
5091         (latexParagraphs): remove footnot gurba
5092
5093         * LaTeXFeatures.C (getPackages): use stringstream
5094         (getMacros): likewise
5095         (getTClassPreamble): likewise
5096         (getFloatDefinitions): new method
5097
5098         * paragraph.C (writeFile): reindent
5099         (Erase): reindent
5100
5101         * WorkArea.h: revert the xpos + etc changes.
5102
5103         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
5104
5105         * lyxparagraph.[Ch]: add copy constructor, remove Clone
5106
5107         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
5108         (pasteSelection): likewise
5109         * text2.C (CreateUndo): likewise
5110
5111 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5112
5113         * minibuffer.C (peek_event): temporarily reduce the functionality
5114         of the minibuffer (to allow args on lfuns)
5115
5116         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
5117         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
5118
5119         * buffer.C (readInset): add compability reading of old float
5120         lists, add reading of new style float list.
5121         (readInset): avoid reevaluation of inscmd.getCmdName()
5122         (getLists): reindent
5123
5124         * MenuBackend.C (MenuItem): implement parsing of
5125         md_floatlistinsert and md_floatinsert.
5126         (expand::LastFiles): move initalizaton of iterators out of loop,
5127         avoid reevaluation.
5128         (expand::Documents): introduce typdedef vector<string> Strings,
5129         and use it.
5130         (expand::ExportFormats): introduce typedef vector<Format const *>
5131         Formats, and use it.
5132         (expand): implement FloatListInsert and FloatInsert.
5133
5134         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
5135         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
5136         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
5137
5138         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
5139         handling.
5140         (Dispatch::LFUN_FLOAT_LIST): implement
5141
5142 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
5143
5144         * LaTeX.C (run): Fix problem with --export code.
5145
5146 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5147
5148         * BufferView.[Ch] (workarea): removed.
5149         (getClipboard) new method; wrapper for workarea()->getClipboard()
5150
5151         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
5152         bug.
5153
5154         * WorkArea.h (width, height, xpos, ypos): These methods all
5155         returned the dimensions of the work_area sub-area of WorkArea,
5156         resulting in a position error if the WorkArea were resized. Now
5157         return the dimensions of the entire WorkArea.
5158
5159         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
5160
5161 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5162
5163         * LaTeX.C (deplog): correct the syntax of regex reg1
5164
5165 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5166
5167         * undo.C: remove !NEW_INSETS cruft
5168
5169 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5170
5171         * text2.C: remove !NEW_INSETS cruft
5172
5173         * text.C: remove !NEW_INSETS cruft
5174
5175         * tabular.C: remove !NEW_INSETS cruft
5176
5177         * spellchecker.C: remove !NEW_INSETS cruft
5178
5179         * lyxtext.h: remove !NEW_INSETS cruft
5180
5181         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
5182
5183         * lyxfunc.C: remove !NEW_INSETS cruft
5184
5185         * lyxfind.C: remove !NEW_INSETS cruft
5186
5187         * lyx_cb.C: remove !NEW_INSETS cruft
5188
5189         * figureForm.C: remove  !NEW_INSETS cruft
5190
5191         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
5192
5193         * buffer.[Ch]: remove !NEW_INSETS cruft
5194
5195         * ToolbarDefaults.C: remove !NEW_INSETS cruft
5196
5197         * CutAndPaste.C: remove !NEW_INSETS cruft
5198
5199         * BufferView_pimpl.C: remove !NEW_INSETS cruft
5200
5201         * BufferView2.C: remove !NEW_INSETS cruft
5202
5203         * BufferView.h: remove !NEW_INSETS cruft
5204
5205 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5206
5207         * Lsstream.h: include LString.h before the sstream headers to
5208         fix problem with gcc 2.95.3 and lyxstring
5209
5210 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5211
5212         * lyx_main.C: add using directives when needed for C functions
5213         declared in std:: namespace.
5214
5215 2001-04-27  Juergen Vigna  <jug@sad.it>
5216
5217         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
5218         (SetHeightOfRow): comment out the update call should not be needed!
5219
5220 2001-04-13  Juergen Vigna  <jug@sad.it>
5221
5222         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
5223         (LyXTabular): tried to minimize operator= operations (and realized
5224         hopfully Lars wish).
5225
5226 2001-04-27  Juergen Vigna  <jug@sad.it>
5227
5228         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
5229
5230 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5231
5232         * lyxfunc.C (Dispatch): hack to make listof algorithm work
5233
5234         * buffer.C (readInset): hack to make listof algorithm work
5235
5236         * BufferView_pimpl.C: hack to make listof algorithm work
5237
5238 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5239
5240         * LyXAction.C: removed all !NEW_INSETS cruft
5241         (init): moved lfun_item in method
5242
5243         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
5244
5245 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5246
5247         * BufferView2.C (theLockingInset): white space.
5248
5249 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5250
5251         * minibuffer.C: include <iostream>
5252
5253         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
5254
5255         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
5256
5257         * commandtags.h: add LFUN_TRANSPOSE_CHARS
5258
5259         * text.[Ch] (TransposeChars): new method
5260
5261 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5262
5263         * call message directly through LyXView instead of through LyXFunc
5264         * BufferView2.C: adjust
5265         * BufferView_pimpl.C: adjust
5266         * FontLoader.C: adjust
5267         * buffer.C: adjust
5268         * bufferview_funcs.C: adjust
5269         * converter.C: adjust
5270         * figureForm.C: adjust
5271         * importer.C: adjust
5272         * lyx_cb.C: adjust
5273         * lyx_gui_misc.C: adjust
5274         * lyxfunc.C: adjust
5275         * lyxvc.C: adjust
5276         * text2.C: adjust
5277         + more files in subdirs
5278
5279         * lyxparagraph.h (size): move up int file
5280         (GetLayout): ditto
5281
5282         * adjust all uses of Assert to lyx::Assert.
5283
5284         * BufferView2.C (ChangeCitationsIfUnique): adjust for
5285         lyxfunctional in namespace lyx
5286         * layout.C (hasLayout): ditto
5287         (GetLayout): ditto
5288         (GetLayout): ditto
5289         (delete_layout): ditto
5290         (NumberOfClass): ditto
5291         * converter.C (GetFormat): ditto
5292         (GetNumber): ditto
5293         (Add): ditto
5294         (Delete): ditto
5295         (SetViewer): ditto
5296         * bufferlist.C (getFileNames): ditto
5297         (emergencyWriteAll): ditto
5298         (exists): ditto
5299         (getBuffer): ditto
5300         * MenuBackend.C (hasSubmenu): ditto
5301         (hasMenu): ditto
5302         (getMenu): ditto
5303         * BufferView_pimpl.C (getInsetByCode): ditto
5304
5305 2001-04-18  Juergen Vigna  <jug@sad.it>
5306
5307         * vspace.C (asLatexString): fixed the 100% problem.
5308
5309 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5310
5311         * lyxfunc.C (Dispatch):
5312         * minibuffer.C:
5313         * minibuffer.h: add a few std:: qualifiers
5314
5315 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5316
5317         * minibuffer.[Ch]: reimplement so that commands is initiated and
5318         run from lyxfunc, simplified som handling, and made the completion
5319         and history code for complete. wip.
5320
5321         * lyxfunc.C (processKeySym): call message
5322         (miniDispatch): new temporary method
5323         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
5324         (LFUN_MESSAGE): implement
5325         (LFUN_MESSAGE_PUSH): implement
5326         (LFUN_MESSAGE_POP): implement
5327         (initMiniBuffer): the initial/defualt minibuffer message.
5328
5329         * lyxfont.[Ch]: inline some more getters
5330
5331         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
5332
5333         * lyx_gui_misc.[Ch] (WriteStatus): remove method
5334
5335         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
5336         (AutoSave): use LFUN_MESSAGE
5337         (Reconfigure): ditto
5338
5339         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
5340
5341         * figureForm.C: use LFUN_MESSAGE
5342
5343         * converter.C (runLaTeX): use LFUN_MESSAGE
5344
5345         * bufferview_funcs.C: use LFUN_MESSAGE
5346         (Melt): ditto
5347         (changeDepth): ditto
5348
5349         * bufferparams.h: use boost::
5350
5351         * bufferlist.h: inherit privately from noncopyable
5352
5353         * bufferlist.C (loadLyXFile): remove some commented code.
5354
5355         * buffer.C (runChktex): use LFUN_MESSAGE
5356
5357         * ShareContainer.h: inherit privately from noncopyable
5358
5359         * ParagraphParameters.[hC] (depth): inline it.
5360
5361         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
5362         methods.
5363         (message): new method
5364         (messagePush): ditto
5365         (messagePop): ditto
5366         (show): init minibuffer
5367         (showState): direct call
5368
5369         * LaTeX.[Ch]: inherit privately from noncopyable
5370         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
5371         instead of WriteStatus.
5372
5373         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
5374
5375         * BufferView_pimpl.C (buffer): don't init minibuffer
5376         (workAreaButtonPress): use LFUN_MESSAGE
5377         (workAreaButtonRelease): ditto
5378         (savePosition): ditto
5379         (restorePosition): ditto
5380         (MenuInsertLyXFile): ditto
5381         (workAreaExpose): don't init minibuffer
5382         (update): remove commented code, simplify
5383
5384         * BufferView2.C (openStuff): use LFUN_MESSAGE
5385         (toggleFloat): ditto
5386         (menuUndo): ditto
5387         (menuRedo): ditto
5388         (copyEnvironment): ditto
5389         (pasteEnvironment): ditto
5390         (copy): ditto
5391         (cut): ditto
5392         (paste): ditto
5393         (gotoInset): ditto
5394         (updateInset): remove some commented code
5395
5396         * lastfiles.h: inherit privately from noncopyable
5397         * layout.h: ditto
5398         * lyx_gui.h: ditto
5399         * lyx_main.h: ditto
5400         * lyxlex.h: ditto
5401         * lyxlex_pimpl.h: ditto
5402
5403         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
5404         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
5405         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5406
5407         * LyXAction.h: inherit privately from noncopyable, add methods
5408         func_begin, func_end, returning iterators to the func map.
5409
5410         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
5411         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5412         (func_begin): new method
5413         (func_end): new method
5414
5415         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
5416         and not)
5417         (copySelection): ditto
5418         (pasteSelection): ditto
5419
5420         * BufferView.C: whitespace change
5421         * BufferView.h: inherit privately from noncopyable
5422
5423 2001-04-16  Allan Rae  <rae@lyx.org>
5424
5425         * tabular-old.C (l_getline):
5426         * spellchecker.C (sc_check_word):
5427         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
5428         an unrecognised preprocessor directive.  So ensure they're wrapped.
5429
5430 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
5431
5432         * src/exporter.C (Export): Give an error message when path to file
5433         contains spaces.
5434
5435 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
5436
5437         * LaTeX.C (deplog): Always check that foundfile exists.
5438
5439 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5440
5441         * lyx_main.h:
5442         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
5443
5444 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5445
5446         * tabular.[Ch] (getLabelList): implement new method
5447
5448         * minibuffer.h: comment ouf setTiimer
5449
5450         * minibuffer.C (ExecutingCB): constify res
5451         (peek_event): constify s
5452         (Set): constify ntext
5453         (Init): constify nicename
5454
5455         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
5456
5457         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
5458         (savePosition): use two params to Minibuffer::Set
5459         (restorePosition): ditto
5460
5461 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5462
5463         * lyx_main.C: include language.h
5464
5465         * Makefile.am (lyx_main.o): add language.h
5466
5467 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5468
5469         * exporter.C:
5470         * paragraph.C:
5471         * screen.C:
5472         * tabular.C:
5473         * CutAndPaste.C: include gettext.h
5474
5475         * lyxfont.h: remove old hack with ON and OFF.
5476
5477         * lyxparagraph.h:
5478         * lyxfont.h: do not include language.h...
5479
5480         * BufferView2.C:
5481         * LaTeXFeatures.C:
5482         * Painter.C:
5483         * bufferview_funcs.C:
5484         * font.C:
5485         * lyxfont.C:
5486         * text.C:
5487         * text2.C:
5488         * trans_mgr.C:
5489         * paragraph.C: ... but do it here instead
5490
5491 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5492
5493         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
5494
5495         * tabular.C: small reformat
5496
5497         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
5498         NEW_INSETS version
5499         (GetChar): ditto
5500         (BreakParagraph): ditto
5501         (SetOnlyLayout): ditto
5502         (SetLayout): ditto
5503
5504         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
5505         with one arg less.
5506
5507         * lastfiles.C: removed most using decl, add std:: where needed
5508
5509         * buffer.C: ws changes
5510
5511         * MenuBackend.C (class compare_format): put into anon namespace
5512         (expand): constify label, names, action, action2
5513         (expand):
5514
5515         * text.C (SingleWidth): constify font
5516         (IsBoundary): constify rtl2
5517         (GetVisibleRow): constify ww
5518
5519         * LaTeX.C (deplog): constify logfile
5520
5521         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
5522         start_x, end_x
5523         (workAreaExpose): constify widthChange, heightChange
5524
5525         * lyxrow.C (par): moved
5526         (height): moved
5527         (next): moved
5528         * lyxrow.h: as inlines here
5529
5530         * lyxfont.h (shape): moved from lyxfont.C
5531         (emph): moved from lyxfont.C
5532
5533         * lyxfont.C (LyXFont): use initialization list for all
5534         constructors
5535         (shape): move to lyxfont.h as inline
5536         (emph): move to lyxfont.h as inline
5537
5538
5539 2001-04-04  Juergen Vigna  <jug@sad.it>
5540
5541         * vspace.C: had to include stdio.h for use of sscanf
5542
5543 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
5544
5545         * BufferView.h:
5546         * BufferView_pimpl.h: remove xforms cruft. Both classes are
5547         independent of xforms.
5548
5549 2001-04-02  Juergen Vigna  <jug@sad.it>
5550
5551         * spellchecker.C: fixed namespace placing!
5552
5553 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
5554
5555         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
5556         the LyXParagraph * is 0.
5557
5558 2001-03-29  Juergen Vigna  <jug@sad.it>
5559
5560         * vspace.C: added support for %, c%, p%, l%.
5561         (stringFromUnit): added helper function.
5562         (asLatexString): changed to give right results for the %-values.
5563
5564         * buffer.C: convert the widthp in a width%.
5565
5566 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
5567
5568         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
5569         figureForm.[Ch].
5570
5571         * figureForm.[Ch]: stripped the FD_from_figure manipulation
5572         code out of lux_cb.[Ch], ready for its (imminent?) removal.
5573
5574         * lyx_cb.[Ch]: see above.
5575
5576         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
5577         form1.[Ch].
5578
5579         * form1.[Ch]:
5580         * lyx.[Ch]: replaced by figure_form.[Ch].
5581
5582         * lyx_gui.C:
5583         * lyx_gui_misc.C:
5584         * lyxfunc.C: changed headers associated with above changes.
5585
5586 2001-03-27  Juergen Vigna  <jug@sad.it>
5587
5588         * BufferView_pimpl.C: set the temporary cursor right!
5589
5590 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
5591
5592         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
5593
5594 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
5595
5596         * LString.h: removed "using std::getline"!
5597
5598         * BufferView_pimpl.C (Dispatch): changes due to changes in
5599         InsetInclude::Params.
5600
5601         * buffer.C (tag_name): removed redundant break statements as they were
5602         producing lots of warnings with my compiler.
5603
5604 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5605
5606         * LString.h: add "using std::getline" when using the real <string>.
5607
5608 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
5609
5610         * buffer.C: removed bitset usage.
5611         PAR_TAG moved to an anonymous name space.
5612         (tag_name): new funtion, also in the anonymous namespace.
5613         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
5614         (makeDocBookFile): clean code. Completed transition from string arrays
5615         to string vectors.
5616         (SimpleDocBookOnePar): code clean.
5617
5618 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5619
5620         * tabular.C: add some comments.
5621
5622 2001-03-22  Juergen Vigna  <jug@sad.it>
5623
5624         * buffer.C (parseSingleLyXformat2Token): redone the minipage
5625         compatibility read a bit and fixed bug with minipage in different
5626         depth.
5627
5628 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
5629
5630         * buffer.C (pop_tag): removed.
5631         (push_tag): removed.
5632         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
5633         array replaced with vector. Added support for CDATA sections.
5634         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
5635         at any nest level.
5636         (makeDocBookFile): XML conformant declaration of CDATA section,
5637         fixed bug related to <emphasis> in the first paragraph char.
5638         (sgmlOpenTag): exclude empty tags.
5639         (sgmlCloseTag): ditto.
5640
5641         * buffer.h (pop_tag): removed.
5642         (push_tag): removed.
5643
5644 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
5645
5646         * language.h (Languages): added size_type and size().
5647
5648 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5649
5650         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
5651         response on compability reading of minipages. One probliem is that
5652         the old usage of minipages was «flertydig»
5653
5654         * several files here and in subdirs: don't use static at file
5655         scope use anon namespaces instead.
5656
5657 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
5658
5659         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
5660         LaTeX output. This is necessary for Literate document
5661         processing.
5662
5663 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5664
5665         * buffer.C: insert hfill when needed.
5666
5667         * tabular.C (l_getline): use string::erase, small whitespace change.
5668
5669         * BufferView_pimpl.C: try the anon namespace.
5670         * WorkArea.C: ditto
5671
5672 2001-03-16  Juergen Vigna  <jug@sad.it>
5673
5674         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
5675         otherwise it won't open options-dialogs.
5676
5677         * buffer.C: honor pextraWidth(p) on converting minipages.
5678
5679         * tabular.C (l_getline): changed the functions to strip trailing \r.
5680
5681 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
5682
5683         * BufferView_pimpl.C:
5684         * minibuffer..C: added "using SigC::slot" declaration.
5685
5686 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5687
5688         * lyxlex_pimpl.h: noncopyable is in namespace boost.
5689
5690         * text2.C: ditto
5691
5692         * text.C: ditto
5693
5694         * paragraph.C: ditto
5695
5696         * lyxtext.h: NO_PEXTRA
5697
5698         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
5699
5700         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
5701         * ParameterStruct.h: ditto
5702         * ParagraphParameters.h: ditto
5703         * lyxparagraph.h: ditto
5704
5705 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5706
5707         * buffer.C: add compability for minipage alignment.
5708         (latexParagraphs): remove unwanted pextra check.
5709
5710         * several files: remove CXX_WORKING_NAMESPACES
5711
5712         * buffer.C (pop_tag): tie is in namespace boost
5713
5714         * BufferView.h: noncopyable is in namespace boost
5715         * lyxlex.h: ditto
5716         * lyx_main.h: ditto
5717         * lyx_gui.h: ditto
5718         * layout.h: ditto
5719         * lastfiles.h: ditto
5720         * bufferlist.h: ditto
5721         * ShareContainer.h: ditto
5722         * LyXView.h: ditto
5723         * LyXAction.h: ditto
5724         * LaTeX.h: ditto
5725
5726 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
5727
5728         * Merging changes from BRANCH_MVC back into HEAD.
5729
5730         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
5731
5732 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
5733
5734         * BufferView_pimpl.C: change from intl.C
5735
5736         * combox.h:
5737         * combox.C:
5738         * Makefile.am: move combox.*
5739
5740         * form1.h:
5741         * form1.C:
5742         * lyx_gui.C:
5743         * intl.h:
5744         * intl.C: remove dialog (covered by prefs)
5745
5746 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
5747
5748         * lyxfunc.C (Dispatch): removed redundant break statement.
5749
5750 2001-03-14  Juergen Vigna  <jug@sad.it>
5751
5752         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
5753
5754 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5755
5756         * buffer.C: add hack to fix compability reading of minipages.
5757
5758 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
5759
5760         * buffer.C (getLists): Cleanup.
5761
5762 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5763
5764         * lyxfont.C (update): don't honor toggleall on font size.
5765
5766 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
5767
5768         * bmtable.c:
5769         * bmtable.h:
5770         * Makefile.am: moved to frontends/xforms/
5771
5772         * lyx_gui_misc.C:
5773         * lyxfunc.C:
5774         * BufferView_pimpl.C: changes for moved mathpanel
5775
5776 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5777
5778         * gettext.h: fix gettext_init() in --disable-nls
5779
5780 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5781
5782         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
5783
5784 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
5785
5786         * lyx.C:
5787         * lyx.h: strip external form
5788
5789 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5790
5791         * BufferView_pimpl.C: add comment, destroySplash()
5792
5793 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5794
5795         * BufferView_pimpl.C:
5796         * LyXAction.C:
5797         * buffer.C:
5798         * commandtags.h:
5799         * lyxfunc.C: use re-worked insetinclude
5800
5801 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5802
5803         * buffer.C: add using std::stringstream.
5804
5805         * lyx_cb.C: readd using std::ios.
5806
5807         * buffer.C: add using std::map.
5808
5809         * BufferView_pimpl.C: add using std::vector.
5810
5811         * ShareContainer.h: add std:: to swap.
5812
5813         * buffer.h: add some typedefs
5814         * buffer.C (getLists): use them
5815         (getLists): renamed from getTocList.
5816         add a counter for the different float types and use it in the
5817         generated string.
5818         (getLists): use the same counter for the NEW_INSETS and the "non"
5819         NEW_INSETS
5820
5821         * lyx_cb.h: remove unused items, includes, using etc.
5822
5823         * ShareContainer.h: remove some commented code, add more comments
5824         and "documentation".
5825
5826 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5827
5828         * buffer.C (getTocList): make the list also when NEW_INSETS is
5829         defined.
5830
5831         * buffer.h: remove TocType
5832
5833         * buffer.C (getTocList): change to return a map<string,
5834         vector<TocItem> >, implement for dynamic number of list.
5835
5836         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
5837         * text2.C (PasteSelection): adjust
5838         * CutAndPaste.C (pasteSelection): adjust
5839
5840         * FloatList.C (FloatList): update from the new_insets branch.
5841         * Floating.[Ch]: ditto
5842         * LaTeXFeatures.C: ditto
5843         * buffer.C: ditto
5844         * lyxlex_pimpl.C: ditto
5845
5846         * paragraph.C (Last): remove when NEW_INSETS is defined.
5847
5848         * other file: changes because of the above.
5849
5850 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5851
5852         * lyxparagraph.h: rename next to next_, previous to previous_,
5853         make them private for NEW_INSETS. Rename Next() to next(),
5854         Previous() to previous().
5855
5856         * other files: changes because of the above.
5857
5858 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
5859
5860         * BufferView.h:
5861         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
5862         problem.
5863
5864 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5865
5866         * main.C (main): pass lyx_localedir to gettext_init().
5867
5868         * gettext.h: remove locale_init and gettext_init macros
5869
5870         * gettext.C (locale_init): new function
5871         (gettext_init): new function
5872
5873         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
5874         setlocale().
5875
5876 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
5877
5878         * Moved credits to frontends:
5879         * credits.[Ch]: removed
5880         * credits_form.[Ch]: removed
5881         * lyx_gui_misc.C: remove credits stuff
5882         * Makefile.am:
5883
5884 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5885
5886         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
5887
5888         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
5889         unneeded destructor.
5890
5891         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
5892         a standalone pointer again.
5893
5894         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
5895
5896 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
5897
5898         * Makefile.am:
5899         * filedlg.h:
5900         * filedlg.C:
5901         * LyXAction.C:
5902         * ToolbarDefaults.C:
5903         * bufferlist.C:
5904         * commandtags.h:
5905         * form1.C:
5906         * form1.h:
5907         * lyx_cb.C:
5908         * lyx_cb.h:
5909         * lyxfunc.h:
5910         * lyxfunc.C:
5911         * BufferView_pimpl.C: use new file dialog in GUII
5912
5913         * lyx_cb.h:
5914         * lyx_cb.C: remove LayoutsCB to Toolbar
5915
5916 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5917
5918         * ShareContainer.h (get): add std:: qualifier
5919
5920 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5921
5922         * ShareContainer.h: define a proper ShareContainer::value_type
5923         type (and use typename to please compaq cxx)
5924
5925 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5926
5927         * lyxparagraph.h: move serveral local vars to
5928         ParameterStruct/ParagraphParameters., use ShareContainer in
5929         FontTable., make vars in FontTable private and add getter and
5930         setter.
5931
5932         * paragraph.C: changes because of the above.
5933
5934         * lyxfont.h: remove copy constructor and copy assignment. (the
5935         default ones is ok), move number inside FontBits. move inlines to
5936         lyxfont.C
5937
5938         * lyxfont.C: add number to initializaton of statics, move several
5939         inlines here. constify several local vars. some whitespace
5940         cleanup. Dont hide outerscope variables.
5941
5942         * Spacing.h: add two new constructors to match the set methods.
5943
5944         * ShareContainer.h: new file, will perhaps be moved to support
5945
5946         * ParameterStruct.h: new file
5947
5948         * ParagraphParameters.h: new file
5949
5950         * ParagraphParameters.C: new file
5951
5952         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
5953         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
5954
5955         * BufferView_pimpl.C: ParagraphParameter changes.
5956         * buffer.C: Likewise.
5957         * bufferview_funcs.C: Likewise.
5958         * text.C: Likewise.
5959         * text2.C: Likewise.
5960
5961 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5962
5963         * lyxfind.C (LyXReplace): do not redefine default argument in
5964         implementation.
5965         (IsStringInText): ditto
5966         (SearchForward): ditto
5967         (SearchBackward): ditto
5968
5969 2001-03-06  Juergen Vigna  <jug@sad.it>
5970
5971         * lyxfind.C (IsStringInText): put parentes around expressions.
5972
5973 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
5974
5975         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
5976
5977 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
5978
5979         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
5980
5981         * stl_string_fwd.h: add comment
5982
5983         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
5984
5985         * tabular.h:
5986         * tabular.C: remove unused DocBook methods
5987
5988         * intl.C:
5989         * language.C:
5990         * paragraph.C:
5991         * buffer.C:
5992         killed DO_USE_DEFAULT_LANGUAGE
5993
5994 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5995
5996         * lyx_gui.C: do not include language.h.
5997
5998         * bufferview_funcs.C (ToggleAndShow): do not provide optional
5999         arguments in function implementation.
6000
6001 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6002
6003         * BufferView_pimpl.C: add <ctime>
6004
6005 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6006
6007         * BufferView_pimpl.C: add using std::find_if
6008
6009 2001-02-27  José Matos  <jamatos@fep.up.pt>
6010
6011         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
6012         by OnlyPath.
6013
6014 2001-02-11  José Matos  <jamatos@fep.up.pt>
6015
6016         * buffer.C (makeDocBookFile): command styles now have a parameter as
6017         "title" by default.
6018
6019 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
6020
6021         * layout_forms.[Ch]: removed
6022         * lyx_cb.[Ch]: out character
6023         * lyx_gui.C: out character
6024         * lyx_gui_misc.C: out character
6025         * bufferview_funcs.C: : out character,
6026         added toggleall as parameter in ToggleAndShow
6027
6028 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
6029
6030         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
6031
6032         * text2.C (SetCurrentFont): Disable number property at boundary.
6033
6034 2001-02-26  Juergen Vigna  <jug@sad.it>
6035
6036         * lyxfunc.C (getStatus): added a string argument override function so
6037         that this is correctly called from LyXFunc::Dispatch if it contains a
6038         do_not_use_argument which is used!
6039         (Dispatch): added check for "custom" export and call appropriate func.
6040
6041 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
6042
6043         * lyxrc.C: Add language_command_local, language_use_babel and
6044         language_global_options.
6045
6046         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
6047
6048         * buffer.C (makeLaTeXFile): Use language_use_babel and
6049         language_global_options.
6050
6051 2001-02-23  Juergen Vigna  <jug@sad.it>
6052
6053         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
6054         which works with LyXText and putted it inside BufferView. Here now we
6055         only call for that part the BufferView::Dispatch() function.
6056
6057         * BufferView.C (Dispatch): added.
6058
6059         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
6060         functions which needs to use a LyXText over from LyXFunc.
6061         (MenuInsertLyXFile): added
6062         (getInsetByCode): added
6063         (moveCursorUpdate): added
6064         (static TEXT): added
6065
6066 2001-02-22  Juergen Vigna  <jug@sad.it>
6067
6068         * BufferView_pimpl.C (update): call a status update to see if LyXText
6069         needs it.
6070
6071 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6072
6073         * vc-backend.C (revert): implement for CVS
6074         (getLog): implement for CVS
6075
6076 2001-02-20  Juergen Vigna  <jug@sad.it>
6077
6078         * text2.C (ClearSelection): added BufferView param for inset_owner call
6079
6080         * lyxfunc.C (TEXT): added this function and use it instead of
6081         directly owner->view()-text of getLyXText().
6082
6083 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
6084
6085         * src/layout_forms.C: out preamble
6086         * src/layout_forms.h: out preamble
6087         * src/lyx_cb.C: out preamble
6088         * src/lyx_cb.h: out preamble
6089         * src/lyx_gui.C: out preamble
6090         * src/lyx_gui_misc.C: out preamble
6091         * src/lyxfunc.C: connect with guii preamble
6092
6093 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6094
6095         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
6096
6097 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
6098
6099         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
6100         whether to run bibtex.
6101
6102 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
6103
6104         * Makefile.am (lyx_SOURCES): Remove BackStack.h
6105
6106 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6107
6108         * Makefile.am (lyx_SOURCES): removed bibforms.h
6109
6110         * vspace.h: doxygen
6111
6112         * text.C (GetVisibleRow): make several local vars const
6113
6114         * tabular.C: small cleanup.
6115
6116         * lyxserver.C (callback): use compare instead of strncmp
6117
6118         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
6119         inlines to after class or to paragraph.C
6120
6121         * lyxfont.h: remove friend operator!=
6122
6123         * converter.h: move friend bool operator< to non friend and after
6124         class def.
6125
6126         * combox.h: small cleanup
6127
6128         * buffer.h: doxygen, remove unused constructor, move inclas inlies
6129         to inlines after class def.
6130
6131         * buffer.C (pop_tag): use string operations instead of strcmp
6132
6133         * bmtable.c: doxygen, small cleanup
6134
6135         * LaTeX.h: remove friend operator==
6136
6137 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6138
6139         * screen.C:
6140         * lyxrc.[Ch]:
6141         * lyxfunc.C:
6142         * lyxfont.[Ch]:
6143         * lyx_cb.C:
6144         * intl.[Ch]:
6145         * commandtags.h:
6146         * buffer.C:
6147         * WorkArea.[Ch]:
6148         * LyXAction.C:
6149         * BufferView_pimpl.C:
6150         * BufferView.[Ch]: remove cruft
6151
6152 2001-02-14  Juergen Vigna  <jug@sad.it>
6153
6154         * lyxfunc.C: removed #if 0 unused code
6155
6156         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
6157
6158         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
6159
6160         * text2.C (SetSelection): added a BufferView * parameter
6161
6162 2001-02-13  Juergen Vigna  <jug@sad.it>
6163
6164         * lyxfunc.C (Dispatch): fixed protected blank problem.
6165         * BufferView2.C (protectedBlank): added LyxText * parameter.
6166
6167         * tabular.C (AppendRow): forgot to set row_info of newly added row.
6168         (AppendColumn): same as above for column_info.
6169
6170         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
6171         (moveCursorUpdate): use a LyXText param for support of InsetText.
6172
6173         * BufferView_pimpl.C (doubleClick): added support for InsetText.
6174         (tripleClick): ditto
6175
6176         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
6177
6178         * BufferView_pimpl.C (update): added LyXText param to honor insets.
6179
6180         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
6181
6182         * text2.C (SetSelection): set correct update status if inset_owner
6183         (ToggleFree): ditto
6184
6185 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6186
6187         * tabular.C: remove some commented code.
6188
6189 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6190
6191         * BufferView_pimpl.C: call hideSplash()
6192
6193         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
6194
6195         * include_form.h:
6196         * bibforms.h: remove
6197
6198         * lyxfunc.C:
6199         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
6200           add LFUN_CHILD_CREATE
6201
6202         * counters.h: fix tiny typo
6203
6204         * lyx_cb.C:
6205         * lyx.h:
6206         * lyx_gui.C:
6207         * lyx.C: move splash to frontends/xforms/
6208
6209         * lyx_gui_misc.C: move Include and Bibform to frontends
6210
6211         * lyxvc.h: clarify comment
6212
6213         * vspace.C: tiny housekeeping
6214
6215 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
6216
6217         * text.C (PrepareToPrint): RTL Fix.
6218
6219         * paragraph.C (GetUChar): New method.
6220         (String):  Use GetUChar.
6221
6222         * buffer.C (asciiParagraph): Use GetUChar.
6223
6224 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
6225
6226         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
6227
6228 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
6229
6230         * buffer.h:
6231         * buffer.C: rename to getLogName(), handle
6232           build log / latex log nicely
6233
6234 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6235
6236         * MenuBackend.C:
6237         * MenuBackend.h: remove support for reference menuitem type.
6238
6239 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
6240
6241         * BufferView_pimpl.C: housekeeping
6242         * BufferView_pimpl.h:
6243         * LyXView.h:
6244         * Makefile.am:
6245         * Timeout.C:
6246         * Timeout.h:
6247         * minibuffer.h: move Timeout GUI-I
6248
6249 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
6250
6251         * lyxrc.C (read): Update converters data-structures.
6252
6253 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6254
6255         * LaTeX.h (operator!=): add operator != for Aux_Info
6256
6257 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
6258
6259         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
6260
6261         * LaTeXLog.C: deleted, useful code moved to Buffer
6262
6263         * buffer.h:
6264         * buffer.C: new function getLatexLogName()
6265
6266         * lyx_gui_misc.C:
6267         * lyx_gui.C:
6268         * lyxvc.C:
6269         * lyxvc.h:
6270         * lyxfunc.C: use frontends for LaTeX and VC logs
6271
6272 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6273
6274         * LaTeX.h: yet another std:: that Allan forgot.
6275
6276         * Variables.C (set): renamed from isset(), because this clashes
6277         with some HP-UX macros (grr).
6278
6279 2001-02-06  Allan Rae  <rae@lyx.org>
6280
6281         * LaTeX.h: Another bug fix.  Missing std:: this time.
6282
6283 2001-02-04  Allan Rae  <rae@lyx.org>
6284
6285         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
6286         floats problem. I've left it commented out because it's not quite
6287         correct.  It should also test that the current object is a table or
6288         figure inset.  But I haven't gotten around to figuring out how to do
6289         that.  I *think* it'll be something like: "table" == inset.type()
6290
6291         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
6292         bool.
6293
6294 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
6295
6296         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
6297         all the citation/databases/styles in the auxilary file.
6298         (run): Rerun latex if there was a babel language error.
6299
6300 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
6301
6302         * text.C (Backspace): Preserve the font when changing newline char
6303         with a space.
6304         (BreakParagraph): If the cursor is before a space, delete the space.
6305
6306         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
6307
6308 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6309
6310         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
6311         new argument (code).
6312         (ChangeCitationsIfUnique): New method.
6313
6314         * paragraph.C (GetPositionOfInset): Handle bibkey.
6315
6316 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6317
6318         * BufferView_pimpl.h: change type of Position::par_pos to
6319         LyXParagraph::size_type.
6320
6321 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
6322
6323         * BufferView_pimpl.C (savePosition, restorePosition): Write
6324         messages to minibuffer.
6325
6326 2001-01-28  José Matos  <jamatos@fep.up.pt>
6327
6328         * buffer.C (makeDocBookFile): adds support for document language.
6329         A silly restriction on the name of LatexCommand types where removed.
6330         Added support for CDATA sections, allows to chars unescaped, used
6331         among others in code, to avoid escape < and >.
6332
6333 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6334
6335         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
6336         saved positions instrad of a stack. Furthermore, a position is
6337         stored using paragraph id/paragraph position.
6338
6339         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
6340         Remove LFUN_REF_BACK.
6341
6342 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6343
6344         * converter.C (dvipdfm_options): New method.
6345
6346 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6347
6348         * vspace.C (isValidLength): Fix for empty input string.
6349
6350 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6351
6352         * LyXAction.C (init): change description of LFUN_FIGURE to
6353         "Insert Graphics"
6354
6355 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6356
6357         * LaTeX.C: add using directive
6358
6359 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6360
6361         * MenuBackend.C (expand): Fix the sorting of the formats.
6362
6363 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
6364
6365         * lyx_main.C: tiny error message fix
6366
6367 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6368
6369         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
6370         calling fl_initialize(). This fixes the problem with ',' as
6371         decimal separator in text files.
6372
6373 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6374
6375         * trans.C (process): Fix the keymap bug.
6376
6377 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
6378
6379         * LaTeX.C (scanAuxFiles): New method. Provides support for
6380         multiple bibliographies (when using the bibtopic/bibunits pacakges).
6381         (scanLogFile) Scan for "run BibTeX" messages.
6382
6383         * buffer.C (makeLaTeXFile): Do not load the ae package when using
6384         OT1 font encoding. Also, load the aecompl package if the ae
6385         package is loaded.
6386
6387         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
6388
6389 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6390
6391         * texrow.C (increasePos): turn two error messages into debug
6392         messages.
6393
6394 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
6395
6396         * LaTeX.C (scanAux): Handle the \@input macro.
6397         (runBibTeX): Use scanAux().
6398
6399         * language.C (latex_options_): New field.
6400
6401         * LaTeXFeatures.C (getMacros): Add language macros.
6402
6403         * buffer.C (makeLaTeXFile): Small fix.
6404
6405 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6406
6407         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
6408
6409         * text2.C: add a using directive.
6410
6411 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
6412
6413         * BufferView2.C:
6414         * lyx_gui_misc.h:
6415         * lyxfr1.C:
6416         * lyxfunc.C: kill LyXBell.
6417
6418 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
6419
6420         * text.C (IsBoundary): Remove the error message
6421
6422         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
6423
6424         * lyxrc.C (setDefaults): Correct initialization value for
6425         font_norm_type.
6426
6427 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6428
6429         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
6430         gotoError().
6431
6432         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
6433         and GotoNextNote().
6434
6435         * src/LyXAction.C: Added reference-next.
6436
6437         * text.C (InsertChar): Use contains instead of strchr.
6438
6439         * lyx_cb.C (MenuInsertLabel): Enable default value code.
6440
6441 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
6442
6443         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
6444         alignment commands (when needed).
6445
6446         * text.C (InsertChar): Add ':' to number separator chars.