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