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