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