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