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