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