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