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