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