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