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