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