]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
use more stringstream, remove some cruft
[lyx.git] / src / ChangeLog
1 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * paragraph.C (String): use stringstream
4
5 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6
7         * paragraph.C (writeFile): remove footflag arg
8
9         * buffer.C (makeLaTeXFile): use stringstream
10         (latexParagraphs): remove footnot gurba
11
12         * LaTeXFeatures.C (getPackages): use stringstream
13         (getMacros): likewise
14         (getTClassPreamble): likewise
15         (getFloatDefinitions): new method
16
17         * paragraph.C (writeFile): reindent
18         (Erase): reindent
19
20         * WorkArea.h: revert the xpos + etc changes.
21
22         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
23
24         * lyxparagraph.[Ch]: add copy constructor, remove Clone
25
26         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
27         (pasteSelection): likewise
28         * text2.C (CreateUndo): likewise
29
30 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
31
32         * minibuffer.C (peek_event): temporarily reduce the functionality
33         of the minibuffer (to allow args on lfuns)
34
35         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
36         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
37
38         * buffer.C (readInset): add compability reading of old float
39         lists, add reading of new style float list.
40         (readInset): avoid reevaluation of inscmd.getCmdName()
41         (getLists): reindent
42
43         * MenuBackend.C (MenuItem): implement parsing of
44         md_floatlistinsert and md_floatinsert.
45         (expand::LastFiles): move initalizaton of iterators out of loop,
46         avoid reevaluation.
47         (expand::Documents): introduce typdedef vector<string> Strings,
48         and use it. 
49         (expand::ExportFormats): introduce typedef vector<Format const *>
50         Formats, and use it.
51         (expand): implement FloatListInsert and FloatInsert.
52
53         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
54         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
55         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
56
57         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
58         handling. 
59         (Dispatch::LFUN_FLOAT_LIST): implement
60
61 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
62  
63         * LaTeX.C (run): Fix problem with --export code.
64  
65 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
66
67         * BufferView.[Ch] (workarea): removed.
68         (getClipboard) new method; wrapper for workarea()->getClipboard()
69
70         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
71         bug.
72
73         * WorkArea.h (width, height, xpos, ypos): These methods all
74         returned the dimensions of the work_area sub-area of WorkArea,
75         resulting in a position error if the WorkArea were resized. Now
76         return the dimensions of the entire WorkArea.
77
78         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
79
80 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
81
82         * LaTeX.C (deplog): correct the syntax of regex reg1
83
84 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
85
86         * undo.C: remove !NEW_INSETS cruft
87
88 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
89
90         * text2.C: remove !NEW_INSETS cruft
91
92         * text.C: remove !NEW_INSETS cruft
93
94         * tabular.C: remove !NEW_INSETS cruft
95
96         * spellchecker.C: remove !NEW_INSETS cruft
97
98         * lyxtext.h: remove !NEW_INSETS cruft
99
100         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
101
102         * lyxfunc.C: remove !NEW_INSETS cruft
103
104         * lyxfind.C: remove !NEW_INSETS cruft
105
106         * lyx_cb.C: remove !NEW_INSETS cruft
107
108         * figureForm.C: remove  !NEW_INSETS cruft
109
110         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
111
112         * buffer.[Ch]: remove !NEW_INSETS cruft
113
114         * ToolbarDefaults.C: remove !NEW_INSETS cruft
115
116         * CutAndPaste.C: remove !NEW_INSETS cruft
117
118         * BufferView_pimpl.C: remove !NEW_INSETS cruft
119
120         * BufferView2.C: remove !NEW_INSETS cruft
121
122         * BufferView.h: remove !NEW_INSETS cruft
123
124 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
125
126         * Lsstream.h: include LString.h before the sstream headers to
127         fix problem with gcc 2.95.3 and lyxstring
128
129 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
130
131         * lyx_main.C: add using directives when needed for C functions
132         declared in std:: namespace.
133
134 2001-04-27  Juergen Vigna  <jug@sad.it>
135
136         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
137         (SetHeightOfRow): comment out the update call should not be needed!
138
139 2001-04-13  Juergen Vigna  <jug@sad.it>
140
141         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
142         (LyXTabular): tried to minimize operator= operations (and realized
143         hopfully Lars wish).
144
145 2001-04-27  Juergen Vigna  <jug@sad.it>
146
147         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
148
149 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
150
151         * lyxfunc.C (Dispatch): hack to make listof algorithm work
152
153         * buffer.C (readInset): hack to make listof algorithm work
154
155         * BufferView_pimpl.C: hack to make listof algorithm work
156
157 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
158
159         * LyXAction.C: removed all !NEW_INSETS cruft
160         (init): moved lfun_item in method
161
162         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
163
164 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
165
166         * BufferView2.C (theLockingInset): white space.
167
168 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
169
170         * minibuffer.C: include <iostream>
171
172         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
173
174         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
175
176         * commandtags.h: add LFUN_TRANSPOSE_CHARS
177
178         * text.[Ch] (TransposeChars): new method
179
180 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
181
182         * call message directly through LyXView instead of through LyXFunc
183         * BufferView2.C: adjust
184         * BufferView_pimpl.C: adjust
185         * FontLoader.C: adjust
186         * buffer.C: adjust
187         * bufferview_funcs.C: adjust
188         * converter.C: adjust
189         * figureForm.C: adjust
190         * importer.C: adjust
191         * lyx_cb.C: adjust
192         * lyx_gui_misc.C: adjust
193         * lyxfunc.C: adjust
194         * lyxvc.C: adjust
195         * text2.C: adjust
196         + more files in subdirs
197         
198         * lyxparagraph.h (size): move up int file
199         (GetLayout): ditto
200
201         * adjust all uses of Assert to lyx::Assert.
202
203         * BufferView2.C (ChangeCitationsIfUnique): adjust for
204         lyxfunctional in namespace lyx
205         * layout.C (hasLayout): ditto
206         (GetLayout): ditto
207         (GetLayout): ditto
208         (delete_layout): ditto
209         (NumberOfClass): ditto
210         * converter.C (GetFormat): ditto
211         (GetNumber): ditto
212         (Add): ditto
213         (Delete): ditto
214         (SetViewer): ditto
215         * bufferlist.C (getFileNames): ditto
216         (emergencyWriteAll): ditto
217         (exists): ditto
218         (getBuffer): ditto
219         * MenuBackend.C (hasSubmenu): ditto
220         (hasMenu): ditto
221         (getMenu): ditto
222         * BufferView_pimpl.C (getInsetByCode): ditto
223
224 2001-04-18  Juergen Vigna  <jug@sad.it>
225
226         * vspace.C (asLatexString): fixed the 100% problem.
227
228 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
229
230         * lyxfunc.C (Dispatch): 
231         * minibuffer.C: 
232         * minibuffer.h: add a few std:: qualifiers
233
234 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
235
236         * minibuffer.[Ch]: reimplement so that commands is initiated and
237         run from lyxfunc, simplified som handling, and made the completion
238         and history code for complete. wip. 
239
240         * lyxfunc.C (processKeySym): call message
241         (miniDispatch): new temporary method
242         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
243         (LFUN_MESSAGE): implement
244         (LFUN_MESSAGE_PUSH): implement
245         (LFUN_MESSAGE_POP): implement
246         (initMiniBuffer): the initial/defualt minibuffer message.
247
248         * lyxfont.[Ch]: inline some more getters
249
250         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
251
252         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
253
254         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
255         (AutoSave): use LFUN_MESSAGE
256         (Reconfigure): ditto
257
258         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
259
260         * figureForm.C: use LFUN_MESSAGE
261
262         * converter.C (runLaTeX): use LFUN_MESSAGE
263
264         * bufferview_funcs.C: use LFUN_MESSAGE
265         (Melt): ditto
266         (changeDepth): ditto
267
268         * bufferparams.h: use boost::
269
270         * bufferlist.h: inherit privately from noncopyable
271
272         * bufferlist.C (loadLyXFile): remove some commented code.
273
274         * buffer.C (runChktex): use LFUN_MESSAGE
275
276         * ShareContainer.h: inherit privately from noncopyable
277
278         * ParagraphParameters.[hC] (depth): inline it.
279
280         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
281         methods.
282         (message): new method
283         (messagePush): ditto
284         (messagePop): ditto
285         (show): init minibuffer
286         (showState): direct call
287
288         * LaTeX.[Ch]: inherit privately from noncopyable
289         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
290         instead of WriteStatus.
291
292         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
293
294         * BufferView_pimpl.C (buffer): don't init minibuffer
295         (workAreaButtonPress): use LFUN_MESSAGE
296         (workAreaButtonRelease): ditto
297         (savePosition): ditto
298         (restorePosition): ditto
299         (MenuInsertLyXFile): ditto
300         (workAreaExpose): don't init minibuffer
301         (update): remove commented code, simplify
302
303         * BufferView2.C (openStuff): use LFUN_MESSAGE
304         (toggleFloat): ditto
305         (menuUndo): ditto
306         (menuRedo): ditto
307         (copyEnvironment): ditto
308         (pasteEnvironment): ditto
309         (copy): ditto
310         (cut): ditto
311         (paste): ditto
312         (gotoInset): ditto
313         (updateInset): remove some commented code
314
315         * lastfiles.h: inherit privately from noncopyable
316         * layout.h: ditto
317         * lyx_gui.h: ditto
318         * lyx_main.h: ditto
319         * lyxlex.h: ditto
320         * lyxlex_pimpl.h: ditto
321
322         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
323         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
324         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
325
326         * LyXAction.h: inherit privately from noncopyable, add methods
327         func_begin, func_end, returning iterators to the func map.
328
329         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
330         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
331         (func_begin): new method
332         (func_end): new method
333
334         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
335         and not)
336         (copySelection): ditto
337         (pasteSelection): ditto
338
339         * BufferView.C: whitespace change
340         * BufferView.h: inherit privately from noncopyable
341
342 2001-04-16  Allan Rae  <rae@lyx.org>
343
344         * tabular-old.C (l_getline): 
345         * spellchecker.C (sc_check_word): 
346         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
347         an unrecognised preprocessor directive.  So ensure they're wrapped. 
348
349 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
350
351         * src/exporter.C (Export): Give an error message when path to file 
352         contains spaces.
353
354 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
355
356         * LaTeX.C (deplog): Always check that foundfile exists.
357
358 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
359
360         * lyx_main.h: 
361         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
362
363 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
364
365         * tabular.[Ch] (getLabelList): implement new method
366
367         * minibuffer.h: comment ouf setTiimer
368
369         * minibuffer.C (ExecutingCB): constify res
370         (peek_event): constify s
371         (Set): constify ntext
372         (Init): constify nicename
373
374         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
375
376         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
377         (savePosition): use two params to Minibuffer::Set
378         (restorePosition): ditto
379
380 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
381
382         * lyx_main.C: include language.h
383
384         * Makefile.am (lyx_main.o): add language.h
385
386 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
387
388         * exporter.C: 
389         * paragraph.C: 
390         * screen.C: 
391         * tabular.C: 
392         * CutAndPaste.C: include gettext.h
393
394         * lyxfont.h: remove old hack with ON and OFF.
395
396         * lyxparagraph.h: 
397         * lyxfont.h: do not include language.h...
398
399         * BufferView2.C: 
400         * LaTeXFeatures.C: 
401         * Painter.C: 
402         * bufferview_funcs.C: 
403         * font.C: 
404         * lyxfont.C: 
405         * text.C: 
406         * text2.C: 
407         * trans_mgr.C: 
408         * paragraph.C: ... but do it here instead
409
410 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
411
412         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
413
414         * tabular.C: small reformat
415
416         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
417         NEW_INSETS version
418         (GetChar): ditto
419         (BreakParagraph): ditto
420         (SetOnlyLayout): ditto
421         (SetLayout): ditto
422
423         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
424         with one arg less.
425
426         * lastfiles.C: removed most using decl, add std:: where needed
427
428         * buffer.C: ws changes
429
430         * MenuBackend.C (class compare_format): put into anon namespace
431         (expand): constify label, names, action, action2
432         (expand): 
433
434         * text.C (SingleWidth): constify font
435         (IsBoundary): constify rtl2
436         (GetVisibleRow): constify ww
437
438         * LaTeX.C (deplog): constify logfile
439
440         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
441         start_x, end_x
442         (workAreaExpose): constify widthChange, heightChange
443
444         * lyxrow.C (par): moved
445         (height): moved
446         (next): moved
447         * lyxrow.h: as inlines here
448
449         * lyxfont.h (shape): moved from lyxfont.C
450         (emph): moved from lyxfont.C
451
452         * lyxfont.C (LyXFont): use initialization list for all
453         constructors
454         (shape): move to lyxfont.h as inline
455         (emph): move to lyxfont.h as inline
456         
457
458 2001-04-04  Juergen Vigna  <jug@sad.it>
459
460         * vspace.C: had to include stdio.h for use of sscanf
461
462 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
463
464         * BufferView.h: 
465         * BufferView_pimpl.h: remove xforms cruft. Both classes are
466         independent of xforms.
467
468 2001-04-02  Juergen Vigna  <jug@sad.it>
469
470         * spellchecker.C: fixed namespace placing!
471
472 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
473
474         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
475         the LyXParagraph * is 0.
476
477 2001-03-29  Juergen Vigna  <jug@sad.it>
478
479         * vspace.C: added support for %, c%, p%, l%.
480         (stringFromUnit): added helper function.
481         (asLatexString): changed to give right results for the %-values.
482
483         * buffer.C: convert the widthp in a width%.
484
485 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
486
487         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
488         figureForm.[Ch].
489
490         * figureForm.[Ch]: stripped the FD_from_figure manipulation
491         code out of lux_cb.[Ch], ready for its (imminent?) removal.
492
493         * lyx_cb.[Ch]: see above.
494
495         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
496         form1.[Ch].
497
498         * form1.[Ch]:
499         * lyx.[Ch]: replaced by figure_form.[Ch].
500
501         * lyx_gui.C:
502         * lyx_gui_misc.C:
503         * lyxfunc.C: changed headers associated with above changes.
504
505 2001-03-27  Juergen Vigna  <jug@sad.it>
506
507         * BufferView_pimpl.C: set the temporary cursor right!
508
509 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
510
511         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
512
513 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
514
515         * LString.h: removed "using std::getline"!
516
517         * BufferView_pimpl.C (Dispatch): changes due to changes in
518         InsetInclude::Params.
519
520         * buffer.C (tag_name): removed redundant break statements as they were
521         producing lots of warnings with my compiler.
522
523 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
524
525         * LString.h: add "using std::getline" when using the real <string>.
526
527 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
528
529         * buffer.C: removed bitset usage.
530         PAR_TAG moved to an anonymous name space.
531         (tag_name): new funtion, also in the anonymous namespace.
532         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
533         (makeDocBookFile): clean code. Completed transition from string arrays
534         to string vectors.
535         (SimpleDocBookOnePar): code clean.
536
537 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
538
539         * tabular.C: add some comments.
540
541 2001-03-22  Juergen Vigna  <jug@sad.it>
542
543         * buffer.C (parseSingleLyXformat2Token): redone the minipage
544         compatibility read a bit and fixed bug with minipage in different
545         depth.
546
547 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
548
549         * buffer.C (pop_tag): removed.
550         (push_tag): removed.
551         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
552         array replaced with vector. Added support for CDATA sections.
553         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
554         at any nest level.
555         (makeDocBookFile): XML conformant declaration of CDATA section,
556         fixed bug related to <emphasis> in the first paragraph char.
557         (sgmlOpenTag): exclude empty tags.
558         (sgmlCloseTag): ditto.
559         
560         * buffer.h (pop_tag): removed.
561         (push_tag): removed.
562
563 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
564
565         * language.h (Languages): added size_type and size().
566
567 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
568
569         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
570         response on compability reading of minipages. One probliem is that
571         the old usage of minipages was «flertydig» 
572
573         * several files here and in subdirs: don't use static at file
574         scope use anon namespaces instead.
575
576 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
577
578         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
579         LaTeX output. This is necessary for Literate document
580         processing.
581
582 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
583
584         * buffer.C: insert hfill when needed.
585
586         * tabular.C (l_getline): use string::erase, small whitespace change.
587
588         * BufferView_pimpl.C: try the anon namespace.
589         * WorkArea.C: ditto
590
591 2001-03-16  Juergen Vigna  <jug@sad.it>
592
593         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
594         otherwise it won't open options-dialogs.
595
596         * buffer.C: honor pextraWidth(p) on converting minipages.
597
598         * tabular.C (l_getline): changed the functions to strip trailing \r.
599
600 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
601
602         * BufferView_pimpl.C:
603         * minibuffer..C: added "using SigC::slot" declaration.
604
605 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
606
607         * lyxlex_pimpl.h: noncopyable is in namespace boost.
608
609         * text2.C: ditto
610
611         * text.C: ditto
612
613         * paragraph.C: ditto
614
615         * lyxtext.h: NO_PEXTRA
616
617         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
618
619         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
620         * ParameterStruct.h: ditto
621         * ParagraphParameters.h: ditto 
622         * lyxparagraph.h: ditto
623
624 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
625
626         * buffer.C: add compability for minipage alignment.
627         (latexParagraphs): remove unwanted pextra check.
628
629         * several files: remove CXX_WORKING_NAMESPACES
630
631         * buffer.C (pop_tag): tie is in namespace boost
632
633         * BufferView.h: noncopyable is in namespace boost
634         * lyxlex.h: ditto
635         * lyx_main.h: ditto
636         * lyx_gui.h: ditto
637         * layout.h: ditto
638         * lastfiles.h: ditto
639         * bufferlist.h: ditto
640         * ShareContainer.h: ditto
641         * LyXView.h: ditto
642         * LyXAction.h: ditto
643         * LaTeX.h: ditto
644
645 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
646
647         * Merging changes from BRANCH_MVC back into HEAD.
648
649         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
650
651 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
652
653         * BufferView_pimpl.C: change from intl.C
654
655         * combox.h:
656         * combox.C:
657         * Makefile.am: move combox.*
658
659         * form1.h:
660         * form1.C:
661         * lyx_gui.C:
662         * intl.h:
663         * intl.C: remove dialog (covered by prefs)
664
665 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
666
667         * lyxfunc.C (Dispatch): removed redundant break statement.
668         
669 2001-03-14  Juergen Vigna  <jug@sad.it>
670
671         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
672
673 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
674
675         * buffer.C: add hack to fix compability reading of minipages.
676
677 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
678
679         * buffer.C (getLists): Cleanup.
680
681 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
682
683         * lyxfont.C (update): don't honor toggleall on font size.
684
685 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
686
687         * bmtable.c:
688         * bmtable.h:
689         * Makefile.am: moved to frontends/xforms/
690
691         * lyx_gui_misc.C:
692         * lyxfunc.C:
693         * BufferView_pimpl.C: changes for moved mathpanel
694
695 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
696
697         * gettext.h: fix gettext_init() in --disable-nls
698
699 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
700
701         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
702
703 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
704
705         * lyx.C:
706         * lyx.h: strip external form
707
708 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
709
710         * BufferView_pimpl.C: add comment, destroySplash()
711
712 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
713
714         * BufferView_pimpl.C:
715         * LyXAction.C:
716         * buffer.C:
717         * commandtags.h:
718         * lyxfunc.C: use re-worked insetinclude
719
720 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
721
722         * buffer.C: add using std::stringstream.
723
724         * lyx_cb.C: readd using std::ios.
725
726         * buffer.C: add using std::map.
727
728         * BufferView_pimpl.C: add using std::vector.
729
730         * ShareContainer.h: add std:: to swap.
731
732         * buffer.h: add some typedefs
733         * buffer.C (getLists): use them
734         (getLists): renamed from getTocList.
735         add a counter for the different float types and use it in the
736         generated string.
737         (getLists): use the same counter for the NEW_INSETS and the "non"
738         NEW_INSETS
739
740         * lyx_cb.h: remove unused items, includes, using etc.
741
742         * ShareContainer.h: remove some commented code, add more comments
743         and "documentation".
744
745 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
746
747         * buffer.C (getTocList): make the list also when NEW_INSETS is
748         defined.
749
750         * buffer.h: remove TocType
751
752         * buffer.C (getTocList): change to return a map<string,
753         vector<TocItem> >, implement for dynamic number of list.
754
755         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
756         * text2.C (PasteSelection): adjust
757         * CutAndPaste.C (pasteSelection): adjust
758
759         * FloatList.C (FloatList): update from the new_insets branch.
760         * Floating.[Ch]: ditto
761         * LaTeXFeatures.C: ditto
762         * buffer.C: ditto
763         * lyxlex_pimpl.C: ditto
764         
765         * paragraph.C (Last): remove when NEW_INSETS is defined.
766
767         * other file: changes because of the above.
768
769 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
770
771         * lyxparagraph.h: rename next to next_, previous to previous_,
772         make them private for NEW_INSETS. Rename Next() to next(),
773         Previous() to previous().
774
775         * other files: changes because of the above.
776
777 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
778
779         * BufferView.h: 
780         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
781         problem.
782
783 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
784
785         * main.C (main): pass lyx_localedir to gettext_init().
786
787         * gettext.h: remove locale_init and gettext_init macros
788
789         * gettext.C (locale_init): new function
790         (gettext_init): new function
791
792         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
793         setlocale().
794
795 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
796
797         * Moved credits to frontends:
798         * credits.[Ch]: removed
799         * credits_form.[Ch]: removed
800         * lyx_gui_misc.C: remove credits stuff
801         * Makefile.am:
802
803 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
804
805         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
806
807         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
808         unneeded destructor.
809
810         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
811         a standalone pointer again.
812
813         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
814
815 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
816
817         * Makefile.am:
818         * filedlg.h:
819         * filedlg.C:
820         * LyXAction.C:
821         * ToolbarDefaults.C:
822         * bufferlist.C:
823         * commandtags.h:
824         * form1.C:
825         * form1.h:
826         * lyx_cb.C:
827         * lyx_cb.h:
828         * lyxfunc.h:
829         * lyxfunc.C:
830         * BufferView_pimpl.C: use new file dialog in GUII
831
832         * lyx_cb.h:
833         * lyx_cb.C: remove LayoutsCB to Toolbar
834
835 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
836
837         * ShareContainer.h (get): add std:: qualifier
838
839 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
840
841         * ShareContainer.h: define a proper ShareContainer::value_type
842         type (and use typename to please compaq cxx)
843
844 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
845
846         * lyxparagraph.h: move serveral local vars to
847         ParameterStruct/ParagraphParameters., use ShareContainer in
848         FontTable., make vars in FontTable private and add getter and
849         setter.
850
851         * paragraph.C: changes because of the above.
852
853         * lyxfont.h: remove copy constructor and copy assignment. (the
854         default ones is ok), move number inside FontBits. move inlines to
855         lyxfont.C 
856
857         * lyxfont.C: add number to initializaton of statics, move several
858         inlines here. constify several local vars. some whitespace
859         cleanup. Dont hide outerscope variables.
860
861         * Spacing.h: add two new constructors to match the set methods.
862
863         * ShareContainer.h: new file, will perhaps be moved to support
864
865         * ParameterStruct.h: new file
866
867         * ParagraphParameters.h: new file
868
869         * ParagraphParameters.C: new file
870
871         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
872         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
873
874         * BufferView_pimpl.C: ParagraphParameter changes.
875         * buffer.C: Likewise.
876         * bufferview_funcs.C: Likewise.
877         * text.C: Likewise.
878         * text2.C: Likewise.
879         
880 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
881
882         * lyxfind.C (LyXReplace): do not redefine default argument in
883         implementation. 
884         (IsStringInText): ditto
885         (SearchForward): ditto
886         (SearchBackward): ditto
887
888 2001-03-06  Juergen Vigna  <jug@sad.it>
889
890         * lyxfind.C (IsStringInText): put parentes around expressions.
891
892 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
893
894         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
895         
896 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
897
898         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
899
900         * stl_string_fwd.h: add comment
901
902         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
903
904         * tabular.h:
905         * tabular.C: remove unused DocBook methods
906
907         * intl.C:
908         * language.C:
909         * paragraph.C:
910         * buffer.C:
911         killed DO_USE_DEFAULT_LANGUAGE
912
913 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
914
915         * lyx_gui.C: do not include language.h.
916
917         * bufferview_funcs.C (ToggleAndShow): do not provide optional
918         arguments in function implementation.
919
920 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
921
922         * BufferView_pimpl.C: add <ctime>
923
924 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
925
926         * BufferView_pimpl.C: add using std::find_if
927
928 2001-02-27  José Matos  <jamatos@fep.up.pt>
929         
930         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
931         by OnlyPath.
932         
933 2001-02-11  José Matos  <jamatos@fep.up.pt>
934
935         * buffer.C (makeDocBookFile): command styles now have a parameter as
936         "title" by default.
937
938 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
939
940         * layout_forms.[Ch]: removed
941         * lyx_cb.[Ch]: out character
942         * lyx_gui.C: out character
943         * lyx_gui_misc.C: out character
944         * bufferview_funcs.C: : out character,
945         added toggleall as parameter in ToggleAndShow
946                    
947 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
948
949         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
950
951         * text2.C (SetCurrentFont): Disable number property at boundary.
952
953 2001-02-26  Juergen Vigna  <jug@sad.it>
954
955         * lyxfunc.C (getStatus): added a string argument override function so
956         that this is correctly called from LyXFunc::Dispatch if it contains a
957         do_not_use_argument which is used!
958         (Dispatch): added check for "custom" export and call appropriate func.
959
960 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
961
962         * lyxrc.C: Add language_command_local, language_use_babel and
963         language_global_options.
964
965         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
966
967         * buffer.C (makeLaTeXFile): Use language_use_babel and 
968         language_global_options.
969
970 2001-02-23  Juergen Vigna  <jug@sad.it>
971
972         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
973         which works with LyXText and putted it inside BufferView. Here now we
974         only call for that part the BufferView::Dispatch() function.
975
976         * BufferView.C (Dispatch): added.
977
978         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
979         functions which needs to use a LyXText over from LyXFunc.
980         (MenuInsertLyXFile): added
981         (getInsetByCode): added
982         (moveCursorUpdate): added
983         (static TEXT): added
984
985 2001-02-22  Juergen Vigna  <jug@sad.it>
986
987         * BufferView_pimpl.C (update): call a status update to see if LyXText
988         needs it.
989
990 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
991
992         * vc-backend.C (revert): implement for CVS
993         (getLog): implement for CVS
994
995 2001-02-20  Juergen Vigna  <jug@sad.it>
996
997         * text2.C (ClearSelection): added BufferView param for inset_owner call
998
999         * lyxfunc.C (TEXT): added this function and use it instead of
1000         directly owner->view()-text of getLyXText().
1001
1002 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
1003
1004         * src/layout_forms.C: out preamble
1005         * src/layout_forms.h: out preamble
1006         * src/lyx_cb.C: out preamble
1007         * src/lyx_cb.h: out preamble
1008         * src/lyx_gui.C: out preamble
1009         * src/lyx_gui_misc.C: out preamble
1010         * src/lyxfunc.C: connect with guii preamble
1011
1012 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1013
1014         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
1015
1016 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
1017
1018         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
1019         whether to run bibtex.
1020
1021 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
1022
1023         * Makefile.am (lyx_SOURCES): Remove BackStack.h
1024
1025 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1026
1027         * Makefile.am (lyx_SOURCES): removed bibforms.h
1028
1029         * vspace.h: doxygen
1030
1031         * text.C (GetVisibleRow): make several local vars const
1032
1033         * tabular.C: small cleanup.
1034
1035         * lyxserver.C (callback): use compare instead of strncmp
1036
1037         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
1038         inlines to after class or to paragraph.C
1039
1040         * lyxfont.h: remove friend operator!=
1041
1042         * converter.h: move friend bool operator< to non friend and after
1043         class def.
1044
1045         * combox.h: small cleanup
1046
1047         * buffer.h: doxygen, remove unused constructor, move inclas inlies
1048         to inlines after class def.
1049
1050         * buffer.C (pop_tag): use string operations instead of strcmp
1051
1052         * bmtable.c: doxygen, small cleanup
1053
1054         * LaTeX.h: remove friend operator==
1055
1056 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1057
1058         * screen.C: 
1059         * lyxrc.[Ch]:
1060         * lyxfunc.C: 
1061         * lyxfont.[Ch]: 
1062         * lyx_cb.C: 
1063         * intl.[Ch]: 
1064         * commandtags.h: 
1065         * buffer.C: 
1066         * WorkArea.[Ch]: 
1067         * LyXAction.C: 
1068         * BufferView_pimpl.C:
1069         * BufferView.[Ch]: remove cruft
1070
1071 2001-02-14  Juergen Vigna  <jug@sad.it>
1072
1073         * lyxfunc.C: removed #if 0 unused code
1074
1075         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
1076
1077         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
1078
1079         * text2.C (SetSelection): added a BufferView * parameter
1080
1081 2001-02-13  Juergen Vigna  <jug@sad.it>
1082
1083         * lyxfunc.C (Dispatch): fixed protected blank problem.
1084         * BufferView2.C (protectedBlank): added LyxText * parameter.
1085
1086         * tabular.C (AppendRow): forgot to set row_info of newly added row.
1087         (AppendColumn): same as above for column_info.
1088
1089         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
1090         (moveCursorUpdate): use a LyXText param for support of InsetText.
1091
1092         * BufferView_pimpl.C (doubleClick): added support for InsetText.
1093         (tripleClick): ditto
1094
1095         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
1096
1097         * BufferView_pimpl.C (update): added LyXText param to honor insets.
1098
1099         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
1100
1101         * text2.C (SetSelection): set correct update status if inset_owner
1102         (ToggleFree): ditto
1103
1104 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1105
1106         * tabular.C: remove some commented code.
1107
1108 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1109
1110         * BufferView_pimpl.C: call hideSplash()
1111
1112         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
1113
1114         * include_form.h:
1115         * bibforms.h: remove
1116
1117         * lyxfunc.C:
1118         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
1119           add LFUN_CHILD_CREATE
1120
1121         * counters.h: fix tiny typo
1122         
1123         * lyx_cb.C:
1124         * lyx.h:
1125         * lyx_gui.C:
1126         * lyx.C: move splash to frontends/xforms/
1127
1128         * lyx_gui_misc.C: move Include and Bibform to frontends
1129
1130         * lyxvc.h: clarify comment
1131
1132         * vspace.C: tiny housekeeping
1133
1134 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1135
1136         * text.C (PrepareToPrint): RTL Fix.
1137
1138         * paragraph.C (GetUChar): New method.
1139         (String):  Use GetUChar.
1140
1141         * buffer.C (asciiParagraph): Use GetUChar.
1142
1143 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1144
1145         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
1146
1147 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
1148
1149         * buffer.h:
1150         * buffer.C: rename to getLogName(), handle
1151           build log / latex log nicely
1152
1153 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1154
1155         * MenuBackend.C: 
1156         * MenuBackend.h: remove support for reference menuitem type.
1157
1158 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
1159
1160         * BufferView_pimpl.C: housekeeping
1161         * BufferView_pimpl.h:
1162         * LyXView.h:
1163         * Makefile.am:
1164         * Timeout.C:
1165         * Timeout.h:
1166         * minibuffer.h: move Timeout GUI-I
1167                           
1168 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
1169
1170         * lyxrc.C (read): Update converters data-structures.
1171
1172 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1173
1174         * LaTeX.h (operator!=): add operator != for Aux_Info 
1175
1176 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
1177
1178         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
1179
1180         * LaTeXLog.C: deleted, useful code moved to Buffer
1181
1182         * buffer.h:
1183         * buffer.C: new function getLatexLogName()
1184
1185         * lyx_gui_misc.C:
1186         * lyx_gui.C:
1187         * lyxvc.C:
1188         * lyxvc.h:
1189         * lyxfunc.C: use frontends for LaTeX and VC logs
1190
1191 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1192
1193         * LaTeX.h: yet another std:: that Allan forgot.
1194
1195         * Variables.C (set): renamed from isset(), because this clashes
1196         with some HP-UX macros (grr).
1197
1198 2001-02-06  Allan Rae  <rae@lyx.org>
1199
1200         * LaTeX.h: Another bug fix.  Missing std:: this time.
1201
1202 2001-02-04  Allan Rae  <rae@lyx.org>
1203
1204         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
1205         floats problem. I've left it commented out because it's not quite
1206         correct.  It should also test that the current object is a table or
1207         figure inset.  But I haven't gotten around to figuring out how to do
1208         that.  I *think* it'll be something like: "table" == inset.type()
1209
1210         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
1211         bool.
1212
1213 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1214
1215         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
1216         all the citation/databases/styles in the auxilary file. 
1217         (run): Rerun latex if there was a babel language error.
1218
1219 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
1220
1221         * text.C (Backspace): Preserve the font when changing newline char
1222         with a space.
1223         (BreakParagraph): If the cursor is before a space, delete the space.
1224
1225         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
1226
1227 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1228
1229         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
1230         new argument (code).
1231         (ChangeCitationsIfUnique): New method.
1232
1233         * paragraph.C (GetPositionOfInset): Handle bibkey.
1234
1235 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1236
1237         * BufferView_pimpl.h: change type of Position::par_pos to
1238         LyXParagraph::size_type. 
1239
1240 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1241
1242         * BufferView_pimpl.C (savePosition, restorePosition): Write
1243         messages to minibuffer.
1244
1245 2001-01-28  José Matos  <jamatos@fep.up.pt>
1246
1247         * buffer.C (makeDocBookFile): adds support for document language.
1248         A silly restriction on the name of LatexCommand types where removed.
1249         Added support for CDATA sections, allows to chars unescaped, used
1250         among others in code, to avoid escape < and >.
1251         
1252 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1253
1254         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
1255         saved positions instrad of a stack. Furthermore, a position is
1256         stored using paragraph id/paragraph position.
1257
1258         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
1259         Remove LFUN_REF_BACK.
1260
1261 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1262
1263         * converter.C (dvipdfm_options): New method.
1264
1265 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1266
1267         * vspace.C (isValidLength): Fix for empty input string.
1268
1269 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1270
1271         * LyXAction.C (init): change description of LFUN_FIGURE to
1272         "Insert Graphics"
1273
1274 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1275
1276         * LaTeX.C: add using directive
1277
1278 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1279
1280         * MenuBackend.C (expand): Fix the sorting of the formats.
1281
1282 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1283
1284         * lyx_main.C: tiny error message fix
1285
1286 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1287
1288         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
1289         calling fl_initialize(). This fixes the problem with ',' as
1290         decimal separator in text files.
1291
1292 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1293
1294         * trans.C (process): Fix the keymap bug.
1295
1296 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1297
1298         * LaTeX.C (scanAuxFiles): New method. Provides support for
1299         multiple bibliographies (when using the bibtopic/bibunits pacakges).
1300         (scanLogFile) Scan for "run BibTeX" messages.
1301
1302         * buffer.C (makeLaTeXFile): Do not load the ae package when using
1303         OT1 font encoding. Also, load the aecompl package if the ae
1304         package is loaded.
1305
1306         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
1307
1308 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1309
1310         * texrow.C (increasePos): turn two error messages into debug
1311         messages. 
1312
1313 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1314
1315         * LaTeX.C (scanAux): Handle the \@input macro.
1316         (runBibTeX): Use scanAux().
1317
1318         * language.C (latex_options_): New field.
1319
1320         * LaTeXFeatures.C (getMacros): Add language macros.
1321
1322         * buffer.C (makeLaTeXFile): Small fix.
1323
1324 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1325
1326         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
1327
1328         * text2.C: add a using directive.
1329
1330 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
1331
1332         * BufferView2.C:
1333         * lyx_gui_misc.h:
1334         * lyxfr1.C:
1335         * lyxfunc.C: kill LyXBell.
1336
1337 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
1338
1339         * text.C (IsBoundary): Remove the error message
1340         
1341         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
1342
1343         * lyxrc.C (setDefaults): Correct initialization value for
1344         font_norm_type.
1345
1346 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1347
1348         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
1349         gotoError().
1350
1351         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
1352         and GotoNextNote().
1353
1354         * src/LyXAction.C: Added reference-next.
1355
1356         * text.C (InsertChar): Use contains instead of strchr.
1357
1358         * lyx_cb.C (MenuInsertLabel): Enable default value code.
1359
1360 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
1361
1362         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
1363         alignment commands (when needed).
1364
1365         * text.C (InsertChar): Add ':' to number separator chars.