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