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