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