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