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