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