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