]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
8848e97fb89ea0fc7de47dc95efbb57e0e9a2ab8
[lyx.git] / src / ChangeLog
1 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * paragraph.h: make the optional constructor arg required instead.
4         some modifications to other files because of this.
5
6         * minibuffer.C (C_MiniBuffer_peek_event): make it static
7
8         * lyxserver.C (C_LyXComm_callback): make it static
9
10         * lyx_main.C (error_handler): make it static
11
12         * lyx_gui.C (LyX_XErrHandler): make it static
13
14         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15
16         * WorkArea.C: make the extern "C" methods static.
17
18         * Makefile.am (lyx_LDADD): simplify
19
20 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
21
22         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
23         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
24
25         * LyXAction.C (init):
26         * lyxfunc.C (dispatch): associated code removal.
27
28 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
29
30         * lyxfont.h (isSymbolFont): shut off warning
31
32         * text.C (setHeightOfRow):
33         (getVisibleRow): fix crash with empty paragraphs which have a
34         bottom line
35
36 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
37
38         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
39         code.
40
41 2001-09-04  José Matos  <jamatos@fep.up.pt>
42         * buffer.C
43         * buffer.h
44         * tabular.C (docbook): rename docBook method to docbook.
45
46 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
47
48         * Makefile.am: add dependencies to main.o.
49
50 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
51
52         * FontLoader.C (available): Return false if !lyxrc.use_gui
53
54 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
55
56         * FontInfo.C (query):
57         * converter.C (view):
58         * importer.C (Import):
59         * exporter.C (Export): Can not -> cannot.
60
61 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
62
63         * BufferView_pimpl.C: allow to create index inset even if
64           string is empty
65  
66 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
67
68         * buffer.C (getLists): replace boost::tie code with an explicit pair
69         as boost::tie can break some compilers.
70
71         * iterators.h: Added a std:: declaration to the return type of
72         ParIterator::size.
73
74 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
75
76         * lyxrc.C: add help for view_dvi_paper_option, default to safe
77           case.
78  
79 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
80
81         * iterators.[Ch]: New files. Provide paragraph iterators.
82
83         * buffer.C (changeLanguage): Use paragraph iterators.
84         (isMultiLingual): ditto 
85
86         * BufferView2.C (ChangeInsets): Use paragraph iterators.
87
88 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
89
90         * FontLoader.C: Support for cmr font.
91
92 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
93
94         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
95         (available): New method.
96
97         * FontInfo.C (getFontname): Use scalable fonts even when
98         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
99         found.
100
101 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
102
103         * converter.C (Formats::view): reverted! Incorrect fix.
104
105 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
106
107         * converter.C (Formats::view): only output the -paper option
108         if the dvi viewer is xdvi, thereby fixing bug #233429.
109
110 2001-08-23  Herbert Voss  <voss@perce>
111
112         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
113
114 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
115
116         * Spacing.h (Spacing): Set space to Default on in the default
117         constructor.
118
119 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
120
121         * vc-backend.h (RCS::versionString): add RCS to version 
122         (CVS::versionString): add CVS to version 
123
124         * vc-backend.C (scanMaster): do not add CVS to version.
125         (scanMaster): do not add RCS to version
126
127         * lyxvc.C (versionString): new method
128
129         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
130
131 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
132
133         * Spacing.C (set): initialize fval
134
135 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
136
137         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
138         " or \.
139
140 2001-08-16  Juergen Vigna  <jug@sad.it>
141
142         * lyxfunc.C (dispatch): implemented the new FINISHED states.
143
144 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
145
146         * BufferView_pimpl.C: 
147         * figureForm.C:
148         * lyxtext.h:
149         * text2.C: setParagraph takes linespacing now
150  
151 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
152
153         * LyxAction.C: add internal LFUN_CITATION_INSERT
154
155         * LyXView.C: actually apply fix
156
157         * bufferlist.C: fix open non-existent file
158  
159         * lyxfind.C: fix indentation
160  
161         * lyxfunc.C: remove unneeded assert, fix typo
162  
163 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
164
165         * MenuBackend.C: use "Floatname List"
166
167 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
168
169         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
170         when converting LaTeX layout to insetERT.
171         Generate a non-collapsed float when reading old float
172
173 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
174
175         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
176         ERT insets.
177
178 2001-08-13  Juergen Vigna  <jug@sad.it>
179
180         * text.C (fill): return 0 instead of 20 as this seems to be the more
181         correct value.
182
183 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
184
185         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
186         lyxrc.font_norm.
187
188 2001-08-13  Juergen Vigna  <jug@sad.it>
189
190         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
191         casesensitive off.
192         (SearchBackward): comment out the unlocking of the inset_owner this
193         should not be needed!
194
195 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
196
197         * Many files: Remove inherit_language, and add latex_language
198
199         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
200         collapsible insets.
201
202 2001-08-10  Juergen Vigna  <jug@sad.it>
203
204         * text.C (prepareToPrint): fixed hfill-width in draw!
205
206         * BufferView2.C (selectLastWord): save the selection cursor as this
207         now is cleared in the function LyXText::clearSelection!
208
209 2001-08-08  Juergen Vigna  <jug@sad.it>
210
211         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
212         BACKSPACE type functions.
213
214         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
215         is only cutted from the document but not put in the cut-buffer, where
216         still the old stuff should be.
217
218         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
219
220         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
221
222         * tabular.C (SetWidthOfCell): fixed special case where the width
223         was not updated!
224         (LeftLine): handle '|' in align_special.
225         (RightLine): ditto
226         (LeftAlreadyDrawed): ditto
227         (SetWidthOfCell): ditto
228
229 2001-08-07  Juergen Vigna  <jug@sad.it>
230
231         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
232
233 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
234
235         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
236         * lyxlex.[hC]: ditto
237
238 2001-08-06  Juergen Vigna  <jug@sad.it>
239
240         * text.C (getVisibleRow): fix up row clearing a bit.
241
242 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
243
244         * minibuffer.C: make sure the X server sees the changes in the input.
245
246 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
247
248         * paragraph.C (getFont): split into...
249         (getLabelFont): this
250         (getLayoutFont): and this
251         * paragraph_pimpl.C (realizeFont): calling this
252
253         * text2.C (getFont): split into...
254         (getLayoutFont): this
255         (getLabelFont): and this
256         (realizeFont): all three calling this
257
258         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
259         files where used.
260
261 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
262
263         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
264
265 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
266
267         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
268         layouts from the Quote inset insertion.
269
270 2001-08-03  Juergen Vigna  <jug@sad.it>
271
272         * BufferView_pimpl.C (update): do the fitCursor only at the end!
273
274         * screen.C (drawFromTo): don't call fitcursor here and do the loop
275         only if status not is already CHANGED_IN_DRAW (second level).
276
277         * text.C (draw): don't set the need_break_row when inside an
278         InsetText LyXText.
279
280 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
281
282         * buffer.C (parseSingleLyXformat2Token): handle more latex
283         conversion cases.
284
285         * bufferview_funcs.[hC]: change function names to
286         begin with small char, adjust other files.
287
288 2001-08-02  André Pönitz <poenitz@gmx.net>
289
290         * lyxfunc.C:
291         BufferView_pimpl.C: remove broken special code for math-greek
292
293 2001-08-02  Juergen Vigna  <jug@sad.it>
294
295         * BufferView_pimpl.C (update): redone this function so that we
296         update the text again if there was a CHANGE_IN_DRAW.
297
298         * screen.C (cursorToggle): removed LyXText parameter and recoded.
299         (drawFromTo): added a new internal bool which is used by draw() and
300         redraw() function.
301         (general): some cursor drawing problems fixed.
302
303 2001-08-01  Juergen Vigna  <jug@sad.it>
304
305         * lyxfind.C (LyXFind): fixed
306         (SearchForward): ditto
307         (SearchBackward): ditto
308
309         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
310         spurius drawing of the cursor in the main area.
311
312         * text2.C (status): small fix which could lead to a segfault!
313         (clearSelection): remove unneeded BufferView param.
314
315 2001-08-01  André Pönitz <poenitz@gmx.net>
316
317         * lyxfunc.C: small change due to changed mathed interface
318
319 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
320
321         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
322
323 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
324  
325         * lyxfunc.c: fail gracefully if file doesn't exist 
326  
327         * LyXSendto.C:
328         * buffer.C:
329         * lyxfunc.C:
330         * BufferView_pimpl.C: IsDirWriteable() proto changed 
331  
332         * LyXView.C: fix updateWindowTitle() to store the last title
333
334 2001-07-31  Juergen Vigna  <jug@sad.it>
335
336         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
337         the font (wrong since using of Paragraph::highestFontInRange).
338
339         * paragraph.C (highestFontInRange): added a default_size parameter.
340
341         * text.C (getVisibleRow): minor clear row changes (still not perfect).
342         (setHeightOfRow): reformat
343
344 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
345
346         * converter.[hC] + affected files: move to (inital-char)lowercase
347         function names.
348
349         * ParagraphParameters.C (ParagraphParameters): remove commented code
350
351         * PainterBase.[Ch]: remove commented code
352
353         * LaTeXFeatures.h: add "bool floats" for float.sty
354
355         * LaTeXFeatures.C (LaTeXFeatures): init floats
356         (require): handle float
357         (getPackages): do it with floats
358
359 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
360
361         * BufferView_pimpl.C (Dispatch): improve handling of
362         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
363
364         * commandtags.h: #include lyxfont.h here temporarily to avoid
365         keybinding bug.
366
367         * bufferlist.h: include LString.h here.
368
369 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
370
371         * text2.C (getStringToIndex): new method.
372
373 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
374
375         * *: Reduced header file dependencies all over.
376
377 2001-07-30  Baruch Even  <baruch@lyx.org>
378
379         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
380
381 2001-07-29  Baruch Even  <baruch@lyx.org>
382
383         * buffer.C (readInset): Changed GRAPHICS to Graphics.
384
385 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
386
387         * ParameterStruct.h (endif): add a default constructor to make
388         sure that all variables is initialized.
389
390         * ParagraphParameters.C (ParagraphParameters): adjust
391
392 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
393
394         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
395         index; also, check that there is something to index, and that it
396         does not span over several paragraphs.
397         (doubleClick): use WHOLE_WORD_STRICT for double click.
398
399         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
400
401         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
402         scheme.
403
404 2001-07-26  Baruch Even  <baruch@lyx.org>
405
406         * buffer.C (readInset): Changed to call up InsetGraphics when reading
407         an InsetFig figure, backwards compatible reading of old figure code.
408
409 2001-07-27  Juergen Vigna  <jug@sad.it>
410
411         * text2.C: font.realize function adaption.
412
413         * text.C (draw): add a warnings lyxerr text if needed.
414
415         * layout.C: font.realize function adaption.
416
417         * language.C: add inherit_language and implement it's handlings
418
419         * bufferview_funcs.C (StyleReset): remove language parameter from
420         font creation (should be language_inherit now).
421
422         * bufferparams.C (writeFile): handle ignore_language.
423
424         * paragraph.C (getFontSettings): the language has to be resolved
425         otherwise we have problems in LyXFont!
426
427         * lyxfont.C (lyxWriteChanges): added document_language parameter
428         (update): removed unneeded language parameter
429
430         * paragraph.C (validate): fixed wrong output of color-package when
431         using interface colors for certain fonts in certain environments,
432         which should not seen as that on the final output.
433
434 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
435
436         * BufferView_pimpl.C:
437         * Thesaurus.h:
438         * Thesaurus.C:
439         * Makefile.am:
440         * commandtags.h:
441         * LyXAction.C: add thesaurus support
442
443         * lyxfind.h:
444         * lyxfind.C: add "once" parameter, for thesaurus, to not
445           move to the next match
446   
447 2001-07-26  Juergen Vigna  <jug@sad.it>
448
449         * lyxfont.C (realize): honor ignore_language too!
450         (resolved): ditto.
451
452         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
453
454         * text.C (draw): one place more for ignore_language to not draw
455         itself!
456
457 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
458
459         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
460
461 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
462
463         * buffer.C (parseSingleLyXformat2Token): a more general fix for
464         the minipage conversion problem.
465
466 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
467
468         * buffer.C (parseSingleLyXformat2Token): check minipage if we
469         insert an inset.
470
471 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
472
473         * BufferView.h: don't forward declare WorkArea
474
475         * BufferView.C: don't include WorkArea.h
476
477 2001-07-25  André Pönitz <poenitz@gmx.net>
478
479         * commandtags.h:
480         * LyXAction.C:
481         * lyxfunc.C:  new LFUN 'math-space'
482
483         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
484
485 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
486
487         * text2.C (toggleInset): call open/close
488
489 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
490
491         * lyxfunc.C (dispatch): add debug for the disabled case
492
493         * font.C (buttonText): make similar to rectText
494
495         * buffer.C (readInset): comment out parsing of insetlist and
496         insttheorem 
497
498         * PainterBase.C (rectText): small correction
499
500         * BufferView_pimpl.C: comment out insettheorem and insetlist
501         * LyXAction.C: ditto
502         * commandtags.h: ditto
503
504 2001-07-24  Juergen Vigna  <jug@sad.it>
505
506         * text.C (draw): honor the ignore_language.
507
508         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
509
510 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
511
512         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
513         char inset.
514
515 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
516
517         * lyxtext.h: remove unused (and unimplemented) methods
518
519 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
520
521         * text.C (getVisibleRow): honor background color
522
523         * PainterBase.h:
524         * Painter.h: remove default color argument for fillRectangle
525
526         * text.C (backgroundColor): new method
527
528 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
529
530         * text.C (getVisibleRow): adjust
531
532         * font.[Ch] (rectText): new method, metrics
533         (buttonText): new method, metrics
534
535         * PainterBase.[hC]: make rectText and buttonText always draw and take
536         fewer paramteres.
537
538 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
539
540         * ToolbarDefaults.C (read): 
541         * MenuBackend.C (read): allow escaping in all strings
542
543         * BufferView_pimpl.C (insertAndEditInset): new method.
544         (Dispatch): use insertAndEditInset whenever appropriate.
545
546         * BufferView_pimpl.C (insertNote): removed
547
548         * BufferView_pimpl.C (smartQuote): new method, moved from
549         BufferView; if an insetquote cannot be inserted, insert a '"'
550         character instead.
551
552         * BufferView2.C: remove insertCorrectQuote();
553
554         * lyxfunc.C (getStatus): Add support for all remaingin
555         inset-insert lfuns.
556
557         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
558
559         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
560         command (necessary to pass " as parameter of self-insert.
561
562         * text.C (selectWordWhenUnderCursor):
563         (selectWord): add word_location parameter
564         (selectWordWhenUnderCursor): same + remove special code for word
565         boundary.
566         (selectNextWord): use kind() to guess type of insetspecialchar,
567         not latex().
568         
569         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
570         (insertErtContents): create ert insets as collapsed.
571         (readInset): better compatibility code for Info inset.
572
573 2001-07-20  Juergen Vigna  <jug@sad.it>
574
575         * lyxfunc.C (dispatch): use always LyXFind now!
576
577         * text2.C (init): add a reinit flag so that the LyXText can be
578         reinited instead of deleted and reallocated (used in InsetText).
579
580         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
581
582         * text.C: ditto
583
584         * text2.C: ditto
585
586 2001-07-18  Juergen Vigna  <jug@sad.it>
587
588         * text.C (selectNextWord): handle insets inside inset by calling
589         always the bv->text functions so that we can go up the_locking_inset!
590
591         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
592         in strange locations when inside an inset!
593
594         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
595         handling to include insets.
596
597         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
598
599 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
600
601         * LyXAction.C (init): 
602         * commandtags.h: 
603         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
604         LIGATURE_BREAK, since the name is so stupid.
605
606 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
607
608         * buffer.C (readInset): enable reading of new InsetNotes as well as old
609         InsetInfos.
610
611         * FontLoader.C: remove FORMS_H_LOCATION cruft.
612
613         * sp_form.[Ch]: remove.
614
615         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
616
617         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
618         InsetInfo.
619
620         * src/buffer.C (readInset): ditto.
621
622 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
623
624         * BufferView_pimpl.C (specialChar): new method. Obsoletes
625         menuSeparator(), endOfSentenceDot(), ldots() and
626         hyphenationPoint(), which are therefore removed.
627         (Dispatch): handle LFUN_HYPHENATION_BREAK.
628
629         * LyXAction.C (init): 
630         * commandtags.h: add LFUN_HYPHENATION_BREAK.
631
632         * paragraph.C (getWord): removed.
633
634         * BufferView_pimpl.C (Dispatch): use last word or selection for
635         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
636
637         * lyx_main.C (queryUserLyXDir): do not ask before creating
638         user_dir, except if it has been named explicitely.
639
640 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
641
642         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
643         a document of zero size.
644
645 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
646
647         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
648         approriately in the c-tor and in require().
649         (getPackages): output the appropriate LaTeX for natbib support.
650
651         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
652         variables "use_natbib" and "use_numerical_citations" when reading the
653         LyX file.
654         (readInset): read the various natbib cite commands.
655         (validate): white-space change.
656
657         * bufferparams.[Ch]: new variables "bool use_natbib" and
658         "bool use_numerical_citations".
659         (writeFile): output them in the LyX file.
660
661 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
662
663         * lyxfunc.C (getStatus): add support for all the inset insertion
664         commands.
665
666         * text2.C (insertInset): 
667         * paragraph.C (insetAllowed): 
668         * BufferView_pimpl.C (insertInset): update to take in account the
669         renaming of insertInsetAllowed
670
671         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
672
673         * text2.C (getInset): new method. returns inset at cursor position. 
674
675         * BufferView_pimpl.C (Dispatch): changes because of this.
676
677         * LyXAction.C (init): rename open-stuff to inset-toggle.
678
679         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
680
681         * text2.C (toggleInset): renamed from openStuff; use
682         Inset::open().
683
684 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
685
686         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
687
688         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
689
690 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
691
692         * buffer.C (readLyXformat2): Add filename to the error dialog
693
694 2001-07-18  Juergen Vigna  <jug@sad.it>
695
696         * tabular.C (GetCellNumber): put an assert here instead of the check!
697
698 2001-07-17  Juergen Vigna  <jug@sad.it>
699
700         * BufferView_pimpl.C (toggleSelection): adapted too.
701
702         * text.C (selectNextWord): adapted for use with insets.
703         (selectSelectedWord): ditto
704
705 2001-07-17  Juergen Vigna  <jug@sad.it>
706
707         * sp_spell.C (PSpell): fix initialitation order.
708
709 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
710
711         * paragraph.C: spacing
712
713 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
714
715         * sp_spell.C: repair language selection for pspell
716
717 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
718
719         * lyxfunc.h: change more methods to begin with lower char.
720
721 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
722
723         * buffer.C (parseSingleLyXformat2Token): Generate error insets
724         for unknown layouts.
725
726 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
727
728         * buffer.C (readLyXformat2): Generate an error dialog if there are
729         unknown layouts.
730
731 2001-07-16  Juergen Vigna  <jug@sad.it>
732
733         * sp_spell.C: always compile ISpell part.
734
735         * lyxrc.C: added use_pspell entry and it's handling.
736
737 2001-07-13  Juergen Vigna  <jug@sad.it>
738
739         * sp_spell.C: removed double includes.
740
741 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         Consistent use of Lsstream.h:
744         * Lsstream.h: added using std::stringstream for consistencies sake.
745
746         * buffer.C: removed using std::stringstream
747
748         * lyxfont.C (stateText):
749         * paragraph.C (asString):
750         * text.C (selectNextWord, selectSelectedWord):
751         * text2.C (setCounter):
752         * vspace.C (asString, asLatexString):
753         std::ostringstream -> ostringstream.
754
755 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
756
757         * LyXAction.C: add LFUN_HELP_ABOUTLYX
758         * commandtags.h: add LFUN_HELP_ABOUTLYX
759         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
760
761 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
762
763         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
764         cursorToggle()
765         * lyx_gui_misc.C: remove spellchecker
766         * lyxfunc.C: showSpellchecker
767         * sp_base.h: added
768         * sp_ispell.h: added
769         * sp_pspell.h: added
770         * sp_spell.C: added
771         * sp_form.[Ch]: removed
772         * spellchecker.[Ch]: removed
773
774 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
775
776         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
777         is set.
778         (simpleTeXSpecialChars): Simply print the input character without
779         any special translation if pass_thru is set.
780
781         * layout.h: Added bool pass_thru to layout class for being able to
782         implement pass through of a paragraph for Literate Programming.
783         
784         * layout.C: add LT_PASS_THRU to LayoutTags enum.
785         * layout.C (LyXLayout): set pass_thru to flase in constructor.
786         * layout.C (Read): add "passthru" to list of layout tags and add
787         code to set the pass_thru boolean when it is read.
788
789 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
790
791         * trans_decl.h: remove allowed from KmodInfo
792
793         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
794         remove allowed code 
795         (Load): adjust
796
797         * paragraph_pimpl.C (erase): use boost::prior
798
799         * Painter.C (text): use data() instead of c_str() when length is
800         also provided.
801         * WorkArea.C (putClipboard): ditto
802         * font.h (width): ditto
803
804         * BufferView2.C: use it-> instead of (*it). for iterators
805         * texrow.C: ditto
806         * paragraph_pimpl.C: ditto
807         * paragraph.C: ditto
808         * minibuffer.C: ditto
809         * language.C: ditto
810         * kbmap.C: ditto
811         * encoding.C: ditto
812         * counters.C: ditto
813         * converter.C: ditto
814         * chset.C: ditto
815         * Variables.C: ditto
816         * TextCache.C: ditto
817         * MenuBackend.C: ditto
818         * LyXAction.C: ditto
819         * LColor.C: ditto
820         * FloatList.C: ditto
821         * DepTable.C: ditto
822         * ColorHandler.C (LyXColorHandler): ditto
823
824 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
825
826         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
827
828         * text2.C (openStuff): reintroduce this method (which had been
829         nuked in NEW_INSETS frenzy).
830
831         * lyxfunc.C (Dispatch): when an action has not been handled, use
832         its name in the error message, not its number.
833
834         * paragraph.C (inInset): change method name to begin with lowercase.
835
836         * undo_funcs.C:
837         * text2.C: updates because of this.
838
839 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
840
841         * ToolbarDefaults.C (add): add spaces in error message
842
843 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
844
845         * buffer.C (readLyXformat2): initialize the ert comp. variables.
846         (readLyXformat2): rename return_par to first_par, use lyxlex's
847         pushToken and remove the manual push handling.
848         (parseSingleLyXformat2Token): add another ert comp. variable:
849         in_tabular, rename return_par to first_par. handle newlines better
850
851 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
852
853         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
854
855 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
856
857         * text2.C (getParFromID): removed
858
859         * buffer.C (getParFromID): new method moved form lyxtext.
860         * BufferView2.C (insertErrors): adjust
861         (setCursorFromRow): adjust
862         * BufferView_pimpl.C (restorePosition): adjust
863         * lyxfunc.C (Dispatch): adjust
864         * undo_funcs.C (textUndo): adjust
865         (textRedo): adjust
866         (textHandleUndo): adjust
867         (textHandleUndo): adjust
868
869 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
870
871         * buffer.C: up' the LYX_FORMAT
872
873         * lyxfont.h: turn NO_LATEX on as default
874
875         * buffer.C (insertErtContents): new methods of tex style compability.
876         (parseSingleLyXformat2Token): use it several places.
877         * tabular.C (OldFormatRead): and here
878
879 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
880
881         * text2.C: remove some commented code.
882         reindent file.
883
884         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
885         * trans.C: changes because of the above.
886
887 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
888
889         * text2.C (setCounter): Fix counters bug with bibliography layout.
890
891 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
892
893         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
894         own member functions
895         (simpleTeXSpecialChars): ditto
896
897 2001-07-06  Juergen Vigna  <jug@sad.it>
898
899         * a lot of files: changed the access to LyXText::status and the
900         call of undo-functions.
901         
902         * undo.[Ch]: added a inset_id to the undo informations.
903
904         * undo_funcs.[Ch]: added and moved here all undo functions.
905
906         * lyxtext.h: give the status enum a weight, made status_ a private
907         variable and made accessor functions for it, removed the whole bunch
908         of undo-functions as they are now in their own file, make some
909         functions publically available. Added function ownerParagraph with
910         int parameter.
911
912         * paragraph.[Ch]: added "bool same_ids" to the constructor,
913         made InInset() a const function, added getParFromID() function.
914
915         * buffer.[Ch]: added const version for inset_iterator functions,
916         added getInsetFromID() function.
917
918         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
919         changed undo functions for new version.
920
921 2001-07-05  Juergen Vigna  <jug@sad.it>
922
923         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
924         unknow mechanism does not call the proper constructor but only this
925         one also if I request the other!?
926
927 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
928
929         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
930
931         * text2.C (LyXText): use initialization lists.
932
933         * lyxtext.h (Selection): initialize set_ and mark_
934         (init): remove method
935
936 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
937
938         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
939
940 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
941
942         * screen.[Ch]: change method names to begin with lowercase 
943
944         * BufferView_pimpl.C (updateScrollbar): simplify further and
945         hopefully make it a bit faster.
946
947 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
948
949         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
950         calling directly xforms functions.
951
952         * Painter.C (Painter): 
953         * lyx_cb.C (MenuWrite): 
954         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
955         fl_display.
956
957         * lyx_gui.C: remove bogus guiruntime extern declaration.
958
959 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
960
961         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
962         in NEW_INSETS
963         (redoDrawingOfParagraph): ditto
964         (redoParagraphs): ditto
965         (cutSelection): don't create a object for CutAndPaste use the
966         static method directly
967         (pasteSelection): ditto
968
969         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
970         LyXview (+ rename)
971
972 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
973
974         * modifications to some other files because of this.
975         
976         * Makefile.am (lyx_SOURCES): add XFormsView
977
978         * XFormsView.[Ch]: new files
979
980         * LyXView.[Ch]: make LyXView a base class for the gui handling for
981         the main window. Move the gui dependent stuff to XFormsView
982
983 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
984
985         * tabular.C (GetCellInset): update cur_cell also in the row/col
986         version of this function.
987
988         * lyxfunc.C: no need to include figure_form.h here.
989
990         * FontLoader.h: 
991         * lyxfunc.h: 
992         * lyxscreen.h: 
993         * text2.C: 
994         * lyxvc.C: no need to include forms.h here.
995
996 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
997
998         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
999
1000         * lyxfunc.C (Dispatch): 
1001         * Spacing.C (set): 
1002         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
1003         constructor argument.
1004
1005 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1006
1007         * paragraph.C (Paragraph): dont't clear, and just set layout.
1008         (makeSameLayout): use params's copy contructor.
1009
1010         * ParagraphParameters.[Ch] (makeSame): delete method
1011
1012 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
1013
1014         * Variables.[Ch]: fix indentation, rename set to isSet
1015
1016 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1017
1018         * lyxfunc.C (Dispatch): fix typo
1019
1020 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1021
1022         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
1023         upper_bound. 
1024
1025         * bufferlist.C: include assert.h for emergencyWrite().
1026
1027 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1028
1029         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
1030           give up at last (bug #425202) !
1031  
1032 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1033
1034         * lyx_gui_misc.C:
1035         * sp_form.h:
1036         * sp_form.C:
1037         * spellchecker.h:
1038         * spellchecker.C: strip spellchecker options and bring up
1039           preferences tab instead
1040          
1041 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1042
1043         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
1044         the istringstream constructor
1045
1046 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1047
1048         * paragraph.C (getLayout): fix return value
1049
1050         * paragraph.h: do not declare getLayout as inline.
1051
1052         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
1053
1054 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1055
1056         * lyxcursor.h (operator<): new func
1057         (operator>): new func
1058         (operator>=): new func
1059         (operator<=): new func
1060
1061         * text.C (changeCase): use selection.start and selection.end
1062         (changeRegionCase): require from to be <= to. Require par to be a
1063         valid paragraph.
1064
1065         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
1066
1067 2001-06-27  Juergen Vigna  <jug@sad.it>
1068
1069         * text.C (cursorLeftOneWord): changed to return the cursor and added
1070         overlay with BufferView * parameter which calls this one.
1071         (getWord): added
1072         (selectWord): use new getWord function.
1073         (changeCase): renamed from changeWordCase as and extended to work
1074         also on selections.
1075
1076         * lyxtext.h: added enum word_location
1077
1078         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
1079         changeCase as this operates now also on selections.
1080
1081 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1082
1083         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
1084
1085         * many files: send debug output to Debug::INFO instead of
1086         Debug::ANY. 
1087
1088         * converter.C (View): 
1089         (Convert): 
1090         (Move): send debug output to Debug::FILES instead of console.
1091
1092 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1093
1094         * lyxfunc.C (getStatus): use func_status
1095
1096         * func_status.h: new header, describing the results of
1097         LyXFunc::getStatus;
1098
1099         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
1100         LFUN_MATH_HALIGN.
1101
1102 2001-06-25  The LyX Project  <jug@sad.it>
1103
1104         * buffer.C (sgmlOpenTag):
1105         (sgmlCloseTag):
1106         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
1107
1108 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1109
1110         * text2.C: remove some dead code
1111
1112         * tabular.C (GetCellInset): store the last cell checked (gotten)
1113
1114         * tabular.h: add the helper for the speedup
1115
1116         * lyxtext.h: remove some dead code
1117
1118 2001-06-26  The LyX Project  <Asger>
1119
1120         * paragraph.C: Change export to LaTeX of alignment to
1121         \begin{center} and family for better roundtrip work with reLyX.
1122
1123         * Tune the math drawing a bit.
1124
1125 2001-06-25  The LyX Project  <Asger>
1126
1127         * LColor.C (LColor): New color for math background. New color
1128         for buttons.
1129
1130 2001-06-25  The LyX Project  <jug@sad.it>
1131
1132         * lyxfunc.C (MenuNew): remove extra check for .lyx file
1133
1134         * lyxfunc.C (Open): 
1135         * bufferlist.C (newFile): do not restrict to files ending with
1136         .lyx
1137
1138         * BufferView_pimpl.C (MenuInsertLyXFile): 
1139
1140 2001-06-24  The LyX Project  <jug@sad.it>
1141
1142         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
1143         of compare_no_case
1144
1145 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1146
1147         * lyxtext.h: rename most methods to begin with a small char.
1148         Lots of changes because of this.
1149
1150         * paragraph.C (Paragraph): do not call fitToSize
1151         (erase): call Pimpl::erase
1152         (insertChar): call Pimpl::insertChar
1153         (insertInset): call Pipl::insertInset
1154         (breakParagraph): do not call fitToSize
1155         (breakParagraphConservative): do not call fitToSize
1156         (fitToSize): remove method
1157
1158         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
1159
1160 2001-06-24  The LyX Project  <Asger>
1161
1162         * Fix Qt compilation^2
1163
1164 2001-06-24  The LyX Project  <jug@sad.it>
1165
1166         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
1167         depthHook(getDepth()-1).
1168
1169         * paragraph.h: 
1170         * ParagraphParameters.h: 
1171         * ParameterStruct.h: change type of depth to unsigned int ==
1172         depth_type. Many adaptations to other files before of that.
1173
1174 2001-06-24  The LyX Project  <Asger>
1175
1176         * Fix Qt compilation.
1177
1178 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1179
1180         * paragraph.h: renamed several methods to begin with small letter.
1181         several changes to many parts of the code because of this.
1182
1183 2001-06-23  The LyX Project  <jug@sad.it>
1184
1185         * text2.C (InsertStringAsLines): renamed from InsertStringA;
1186         rewritten to discard all double spaces when KeepEmpty is off
1187         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
1188         to only handle newlines but not fiddle with spaces and friends.
1189
1190         * lyxfunc.C (MenuNew): when doing 'new from template', use
1191         template_path as default directory
1192
1193 2001-06-23  The LyX Project  <Asger>
1194
1195         * Clean-up of header file includes all over
1196         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
1197         
1198 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1199
1200         * paragraph.h: renamed from lyxparagraph.h
1201
1202 2001-06-23  Asger  <lyx@violet.home.sad.it>
1203
1204         * Buffer.h: Removed Buffer::resize
1205         * BufferList.h: Removed BufferList::resize
1206         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
1207         the document lazily when we change the width, or the font settings.
1208
1209 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1210
1211         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
1212
1213 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1214
1215         * buffer.h: remove out of date comment
1216
1217 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1218
1219         * lyxscreen.h:
1220         * screen.C: fix "theoretical" GC leak
1221  
1222 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1223
1224         * LaTeX.C (scanAuxFile):
1225         (deplog): remove trailing \r when reading stream (useful under
1226         win32)  
1227
1228 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1229
1230         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
1231         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
1232         and BufferView::theLockingInset(Inset*), so should use them and not
1233         access bv_->text->the_locking_inset directly.
1234
1235         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
1236
1237 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1238
1239         * Makefile.am:
1240         * tex-defs.h: remove old unused file
1241          
1242 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
1243
1244         * BufferView_pimpl.C: fix typo, remove minibuffer message
1245           when buffer has loaded
1246
1247 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1248
1249         * lyxfunc.C (Dispatch): use stringstream
1250         (MenuNew): use stringstream
1251         (Open): use stringstream
1252
1253         * importer.C (Import): use stringstream
1254
1255         * bufferview_funcs.C (CurrentState): use stringstream
1256
1257         * LaTeX.C (run): use stringstream
1258
1259         * BufferView_pimpl.C (savePosition): use stringstream
1260         (restorePosition): use stringstream
1261         (MenuInsertLyXFile): use stringstream
1262
1263 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1264
1265         * BufferView.C:
1266         * Bullet.C:
1267         * ColorHandler.C:
1268         * FontInfo.C:
1269         * FontLoader.C:
1270         * LColor.C:
1271         * LaTeXFeatures.C:
1272         * Painter.C:
1273         * gettext.C:
1274         * lyx_gui_misc.C:
1275         * lyxserver.C:
1276         * vspace.C: removed // -*- C++ -*- as first line.
1277
1278         * lyxfind.h:
1279         * version.h: added // -*- C++ -*- as first line.
1280
1281 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1282
1283         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
1284
1285         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
1286         of string
1287
1288 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1289
1290         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
1291         of floats.
1292
1293 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1294
1295         * gettext.C: include LString.h even when --disable-nls is on. 
1296
1297 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1298
1299         * converter.h (Get): changed argument type from int to
1300         FormatList::size_type to avoid unnecessary conversion.
1301
1302         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
1303         before using it.
1304
1305 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1306
1307         * gettext.h: include LString.h even when --disable-nls is on. 
1308
1309 2001-06-07  Juergen Vigna  <jug@sad.it>
1310
1311         * text.C (BreakAgain): subst spaces with tabs.
1312
1313         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
1314         (resizeInsetsLyXText): set force on resizeLyXText.
1315
1316 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1317
1318         * gettext.h (gettext_init): 
1319         (locale_init): use a real definition instead of a macro
1320
1321 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1322
1323         * Bufferview_pimpl.C:
1324         * LColor.h:
1325         * LColor.C: further lcolor tidies
1326
1327 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1328
1329         * BufferView_pimpl.C (updateScrollbar): simplify.
1330
1331         * BufferView2.C: don't include insets/insetinfo.h, change
1332         prototype for insertInset and call the Pimpl version. let
1333         updateInset call Pimpl version.
1334
1335         * BufferView.h: move inset_slept to BufferView::Pimpl, move
1336         gotoInset to BufferView::Pimpl
1337
1338 2001-06-01  Juergen Vigna  <jug@sad.it>
1339
1340         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
1341         inside a LockingInset (is the update needed at all?).
1342
1343 2001-05-31  Juergen Vigna  <jug@sad.it>
1344
1345         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
1346         here not the old one otherwise how should we compare it afterwards
1347         if it's the same!
1348
1349 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1350
1351         * lyxfont.C: 
1352         * tabular.C:
1353         * tabular-old.C: 
1354         * FontInfo.C: bring C functions into global namespace when
1355         necessary
1356
1357 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1358
1359         * LString.h: make sure config.h has been loaded before LString.h.
1360
1361         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
1362         (one for each char read by EatLine!).
1363
1364         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
1365         variables. 
1366
1367 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1368
1369         * paragraph.C (BreakParagraph): set the inset_owner in the new par
1370         to the same as the par we break from
1371
1372 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1373
1374         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
1375
1376         * MenuBackend.C (expand): also create menu entries for wide
1377         versions of the floats.
1378
1379         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
1380
1381         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
1382
1383         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
1384         frontends/Makefile.am
1385
1386         * text2.C: adjust
1387         * text.C: adjust
1388         
1389
1390         * tabular.C (getTokenValue): add std::
1391
1392         * tabular-old.C (getTokenValue): add std::
1393         (getTokenValue): ditto
1394         (getTokenValue): ditto
1395
1396         * screen.C (ToggleSelection): adjust
1397
1398         * lyxtext.h: put selection cursors inside a Selection struct.
1399
1400         * lyxfunc.C (moveCursorUpdate): adjust
1401
1402         * lyxfont.C (latexWriteStartChanges): add std::
1403
1404         * lyxfind.C: adjust
1405
1406         * font.h: delete with(char const *, LyXFont const &)
1407
1408         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
1409
1410         * FontInfo.C (getFontname): add std::
1411
1412         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1413         (workAreaButtonPress): adjust
1414         (tripleClick): adjust
1415         (update): adjust
1416         (moveCursorUpdate): adjust
1417         (Dispatch): adjust
1418
1419         * BufferView2.C (gotoInset): adjust
1420
1421 2001-05-30  Juergen Vigna  <jug@sad.it>
1422
1423         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
1424         to check pspell I add this as default as I now have new pspell
1425         libraries and they seem to use this.
1426
1427 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1428
1429         * text2.C (CutSelection): make the cursor valid before the call to
1430         ClearSelection.
1431
1432 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1433
1434         * kbsequence.C (parse): de-uglify a bit the parsing code, which
1435         relied on 0 terminated strings and other horrors. Bug found due to
1436         the new assert in lyxstring!
1437
1438         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
1439         KP_ keys.
1440
1441 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1442
1443         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
1444         to latinkeys.bind.
1445
1446         * lyxfunc.C (processKeySym): change method of getting to the
1447         self-insert char.
1448
1449         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
1450         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
1451         * BufferView_pimpl.[Ch]: here as private methods.
1452
1453 2001-05-28  Juergen Vigna  <jug@sad.it>
1454
1455         * text.C (SetHeightOfRow): added the update() call again as it is
1456         needed to initialize inset dimensions!
1457
1458 2001-05-16  Juergen Vigna  <jug@sad.it>
1459
1460         * text2.C (SetCharFont): Add new function with BufferView * and
1461         bool toggleall parameters for setting insets internal fonts.
1462         (SetFont): Freeze the undo as we may change fonts in Insets and
1463         all this change should be inside only one Undo!
1464
1465         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
1466         setting font's in insets as for them we have the SetFont function!
1467
1468 2001-05-15  Juergen Vigna  <jug@sad.it>
1469
1470         * text2.C (ClearSelection): to be sure we REALLY don't have any
1471         selection anymore!
1472
1473         * tabular.C (TeXCellPreamble): fixed the left border problem for
1474         multicolumn cells.
1475
1476 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
1477
1478         * LaTeX.C (deplog): Make sure that the main .tex file is in the
1479         dependancy file
1480
1481 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1482
1483         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
1484         LFUN_BREAKPARAGRAPH.
1485
1486         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
1487         help test to "internal only", similar for LFUN_INSERT_URL
1488
1489         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
1490         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
1491         auto_region_delete and deadkeys. 
1492
1493 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
1494
1495         * LColor.h:
1496         * LColor.C: remove some dead entries, tidy a little
1497  
1498 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1499
1500         * lyxfunc.C (processKeySym): comment the Escape handling, remove
1501         commented code.
1502         (Dispatch): implement LFUN_ESCAPE
1503
1504         * commandtags.h: add LFUN_ESCAPE
1505
1506         * LyXAction.C (init): add entry for LFUN_ESCAPE
1507
1508         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
1509         Remove commented code.
1510         (insertNote): moved here
1511         (open_new_inset): moved here
1512
1513         * BufferView[2].[Ch]: move insertNote and open_new_inset to
1514         BufferView_pimpl
1515
1516 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1517
1518         * kbmap.C (findbinding): clean it up and make it work correctly.
1519
1520         * lyx_main.C (init): do not pass argc and argv as parameters
1521
1522 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1523
1524         * buffer.C: fix path for OS/2 & Win32
1525
1526         * lyx_gui.C:
1527         * lyx_main:
1528         * lyx_main.C: Added os:: class.
1529         
1530         * os2_defines.h: update
1531
1532 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1533
1534         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
1535         better by trying again with reduced state.
1536
1537 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1538
1539         * lyxrc.C (read): print error about invalid key sequence only when
1540         debugging (because not all latinX keysyms are known to some X
1541         servers)
1542
1543         * kbsequence.C (getiso): add a few std:: qualifiers
1544         (getiso): comment out extra return statement.
1545
1546 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1547
1548         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
1549         handling.
1550         (Dispatch): enhance the accent inset a bit. (not perfect)
1551
1552 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1553
1554         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
1555
1556 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1557
1558         * bufferlist.C (emergencyWrite): fix assert() call
1559
1560 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
1561
1562         * text.C (InsertChar): Added trivial patch to only send the "you
1563         can not do multiple spaces this way" message once during a
1564         session.
1565
1566 2001-05-08  Baruch Even  <baruch@lyx.org>
1567
1568         * Makefile.am: Changed order of libraries to get LyX to link properly
1569         with the gnome frontend.
1570
1571 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1572
1573         * LaTeXFeatures.h: add a std:: qualifier
1574
1575 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1576
1577         * paragraph.C (String): use stringstream
1578
1579 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1580
1581         * paragraph.C (writeFile): remove footflag arg
1582
1583         * buffer.C (makeLaTeXFile): use stringstream
1584         (latexParagraphs): remove footnot gurba
1585
1586         * LaTeXFeatures.C (getPackages): use stringstream
1587         (getMacros): likewise
1588         (getTClassPreamble): likewise
1589         (getFloatDefinitions): new method
1590
1591         * paragraph.C (writeFile): reindent
1592         (Erase): reindent
1593
1594         * WorkArea.h: revert the xpos + etc changes.
1595
1596         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
1597
1598         * lyxparagraph.[Ch]: add copy constructor, remove Clone
1599
1600         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
1601         (pasteSelection): likewise
1602         * text2.C (CreateUndo): likewise
1603
1604 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1605
1606         * minibuffer.C (peek_event): temporarily reduce the functionality
1607         of the minibuffer (to allow args on lfuns)
1608
1609         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
1610         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
1611
1612         * buffer.C (readInset): add compability reading of old float
1613         lists, add reading of new style float list.
1614         (readInset): avoid reevaluation of inscmd.getCmdName()
1615         (getLists): reindent
1616
1617         * MenuBackend.C (MenuItem): implement parsing of
1618         md_floatlistinsert and md_floatinsert.
1619         (expand::LastFiles): move initalizaton of iterators out of loop,
1620         avoid reevaluation.
1621         (expand::Documents): introduce typdedef vector<string> Strings,
1622         and use it. 
1623         (expand::ExportFormats): introduce typedef vector<Format const *>
1624         Formats, and use it.
1625         (expand): implement FloatListInsert and FloatInsert.
1626
1627         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
1628         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
1629         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
1630
1631         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
1632         handling. 
1633         (Dispatch::LFUN_FLOAT_LIST): implement
1634
1635 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
1636  
1637         * LaTeX.C (run): Fix problem with --export code.
1638  
1639 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1640
1641         * BufferView.[Ch] (workarea): removed.
1642         (getClipboard) new method; wrapper for workarea()->getClipboard()
1643
1644         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
1645         bug.
1646
1647         * WorkArea.h (width, height, xpos, ypos): These methods all
1648         returned the dimensions of the work_area sub-area of WorkArea,
1649         resulting in a position error if the WorkArea were resized. Now
1650         return the dimensions of the entire WorkArea.
1651
1652         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
1653
1654 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1655
1656         * LaTeX.C (deplog): correct the syntax of regex reg1
1657
1658 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1659
1660         * undo.C: remove !NEW_INSETS cruft
1661
1662 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1663
1664         * text2.C: remove !NEW_INSETS cruft
1665
1666         * text.C: remove !NEW_INSETS cruft
1667
1668         * tabular.C: remove !NEW_INSETS cruft
1669
1670         * spellchecker.C: remove !NEW_INSETS cruft
1671
1672         * lyxtext.h: remove !NEW_INSETS cruft
1673
1674         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
1675
1676         * lyxfunc.C: remove !NEW_INSETS cruft
1677
1678         * lyxfind.C: remove !NEW_INSETS cruft
1679
1680         * lyx_cb.C: remove !NEW_INSETS cruft
1681
1682         * figureForm.C: remove  !NEW_INSETS cruft
1683
1684         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
1685
1686         * buffer.[Ch]: remove !NEW_INSETS cruft
1687
1688         * ToolbarDefaults.C: remove !NEW_INSETS cruft
1689
1690         * CutAndPaste.C: remove !NEW_INSETS cruft
1691
1692         * BufferView_pimpl.C: remove !NEW_INSETS cruft
1693
1694         * BufferView2.C: remove !NEW_INSETS cruft
1695
1696         * BufferView.h: remove !NEW_INSETS cruft
1697
1698 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1699
1700         * Lsstream.h: include LString.h before the sstream headers to
1701         fix problem with gcc 2.95.3 and lyxstring
1702
1703 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1704
1705         * lyx_main.C: add using directives when needed for C functions
1706         declared in std:: namespace.
1707
1708 2001-04-27  Juergen Vigna  <jug@sad.it>
1709
1710         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
1711         (SetHeightOfRow): comment out the update call should not be needed!
1712
1713 2001-04-13  Juergen Vigna  <jug@sad.it>
1714
1715         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
1716         (LyXTabular): tried to minimize operator= operations (and realized
1717         hopfully Lars wish).
1718
1719 2001-04-27  Juergen Vigna  <jug@sad.it>
1720
1721         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
1722
1723 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1724
1725         * lyxfunc.C (Dispatch): hack to make listof algorithm work
1726
1727         * buffer.C (readInset): hack to make listof algorithm work
1728
1729         * BufferView_pimpl.C: hack to make listof algorithm work
1730
1731 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1732
1733         * LyXAction.C: removed all !NEW_INSETS cruft
1734         (init): moved lfun_item in method
1735
1736         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
1737
1738 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1739
1740         * BufferView2.C (theLockingInset): white space.
1741
1742 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1743
1744         * minibuffer.C: include <iostream>
1745
1746         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
1747
1748         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
1749
1750         * commandtags.h: add LFUN_TRANSPOSE_CHARS
1751
1752         * text.[Ch] (TransposeChars): new method
1753
1754 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1755
1756         * call message directly through LyXView instead of through LyXFunc
1757         * BufferView2.C: adjust
1758         * BufferView_pimpl.C: adjust
1759         * FontLoader.C: adjust
1760         * buffer.C: adjust
1761         * bufferview_funcs.C: adjust
1762         * converter.C: adjust
1763         * figureForm.C: adjust
1764         * importer.C: adjust
1765         * lyx_cb.C: adjust
1766         * lyx_gui_misc.C: adjust
1767         * lyxfunc.C: adjust
1768         * lyxvc.C: adjust
1769         * text2.C: adjust
1770         + more files in subdirs
1771         
1772         * lyxparagraph.h (size): move up int file
1773         (GetLayout): ditto
1774
1775         * adjust all uses of Assert to lyx::Assert.
1776
1777         * BufferView2.C (ChangeCitationsIfUnique): adjust for
1778         lyxfunctional in namespace lyx
1779         * layout.C (hasLayout): ditto
1780         (GetLayout): ditto
1781         (GetLayout): ditto
1782         (delete_layout): ditto
1783         (NumberOfClass): ditto
1784         * converter.C (GetFormat): ditto
1785         (GetNumber): ditto
1786         (Add): ditto
1787         (Delete): ditto
1788         (SetViewer): ditto
1789         * bufferlist.C (getFileNames): ditto
1790         (emergencyWriteAll): ditto
1791         (exists): ditto
1792         (getBuffer): ditto
1793         * MenuBackend.C (hasSubmenu): ditto
1794         (hasMenu): ditto
1795         (getMenu): ditto
1796         * BufferView_pimpl.C (getInsetByCode): ditto
1797
1798 2001-04-18  Juergen Vigna  <jug@sad.it>
1799
1800         * vspace.C (asLatexString): fixed the 100% problem.
1801
1802 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1803
1804         * lyxfunc.C (Dispatch): 
1805         * minibuffer.C: 
1806         * minibuffer.h: add a few std:: qualifiers
1807
1808 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1809
1810         * minibuffer.[Ch]: reimplement so that commands is initiated and
1811         run from lyxfunc, simplified som handling, and made the completion
1812         and history code for complete. wip. 
1813
1814         * lyxfunc.C (processKeySym): call message
1815         (miniDispatch): new temporary method
1816         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
1817         (LFUN_MESSAGE): implement
1818         (LFUN_MESSAGE_PUSH): implement
1819         (LFUN_MESSAGE_POP): implement
1820         (initMiniBuffer): the initial/defualt minibuffer message.
1821
1822         * lyxfont.[Ch]: inline some more getters
1823
1824         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
1825
1826         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
1827
1828         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
1829         (AutoSave): use LFUN_MESSAGE
1830         (Reconfigure): ditto
1831
1832         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
1833
1834         * figureForm.C: use LFUN_MESSAGE
1835
1836         * converter.C (runLaTeX): use LFUN_MESSAGE
1837
1838         * bufferview_funcs.C: use LFUN_MESSAGE
1839         (Melt): ditto
1840         (changeDepth): ditto
1841
1842         * bufferparams.h: use boost::
1843
1844         * bufferlist.h: inherit privately from noncopyable
1845
1846         * bufferlist.C (loadLyXFile): remove some commented code.
1847
1848         * buffer.C (runChktex): use LFUN_MESSAGE
1849
1850         * ShareContainer.h: inherit privately from noncopyable
1851
1852         * ParagraphParameters.[hC] (depth): inline it.
1853
1854         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
1855         methods.
1856         (message): new method
1857         (messagePush): ditto
1858         (messagePop): ditto
1859         (show): init minibuffer
1860         (showState): direct call
1861
1862         * LaTeX.[Ch]: inherit privately from noncopyable
1863         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
1864         instead of WriteStatus.
1865
1866         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
1867
1868         * BufferView_pimpl.C (buffer): don't init minibuffer
1869         (workAreaButtonPress): use LFUN_MESSAGE
1870         (workAreaButtonRelease): ditto
1871         (savePosition): ditto
1872         (restorePosition): ditto
1873         (MenuInsertLyXFile): ditto
1874         (workAreaExpose): don't init minibuffer
1875         (update): remove commented code, simplify
1876
1877         * BufferView2.C (openStuff): use LFUN_MESSAGE
1878         (toggleFloat): ditto
1879         (menuUndo): ditto
1880         (menuRedo): ditto
1881         (copyEnvironment): ditto
1882         (pasteEnvironment): ditto
1883         (copy): ditto
1884         (cut): ditto
1885         (paste): ditto
1886         (gotoInset): ditto
1887         (updateInset): remove some commented code
1888
1889         * lastfiles.h: inherit privately from noncopyable
1890         * layout.h: ditto
1891         * lyx_gui.h: ditto
1892         * lyx_main.h: ditto
1893         * lyxlex.h: ditto
1894         * lyxlex_pimpl.h: ditto
1895
1896         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
1897         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
1898         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1899
1900         * LyXAction.h: inherit privately from noncopyable, add methods
1901         func_begin, func_end, returning iterators to the func map.
1902
1903         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
1904         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1905         (func_begin): new method
1906         (func_end): new method
1907
1908         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
1909         and not)
1910         (copySelection): ditto
1911         (pasteSelection): ditto
1912
1913         * BufferView.C: whitespace change
1914         * BufferView.h: inherit privately from noncopyable
1915
1916 2001-04-16  Allan Rae  <rae@lyx.org>
1917
1918         * tabular-old.C (l_getline): 
1919         * spellchecker.C (sc_check_word): 
1920         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
1921         an unrecognised preprocessor directive.  So ensure they're wrapped. 
1922
1923 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
1924
1925         * src/exporter.C (Export): Give an error message when path to file 
1926         contains spaces.
1927
1928 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
1929
1930         * LaTeX.C (deplog): Always check that foundfile exists.
1931
1932 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1933
1934         * lyx_main.h: 
1935         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
1936
1937 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1938
1939         * tabular.[Ch] (getLabelList): implement new method
1940
1941         * minibuffer.h: comment ouf setTiimer
1942
1943         * minibuffer.C (ExecutingCB): constify res
1944         (peek_event): constify s
1945         (Set): constify ntext
1946         (Init): constify nicename
1947
1948         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
1949
1950         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
1951         (savePosition): use two params to Minibuffer::Set
1952         (restorePosition): ditto
1953
1954 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1955
1956         * lyx_main.C: include language.h
1957
1958         * Makefile.am (lyx_main.o): add language.h
1959
1960 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1961
1962         * exporter.C: 
1963         * paragraph.C: 
1964         * screen.C: 
1965         * tabular.C: 
1966         * CutAndPaste.C: include gettext.h
1967
1968         * lyxfont.h: remove old hack with ON and OFF.
1969
1970         * lyxparagraph.h: 
1971         * lyxfont.h: do not include language.h...
1972
1973         * BufferView2.C: 
1974         * LaTeXFeatures.C: 
1975         * Painter.C: 
1976         * bufferview_funcs.C: 
1977         * font.C: 
1978         * lyxfont.C: 
1979         * text.C: 
1980         * text2.C: 
1981         * trans_mgr.C: 
1982         * paragraph.C: ... but do it here instead
1983
1984 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1985
1986         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
1987
1988         * tabular.C: small reformat
1989
1990         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
1991         NEW_INSETS version
1992         (GetChar): ditto
1993         (BreakParagraph): ditto
1994         (SetOnlyLayout): ditto
1995         (SetLayout): ditto
1996
1997         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
1998         with one arg less.
1999
2000         * lastfiles.C: removed most using decl, add std:: where needed
2001
2002         * buffer.C: ws changes
2003
2004         * MenuBackend.C (class compare_format): put into anon namespace
2005         (expand): constify label, names, action, action2
2006         (expand): 
2007
2008         * text.C (SingleWidth): constify font
2009         (IsBoundary): constify rtl2
2010         (GetVisibleRow): constify ww
2011
2012         * LaTeX.C (deplog): constify logfile
2013
2014         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
2015         start_x, end_x
2016         (workAreaExpose): constify widthChange, heightChange
2017
2018         * lyxrow.C (par): moved
2019         (height): moved
2020         (next): moved
2021         * lyxrow.h: as inlines here
2022
2023         * lyxfont.h (shape): moved from lyxfont.C
2024         (emph): moved from lyxfont.C
2025
2026         * lyxfont.C (LyXFont): use initialization list for all
2027         constructors
2028         (shape): move to lyxfont.h as inline
2029         (emph): move to lyxfont.h as inline
2030         
2031
2032 2001-04-04  Juergen Vigna  <jug@sad.it>
2033
2034         * vspace.C: had to include stdio.h for use of sscanf
2035
2036 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
2037
2038         * BufferView.h: 
2039         * BufferView_pimpl.h: remove xforms cruft. Both classes are
2040         independent of xforms.
2041
2042 2001-04-02  Juergen Vigna  <jug@sad.it>
2043
2044         * spellchecker.C: fixed namespace placing!
2045
2046 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2047
2048         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
2049         the LyXParagraph * is 0.
2050
2051 2001-03-29  Juergen Vigna  <jug@sad.it>
2052
2053         * vspace.C: added support for %, c%, p%, l%.
2054         (stringFromUnit): added helper function.
2055         (asLatexString): changed to give right results for the %-values.
2056
2057         * buffer.C: convert the widthp in a width%.
2058
2059 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2060
2061         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
2062         figureForm.[Ch].
2063
2064         * figureForm.[Ch]: stripped the FD_from_figure manipulation
2065         code out of lux_cb.[Ch], ready for its (imminent?) removal.
2066
2067         * lyx_cb.[Ch]: see above.
2068
2069         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
2070         form1.[Ch].
2071
2072         * form1.[Ch]:
2073         * lyx.[Ch]: replaced by figure_form.[Ch].
2074
2075         * lyx_gui.C:
2076         * lyx_gui_misc.C:
2077         * lyxfunc.C: changed headers associated with above changes.
2078
2079 2001-03-27  Juergen Vigna  <jug@sad.it>
2080
2081         * BufferView_pimpl.C: set the temporary cursor right!
2082
2083 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2084
2085         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
2086
2087 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2088
2089         * LString.h: removed "using std::getline"!
2090
2091         * BufferView_pimpl.C (Dispatch): changes due to changes in
2092         InsetInclude::Params.
2093
2094         * buffer.C (tag_name): removed redundant break statements as they were
2095         producing lots of warnings with my compiler.
2096
2097 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2098
2099         * LString.h: add "using std::getline" when using the real <string>.
2100
2101 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
2102
2103         * buffer.C: removed bitset usage.
2104         PAR_TAG moved to an anonymous name space.
2105         (tag_name): new funtion, also in the anonymous namespace.
2106         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
2107         (makeDocBookFile): clean code. Completed transition from string arrays
2108         to string vectors.
2109         (SimpleDocBookOnePar): code clean.
2110
2111 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2112
2113         * tabular.C: add some comments.
2114
2115 2001-03-22  Juergen Vigna  <jug@sad.it>
2116
2117         * buffer.C (parseSingleLyXformat2Token): redone the minipage
2118         compatibility read a bit and fixed bug with minipage in different
2119         depth.
2120
2121 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
2122
2123         * buffer.C (pop_tag): removed.
2124         (push_tag): removed.
2125         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
2126         array replaced with vector. Added support for CDATA sections.
2127         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
2128         at any nest level.
2129         (makeDocBookFile): XML conformant declaration of CDATA section,
2130         fixed bug related to <emphasis> in the first paragraph char.
2131         (sgmlOpenTag): exclude empty tags.
2132         (sgmlCloseTag): ditto.
2133         
2134         * buffer.h (pop_tag): removed.
2135         (push_tag): removed.
2136
2137 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2138
2139         * language.h (Languages): added size_type and size().
2140
2141 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2142
2143         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
2144         response on compability reading of minipages. One probliem is that
2145         the old usage of minipages was «flertydig» 
2146
2147         * several files here and in subdirs: don't use static at file
2148         scope use anon namespaces instead.
2149
2150 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
2151
2152         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
2153         LaTeX output. This is necessary for Literate document
2154         processing.
2155
2156 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2157
2158         * buffer.C: insert hfill when needed.
2159
2160         * tabular.C (l_getline): use string::erase, small whitespace change.
2161
2162         * BufferView_pimpl.C: try the anon namespace.
2163         * WorkArea.C: ditto
2164
2165 2001-03-16  Juergen Vigna  <jug@sad.it>
2166
2167         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
2168         otherwise it won't open options-dialogs.
2169
2170         * buffer.C: honor pextraWidth(p) on converting minipages.
2171
2172         * tabular.C (l_getline): changed the functions to strip trailing \r.
2173
2174 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
2175
2176         * BufferView_pimpl.C:
2177         * minibuffer..C: added "using SigC::slot" declaration.
2178
2179 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2180
2181         * lyxlex_pimpl.h: noncopyable is in namespace boost.
2182
2183         * text2.C: ditto
2184
2185         * text.C: ditto
2186
2187         * paragraph.C: ditto
2188
2189         * lyxtext.h: NO_PEXTRA
2190
2191         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
2192
2193         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
2194         * ParameterStruct.h: ditto
2195         * ParagraphParameters.h: ditto 
2196         * lyxparagraph.h: ditto
2197
2198 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2199
2200         * buffer.C: add compability for minipage alignment.
2201         (latexParagraphs): remove unwanted pextra check.
2202
2203         * several files: remove CXX_WORKING_NAMESPACES
2204
2205         * buffer.C (pop_tag): tie is in namespace boost
2206
2207         * BufferView.h: noncopyable is in namespace boost
2208         * lyxlex.h: ditto
2209         * lyx_main.h: ditto
2210         * lyx_gui.h: ditto
2211         * layout.h: ditto
2212         * lastfiles.h: ditto
2213         * bufferlist.h: ditto
2214         * ShareContainer.h: ditto
2215         * LyXView.h: ditto
2216         * LyXAction.h: ditto
2217         * LaTeX.h: ditto
2218
2219 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2220
2221         * Merging changes from BRANCH_MVC back into HEAD.
2222
2223         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
2224
2225 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
2226
2227         * BufferView_pimpl.C: change from intl.C
2228
2229         * combox.h:
2230         * combox.C:
2231         * Makefile.am: move combox.*
2232
2233         * form1.h:
2234         * form1.C:
2235         * lyx_gui.C:
2236         * intl.h:
2237         * intl.C: remove dialog (covered by prefs)
2238
2239 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2240
2241         * lyxfunc.C (Dispatch): removed redundant break statement.
2242         
2243 2001-03-14  Juergen Vigna  <jug@sad.it>
2244
2245         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
2246
2247 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2248
2249         * buffer.C: add hack to fix compability reading of minipages.
2250
2251 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
2252
2253         * buffer.C (getLists): Cleanup.
2254
2255 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2256
2257         * lyxfont.C (update): don't honor toggleall on font size.
2258
2259 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2260
2261         * bmtable.c:
2262         * bmtable.h:
2263         * Makefile.am: moved to frontends/xforms/
2264
2265         * lyx_gui_misc.C:
2266         * lyxfunc.C:
2267         * BufferView_pimpl.C: changes for moved mathpanel
2268
2269 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2270
2271         * gettext.h: fix gettext_init() in --disable-nls
2272
2273 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2274
2275         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
2276
2277 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
2278
2279         * lyx.C:
2280         * lyx.h: strip external form
2281
2282 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2283
2284         * BufferView_pimpl.C: add comment, destroySplash()
2285
2286 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2287
2288         * BufferView_pimpl.C:
2289         * LyXAction.C:
2290         * buffer.C:
2291         * commandtags.h:
2292         * lyxfunc.C: use re-worked insetinclude
2293
2294 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2295
2296         * buffer.C: add using std::stringstream.
2297
2298         * lyx_cb.C: readd using std::ios.
2299
2300         * buffer.C: add using std::map.
2301
2302         * BufferView_pimpl.C: add using std::vector.
2303
2304         * ShareContainer.h: add std:: to swap.
2305
2306         * buffer.h: add some typedefs
2307         * buffer.C (getLists): use them
2308         (getLists): renamed from getTocList.
2309         add a counter for the different float types and use it in the
2310         generated string.
2311         (getLists): use the same counter for the NEW_INSETS and the "non"
2312         NEW_INSETS
2313
2314         * lyx_cb.h: remove unused items, includes, using etc.
2315
2316         * ShareContainer.h: remove some commented code, add more comments
2317         and "documentation".
2318
2319 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2320
2321         * buffer.C (getTocList): make the list also when NEW_INSETS is
2322         defined.
2323
2324         * buffer.h: remove TocType
2325
2326         * buffer.C (getTocList): change to return a map<string,
2327         vector<TocItem> >, implement for dynamic number of list.
2328
2329         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
2330         * text2.C (PasteSelection): adjust
2331         * CutAndPaste.C (pasteSelection): adjust
2332
2333         * FloatList.C (FloatList): update from the new_insets branch.
2334         * Floating.[Ch]: ditto
2335         * LaTeXFeatures.C: ditto
2336         * buffer.C: ditto
2337         * lyxlex_pimpl.C: ditto
2338         
2339         * paragraph.C (Last): remove when NEW_INSETS is defined.
2340
2341         * other file: changes because of the above.
2342
2343 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2344
2345         * lyxparagraph.h: rename next to next_, previous to previous_,
2346         make them private for NEW_INSETS. Rename Next() to next(),
2347         Previous() to previous().
2348
2349         * other files: changes because of the above.
2350
2351 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
2352
2353         * BufferView.h: 
2354         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
2355         problem.
2356
2357 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2358
2359         * main.C (main): pass lyx_localedir to gettext_init().
2360
2361         * gettext.h: remove locale_init and gettext_init macros
2362
2363         * gettext.C (locale_init): new function
2364         (gettext_init): new function
2365
2366         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
2367         setlocale().
2368
2369 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
2370
2371         * Moved credits to frontends:
2372         * credits.[Ch]: removed
2373         * credits_form.[Ch]: removed
2374         * lyx_gui_misc.C: remove credits stuff
2375         * Makefile.am:
2376
2377 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2378
2379         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
2380
2381         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
2382         unneeded destructor.
2383
2384         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
2385         a standalone pointer again.
2386
2387         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
2388
2389 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
2390
2391         * Makefile.am:
2392         * filedlg.h:
2393         * filedlg.C:
2394         * LyXAction.C:
2395         * ToolbarDefaults.C:
2396         * bufferlist.C:
2397         * commandtags.h:
2398         * form1.C:
2399         * form1.h:
2400         * lyx_cb.C:
2401         * lyx_cb.h:
2402         * lyxfunc.h:
2403         * lyxfunc.C:
2404         * BufferView_pimpl.C: use new file dialog in GUII
2405
2406         * lyx_cb.h:
2407         * lyx_cb.C: remove LayoutsCB to Toolbar
2408
2409 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2410
2411         * ShareContainer.h (get): add std:: qualifier
2412
2413 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2414
2415         * ShareContainer.h: define a proper ShareContainer::value_type
2416         type (and use typename to please compaq cxx)
2417
2418 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2419
2420         * lyxparagraph.h: move serveral local vars to
2421         ParameterStruct/ParagraphParameters., use ShareContainer in
2422         FontTable., make vars in FontTable private and add getter and
2423         setter.
2424
2425         * paragraph.C: changes because of the above.
2426
2427         * lyxfont.h: remove copy constructor and copy assignment. (the
2428         default ones is ok), move number inside FontBits. move inlines to
2429         lyxfont.C 
2430
2431         * lyxfont.C: add number to initializaton of statics, move several
2432         inlines here. constify several local vars. some whitespace
2433         cleanup. Dont hide outerscope variables.
2434
2435         * Spacing.h: add two new constructors to match the set methods.
2436
2437         * ShareContainer.h: new file, will perhaps be moved to support
2438
2439         * ParameterStruct.h: new file
2440
2441         * ParagraphParameters.h: new file
2442
2443         * ParagraphParameters.C: new file
2444
2445         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
2446         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
2447
2448         * BufferView_pimpl.C: ParagraphParameter changes.
2449         * buffer.C: Likewise.
2450         * bufferview_funcs.C: Likewise.
2451         * text.C: Likewise.
2452         * text2.C: Likewise.
2453         
2454 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2455
2456         * lyxfind.C (LyXReplace): do not redefine default argument in
2457         implementation. 
2458         (IsStringInText): ditto
2459         (SearchForward): ditto
2460         (SearchBackward): ditto
2461
2462 2001-03-06  Juergen Vigna  <jug@sad.it>
2463
2464         * lyxfind.C (IsStringInText): put parentes around expressions.
2465
2466 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2467
2468         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
2469         
2470 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2471
2472         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
2473
2474         * stl_string_fwd.h: add comment
2475
2476         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
2477
2478         * tabular.h:
2479         * tabular.C: remove unused DocBook methods
2480
2481         * intl.C:
2482         * language.C:
2483         * paragraph.C:
2484         * buffer.C:
2485         killed DO_USE_DEFAULT_LANGUAGE
2486
2487 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2488
2489         * lyx_gui.C: do not include language.h.
2490
2491         * bufferview_funcs.C (ToggleAndShow): do not provide optional
2492         arguments in function implementation.
2493
2494 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2495
2496         * BufferView_pimpl.C: add <ctime>
2497
2498 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2499
2500         * BufferView_pimpl.C: add using std::find_if
2501
2502 2001-02-27  José Matos  <jamatos@fep.up.pt>
2503         
2504         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
2505         by OnlyPath.
2506         
2507 2001-02-11  José Matos  <jamatos@fep.up.pt>
2508
2509         * buffer.C (makeDocBookFile): command styles now have a parameter as
2510         "title" by default.
2511
2512 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
2513
2514         * layout_forms.[Ch]: removed
2515         * lyx_cb.[Ch]: out character
2516         * lyx_gui.C: out character
2517         * lyx_gui_misc.C: out character
2518         * bufferview_funcs.C: : out character,
2519         added toggleall as parameter in ToggleAndShow
2520                    
2521 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
2522
2523         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
2524
2525         * text2.C (SetCurrentFont): Disable number property at boundary.
2526
2527 2001-02-26  Juergen Vigna  <jug@sad.it>
2528
2529         * lyxfunc.C (getStatus): added a string argument override function so
2530         that this is correctly called from LyXFunc::Dispatch if it contains a
2531         do_not_use_argument which is used!
2532         (Dispatch): added check for "custom" export and call appropriate func.
2533
2534 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
2535
2536         * lyxrc.C: Add language_command_local, language_use_babel and
2537         language_global_options.
2538
2539         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
2540
2541         * buffer.C (makeLaTeXFile): Use language_use_babel and 
2542         language_global_options.
2543
2544 2001-02-23  Juergen Vigna  <jug@sad.it>
2545
2546         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
2547         which works with LyXText and putted it inside BufferView. Here now we
2548         only call for that part the BufferView::Dispatch() function.
2549
2550         * BufferView.C (Dispatch): added.
2551
2552         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
2553         functions which needs to use a LyXText over from LyXFunc.
2554         (MenuInsertLyXFile): added
2555         (getInsetByCode): added
2556         (moveCursorUpdate): added
2557         (static TEXT): added
2558
2559 2001-02-22  Juergen Vigna  <jug@sad.it>
2560
2561         * BufferView_pimpl.C (update): call a status update to see if LyXText
2562         needs it.
2563
2564 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2565
2566         * vc-backend.C (revert): implement for CVS
2567         (getLog): implement for CVS
2568
2569 2001-02-20  Juergen Vigna  <jug@sad.it>
2570
2571         * text2.C (ClearSelection): added BufferView param for inset_owner call
2572
2573         * lyxfunc.C (TEXT): added this function and use it instead of
2574         directly owner->view()-text of getLyXText().
2575
2576 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
2577
2578         * src/layout_forms.C: out preamble
2579         * src/layout_forms.h: out preamble
2580         * src/lyx_cb.C: out preamble
2581         * src/lyx_cb.h: out preamble
2582         * src/lyx_gui.C: out preamble
2583         * src/lyx_gui_misc.C: out preamble
2584         * src/lyxfunc.C: connect with guii preamble
2585
2586 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2587
2588         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
2589
2590 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
2591
2592         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
2593         whether to run bibtex.
2594
2595 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
2596
2597         * Makefile.am (lyx_SOURCES): Remove BackStack.h
2598
2599 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2600
2601         * Makefile.am (lyx_SOURCES): removed bibforms.h
2602
2603         * vspace.h: doxygen
2604
2605         * text.C (GetVisibleRow): make several local vars const
2606
2607         * tabular.C: small cleanup.
2608
2609         * lyxserver.C (callback): use compare instead of strncmp
2610
2611         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
2612         inlines to after class or to paragraph.C
2613
2614         * lyxfont.h: remove friend operator!=
2615
2616         * converter.h: move friend bool operator< to non friend and after
2617         class def.
2618
2619         * combox.h: small cleanup
2620
2621         * buffer.h: doxygen, remove unused constructor, move inclas inlies
2622         to inlines after class def.
2623
2624         * buffer.C (pop_tag): use string operations instead of strcmp
2625
2626         * bmtable.c: doxygen, small cleanup
2627
2628         * LaTeX.h: remove friend operator==
2629
2630 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2631
2632         * screen.C: 
2633         * lyxrc.[Ch]:
2634         * lyxfunc.C: 
2635         * lyxfont.[Ch]: 
2636         * lyx_cb.C: 
2637         * intl.[Ch]: 
2638         * commandtags.h: 
2639         * buffer.C: 
2640         * WorkArea.[Ch]: 
2641         * LyXAction.C: 
2642         * BufferView_pimpl.C:
2643         * BufferView.[Ch]: remove cruft
2644
2645 2001-02-14  Juergen Vigna  <jug@sad.it>
2646
2647         * lyxfunc.C: removed #if 0 unused code
2648
2649         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
2650
2651         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
2652
2653         * text2.C (SetSelection): added a BufferView * parameter
2654
2655 2001-02-13  Juergen Vigna  <jug@sad.it>
2656
2657         * lyxfunc.C (Dispatch): fixed protected blank problem.
2658         * BufferView2.C (protectedBlank): added LyxText * parameter.
2659
2660         * tabular.C (AppendRow): forgot to set row_info of newly added row.
2661         (AppendColumn): same as above for column_info.
2662
2663         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
2664         (moveCursorUpdate): use a LyXText param for support of InsetText.
2665
2666         * BufferView_pimpl.C (doubleClick): added support for InsetText.
2667         (tripleClick): ditto
2668
2669         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
2670
2671         * BufferView_pimpl.C (update): added LyXText param to honor insets.
2672
2673         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
2674
2675         * text2.C (SetSelection): set correct update status if inset_owner
2676         (ToggleFree): ditto
2677
2678 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2679
2680         * tabular.C: remove some commented code.
2681
2682 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2683
2684         * BufferView_pimpl.C: call hideSplash()
2685
2686         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
2687
2688         * include_form.h:
2689         * bibforms.h: remove
2690
2691         * lyxfunc.C:
2692         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
2693           add LFUN_CHILD_CREATE
2694
2695         * counters.h: fix tiny typo
2696         
2697         * lyx_cb.C:
2698         * lyx.h:
2699         * lyx_gui.C:
2700         * lyx.C: move splash to frontends/xforms/
2701
2702         * lyx_gui_misc.C: move Include and Bibform to frontends
2703
2704         * lyxvc.h: clarify comment
2705
2706         * vspace.C: tiny housekeeping
2707
2708 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
2709
2710         * text.C (PrepareToPrint): RTL Fix.
2711
2712         * paragraph.C (GetUChar): New method.
2713         (String):  Use GetUChar.
2714
2715         * buffer.C (asciiParagraph): Use GetUChar.
2716
2717 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
2718
2719         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
2720
2721 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
2722
2723         * buffer.h:
2724         * buffer.C: rename to getLogName(), handle
2725           build log / latex log nicely
2726
2727 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2728
2729         * MenuBackend.C: 
2730         * MenuBackend.h: remove support for reference menuitem type.
2731
2732 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2733
2734         * BufferView_pimpl.C: housekeeping
2735         * BufferView_pimpl.h:
2736         * LyXView.h:
2737         * Makefile.am:
2738         * Timeout.C:
2739         * Timeout.h:
2740         * minibuffer.h: move Timeout GUI-I
2741                           
2742 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
2743
2744         * lyxrc.C (read): Update converters data-structures.
2745
2746 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2747
2748         * LaTeX.h (operator!=): add operator != for Aux_Info 
2749
2750 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2751
2752         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
2753
2754         * LaTeXLog.C: deleted, useful code moved to Buffer
2755
2756         * buffer.h:
2757         * buffer.C: new function getLatexLogName()
2758
2759         * lyx_gui_misc.C:
2760         * lyx_gui.C:
2761         * lyxvc.C:
2762         * lyxvc.h:
2763         * lyxfunc.C: use frontends for LaTeX and VC logs
2764
2765 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2766
2767         * LaTeX.h: yet another std:: that Allan forgot.
2768
2769         * Variables.C (set): renamed from isset(), because this clashes
2770         with some HP-UX macros (grr).
2771
2772 2001-02-06  Allan Rae  <rae@lyx.org>
2773
2774         * LaTeX.h: Another bug fix.  Missing std:: this time.
2775
2776 2001-02-04  Allan Rae  <rae@lyx.org>
2777
2778         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
2779         floats problem. I've left it commented out because it's not quite
2780         correct.  It should also test that the current object is a table or
2781         figure inset.  But I haven't gotten around to figuring out how to do
2782         that.  I *think* it'll be something like: "table" == inset.type()
2783
2784         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
2785         bool.
2786
2787 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
2788
2789         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
2790         all the citation/databases/styles in the auxilary file. 
2791         (run): Rerun latex if there was a babel language error.
2792
2793 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
2794
2795         * text.C (Backspace): Preserve the font when changing newline char
2796         with a space.
2797         (BreakParagraph): If the cursor is before a space, delete the space.
2798
2799         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
2800
2801 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2802
2803         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
2804         new argument (code).
2805         (ChangeCitationsIfUnique): New method.
2806
2807         * paragraph.C (GetPositionOfInset): Handle bibkey.
2808
2809 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2810
2811         * BufferView_pimpl.h: change type of Position::par_pos to
2812         LyXParagraph::size_type. 
2813
2814 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
2815
2816         * BufferView_pimpl.C (savePosition, restorePosition): Write
2817         messages to minibuffer.
2818
2819 2001-01-28  José Matos  <jamatos@fep.up.pt>
2820
2821         * buffer.C (makeDocBookFile): adds support for document language.
2822         A silly restriction on the name of LatexCommand types where removed.
2823         Added support for CDATA sections, allows to chars unescaped, used
2824         among others in code, to avoid escape < and >.
2825         
2826 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2827
2828         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
2829         saved positions instrad of a stack. Furthermore, a position is
2830         stored using paragraph id/paragraph position.
2831
2832         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
2833         Remove LFUN_REF_BACK.
2834
2835 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2836
2837         * converter.C (dvipdfm_options): New method.
2838
2839 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2840
2841         * vspace.C (isValidLength): Fix for empty input string.
2842
2843 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2844
2845         * LyXAction.C (init): change description of LFUN_FIGURE to
2846         "Insert Graphics"
2847
2848 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2849
2850         * LaTeX.C: add using directive
2851
2852 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2853
2854         * MenuBackend.C (expand): Fix the sorting of the formats.
2855
2856 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
2857
2858         * lyx_main.C: tiny error message fix
2859
2860 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2861
2862         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
2863         calling fl_initialize(). This fixes the problem with ',' as
2864         decimal separator in text files.
2865
2866 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2867
2868         * trans.C (process): Fix the keymap bug.
2869
2870 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
2871
2872         * LaTeX.C (scanAuxFiles): New method. Provides support for
2873         multiple bibliographies (when using the bibtopic/bibunits pacakges).
2874         (scanLogFile) Scan for "run BibTeX" messages.
2875
2876         * buffer.C (makeLaTeXFile): Do not load the ae package when using
2877         OT1 font encoding. Also, load the aecompl package if the ae
2878         package is loaded.
2879
2880         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
2881
2882 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2883
2884         * texrow.C (increasePos): turn two error messages into debug
2885         messages. 
2886
2887 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
2888
2889         * LaTeX.C (scanAux): Handle the \@input macro.
2890         (runBibTeX): Use scanAux().
2891
2892         * language.C (latex_options_): New field.
2893
2894         * LaTeXFeatures.C (getMacros): Add language macros.
2895
2896         * buffer.C (makeLaTeXFile): Small fix.
2897
2898 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2899
2900         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
2901
2902         * text2.C: add a using directive.
2903
2904 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
2905
2906         * BufferView2.C:
2907         * lyx_gui_misc.h:
2908         * lyxfr1.C:
2909         * lyxfunc.C: kill LyXBell.
2910
2911 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
2912
2913         * text.C (IsBoundary): Remove the error message
2914         
2915         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
2916
2917         * lyxrc.C (setDefaults): Correct initialization value for
2918         font_norm_type.
2919
2920 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
2921
2922         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
2923         gotoError().
2924
2925         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
2926         and GotoNextNote().
2927
2928         * src/LyXAction.C: Added reference-next.
2929
2930         * text.C (InsertChar): Use contains instead of strchr.
2931
2932         * lyx_cb.C (MenuInsertLabel): Enable default value code.
2933
2934 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
2935
2936         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
2937         alignment commands (when needed).
2938
2939         * text.C (InsertChar): Add ':' to number separator chars.