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