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