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