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