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