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