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