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