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