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