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