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