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