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