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