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