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