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