]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
add coments/questions
[lyx.git] / src / ChangeLog
1 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2
3         * tabular.C: add some comments.
4
5 2001-03-22  Juergen Vigna  <jug@sad.it>
6
7         * buffer.C (parseSingleLyXformat2Token): redone the minipage
8         compatibility read a bit and fixed bug with minipage in different
9         depth.
10
11 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12
13         * buffer.C (pop_tag): removed.
14         (push_tag): removed.
15         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
16         array replaced with vector. Added support for CDATA sections.
17         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
18         at any nest level.
19         (makeDocBookFile): XML conformant declaration of CDATA section,
20         fixed bug related to <emphasis> in the first paragraph char.
21         (sgmlOpenTag): exclude empty tags.
22         (sgmlCloseTag): ditto.
23         
24         * buffer.h (pop_tag): removed.
25         (push_tag): removed.
26
27 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
28
29         * language.h (Languages): added size_type and size().
30
31 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
32
33         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
34         response on compability reading of minipages. One probliem is that
35         the old usage of minipages was «flertydig» 
36
37         * several files here and in subdirs: don't use static at file
38         scope use anon namespaces instead.
39
40 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
41
42         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
43         LaTeX output. This is necessary for Literate document
44         processing.
45
46 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
47
48         * buffer.C: insert hfill when needed.
49
50         * tabular.C (l_getline): use string::erase, small whitespace change.
51
52         * BufferView_pimpl.C: try the anon namespace.
53         * WorkArea.C: ditto
54
55 2001-03-16  Juergen Vigna  <jug@sad.it>
56
57         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
58         otherwise it won't open options-dialogs.
59
60         * buffer.C: honor pextraWidth(p) on converting minipages.
61
62         * tabular.C (l_getline): changed the functions to strip trailing \r.
63
64 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
65
66         * BufferView_pimpl.C:
67         * minibuffer..C: added "using SigC::slot" declaration.
68
69 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
70
71         * lyxlex_pimpl.h: noncopyable is in namespace boost.
72
73         * text2.C: ditto
74
75         * text.C: ditto
76
77         * paragraph.C: ditto
78
79         * lyxtext.h: NO_PEXTRA
80
81         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
82
83         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
84         * ParameterStruct.h: ditto
85         * ParagraphParameters.h: ditto 
86         * lyxparagraph.h: ditto
87
88 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
89
90         * buffer.C: add compability for minipage alignment.
91         (latexParagraphs): remove unwanted pextra check.
92
93         * several files: remove CXX_WORKING_NAMESPACES
94
95         * buffer.C (pop_tag): tie is in namespace boost
96
97         * BufferView.h: noncopyable is in namespace boost
98         * lyxlex.h: ditto
99         * lyx_main.h: ditto
100         * lyx_gui.h: ditto
101         * layout.h: ditto
102         * lastfiles.h: ditto
103         * bufferlist.h: ditto
104         * ShareContainer.h: ditto
105         * LyXView.h: ditto
106         * LyXAction.h: ditto
107         * LaTeX.h: ditto
108
109 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
110
111         * Merging changes from BRANCH_MVC back into HEAD.
112
113         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
114
115 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
116
117         * BufferView_pimpl.C: change from intl.C
118
119         * combox.h:
120         * combox.C:
121         * Makefile.am: move combox.*
122
123         * form1.h:
124         * form1.C:
125         * lyx_gui.C:
126         * intl.h:
127         * intl.C: remove dialog (covered by prefs)
128
129 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
130
131         * lyxfunc.C (Dispatch): removed redundant break statement.
132         
133 2001-03-14  Juergen Vigna  <jug@sad.it>
134
135         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
136
137 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
138
139         * buffer.C: add hack to fix compability reading of minipages.
140
141 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
142
143         * buffer.C (getLists): Cleanup.
144
145 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
146
147         * lyxfont.C (update): don't honor toggleall on font size.
148
149 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
150
151         * bmtable.c:
152         * bmtable.h:
153         * Makefile.am: moved to frontends/xforms/
154
155         * lyx_gui_misc.C:
156         * lyxfunc.C:
157         * BufferView_pimpl.C: changes for moved mathpanel
158
159 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
160
161         * gettext.h: fix gettext_init() in --disable-nls
162
163 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
164
165         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
166
167 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
168
169         * lyx.C:
170         * lyx.h: strip external form
171
172 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
173
174         * BufferView_pimpl.C: add comment, destroySplash()
175
176 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
177
178         * BufferView_pimpl.C:
179         * LyXAction.C:
180         * buffer.C:
181         * commandtags.h:
182         * lyxfunc.C: use re-worked insetinclude
183
184 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
185
186         * buffer.C: add using std::stringstream.
187
188         * lyx_cb.C: readd using std::ios.
189
190         * buffer.C: add using std::map.
191
192         * BufferView_pimpl.C: add using std::vector.
193
194         * ShareContainer.h: add std:: to swap.
195
196         * buffer.h: add some typedefs
197         * buffer.C (getLists): use them
198         (getLists): renamed from getTocList.
199         add a counter for the different float types and use it in the
200         generated string.
201         (getLists): use the same counter for the NEW_INSETS and the "non"
202         NEW_INSETS
203
204         * lyx_cb.h: remove unused items, includes, using etc.
205
206         * ShareContainer.h: remove some commented code, add more comments
207         and "documentation".
208
209 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
210
211         * buffer.C (getTocList): make the list also when NEW_INSETS is
212         defined.
213
214         * buffer.h: remove TocType
215
216         * buffer.C (getTocList): change to return a map<string,
217         vector<TocItem> >, implement for dynamic number of list.
218
219         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
220         * text2.C (PasteSelection): adjust
221         * CutAndPaste.C (pasteSelection): adjust
222
223         * FloatList.C (FloatList): update from the new_insets branch.
224         * Floating.[Ch]: ditto
225         * LaTeXFeatures.C: ditto
226         * buffer.C: ditto
227         * lyxlex_pimpl.C: ditto
228         
229         * paragraph.C (Last): remove when NEW_INSETS is defined.
230
231         * other file: changes because of the above.
232
233 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
234
235         * lyxparagraph.h: rename next to next_, previous to previous_,
236         make them private for NEW_INSETS. Rename Next() to next(),
237         Previous() to previous().
238
239         * other files: changes because of the above.
240
241 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
242
243         * BufferView.h: 
244         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
245         problem.
246
247 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
248
249         * main.C (main): pass lyx_localedir to gettext_init().
250
251         * gettext.h: remove locale_init and gettext_init macros
252
253         * gettext.C (locale_init): new function
254         (gettext_init): new function
255
256         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
257         setlocale().
258
259 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
260
261         * Moved credits to frontends:
262         * credits.[Ch]: removed
263         * credits_form.[Ch]: removed
264         * lyx_gui_misc.C: remove credits stuff
265         * Makefile.am:
266
267 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
268
269         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
270
271         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
272         unneeded destructor.
273
274         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
275         a standalone pointer again.
276
277         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
278
279 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
280
281         * Makefile.am:
282         * filedlg.h:
283         * filedlg.C:
284         * LyXAction.C:
285         * ToolbarDefaults.C:
286         * bufferlist.C:
287         * commandtags.h:
288         * form1.C:
289         * form1.h:
290         * lyx_cb.C:
291         * lyx_cb.h:
292         * lyxfunc.h:
293         * lyxfunc.C:
294         * BufferView_pimpl.C: use new file dialog in GUII
295
296         * lyx_cb.h:
297         * lyx_cb.C: remove LayoutsCB to Toolbar
298
299 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
300
301         * ShareContainer.h (get): add std:: qualifier
302
303 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
304
305         * ShareContainer.h: define a proper ShareContainer::value_type
306         type (and use typename to please compaq cxx)
307
308 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
309
310         * lyxparagraph.h: move serveral local vars to
311         ParameterStruct/ParagraphParameters., use ShareContainer in
312         FontTable., make vars in FontTable private and add getter and
313         setter.
314
315         * paragraph.C: changes because of the above.
316
317         * lyxfont.h: remove copy constructor and copy assignment. (the
318         default ones is ok), move number inside FontBits. move inlines to
319         lyxfont.C 
320
321         * lyxfont.C: add number to initializaton of statics, move several
322         inlines here. constify several local vars. some whitespace
323         cleanup. Dont hide outerscope variables.
324
325         * Spacing.h: add two new constructors to match the set methods.
326
327         * ShareContainer.h: new file, will perhaps be moved to support
328
329         * ParameterStruct.h: new file
330
331         * ParagraphParameters.h: new file
332
333         * ParagraphParameters.C: new file
334
335         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
336         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
337
338         * BufferView_pimpl.C: ParagraphParameter changes.
339         * buffer.C: Likewise.
340         * bufferview_funcs.C: Likewise.
341         * text.C: Likewise.
342         * text2.C: Likewise.
343         
344 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
345
346         * lyxfind.C (LyXReplace): do not redefine default argument in
347         implementation. 
348         (IsStringInText): ditto
349         (SearchForward): ditto
350         (SearchBackward): ditto
351
352 2001-03-06  Juergen Vigna  <jug@sad.it>
353
354         * lyxfind.C (IsStringInText): put parentes around expressions.
355
356 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
357
358         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
359         
360 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
361
362         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
363
364         * stl_string_fwd.h: add comment
365
366         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
367
368         * tabular.h:
369         * tabular.C: remove unused DocBook methods
370
371         * intl.C:
372         * language.C:
373         * paragraph.C:
374         * buffer.C:
375         killed DO_USE_DEFAULT_LANGUAGE
376
377 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
378
379         * lyx_gui.C: do not include language.h.
380
381         * bufferview_funcs.C (ToggleAndShow): do not provide optional
382         arguments in function implementation.
383
384 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
385
386         * BufferView_pimpl.C: add <ctime>
387
388 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
389
390         * BufferView_pimpl.C: add using std::find_if
391
392 2001-02-27  José Matos  <jamatos@fep.up.pt>
393         
394         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
395         by OnlyPath.
396         
397 2001-02-11  José Matos  <jamatos@fep.up.pt>
398
399         * buffer.C (makeDocBookFile): command styles now have a parameter as
400         "title" by default.
401
402 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
403
404         * layout_forms.[Ch]: removed
405         * lyx_cb.[Ch]: out character
406         * lyx_gui.C: out character
407         * lyx_gui_misc.C: out character
408         * bufferview_funcs.C: : out character,
409         added toggleall as parameter in ToggleAndShow
410                    
411 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
412
413         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
414
415         * text2.C (SetCurrentFont): Disable number property at boundary.
416
417 2001-02-26  Juergen Vigna  <jug@sad.it>
418
419         * lyxfunc.C (getStatus): added a string argument override function so
420         that this is correctly called from LyXFunc::Dispatch if it contains a
421         do_not_use_argument which is used!
422         (Dispatch): added check for "custom" export and call appropriate func.
423
424 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
425
426         * lyxrc.C: Add language_command_local, language_use_babel and
427         language_global_options.
428
429         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
430
431         * buffer.C (makeLaTeXFile): Use language_use_babel and 
432         language_global_options.
433
434 2001-02-23  Juergen Vigna  <jug@sad.it>
435
436         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
437         which works with LyXText and putted it inside BufferView. Here now we
438         only call for that part the BufferView::Dispatch() function.
439
440         * BufferView.C (Dispatch): added.
441
442         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
443         functions which needs to use a LyXText over from LyXFunc.
444         (MenuInsertLyXFile): added
445         (getInsetByCode): added
446         (moveCursorUpdate): added
447         (static TEXT): added
448
449 2001-02-22  Juergen Vigna  <jug@sad.it>
450
451         * BufferView_pimpl.C (update): call a status update to see if LyXText
452         needs it.
453
454 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
455
456         * vc-backend.C (revert): implement for CVS
457         (getLog): implement for CVS
458
459 2001-02-20  Juergen Vigna  <jug@sad.it>
460
461         * text2.C (ClearSelection): added BufferView param for inset_owner call
462
463         * lyxfunc.C (TEXT): added this function and use it instead of
464         directly owner->view()-text of getLyXText().
465
466 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
467
468         * src/layout_forms.C: out preamble
469         * src/layout_forms.h: out preamble
470         * src/lyx_cb.C: out preamble
471         * src/lyx_cb.h: out preamble
472         * src/lyx_gui.C: out preamble
473         * src/lyx_gui_misc.C: out preamble
474         * src/lyxfunc.C: connect with guii preamble
475
476 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
477
478         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
479
480 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
481
482         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
483         whether to run bibtex.
484
485 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
486
487         * Makefile.am (lyx_SOURCES): Remove BackStack.h
488
489 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
490
491         * Makefile.am (lyx_SOURCES): removed bibforms.h
492
493         * vspace.h: doxygen
494
495         * text.C (GetVisibleRow): make several local vars const
496
497         * tabular.C: small cleanup.
498
499         * lyxserver.C (callback): use compare instead of strncmp
500
501         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
502         inlines to after class or to paragraph.C
503
504         * lyxfont.h: remove friend operator!=
505
506         * converter.h: move friend bool operator< to non friend and after
507         class def.
508
509         * combox.h: small cleanup
510
511         * buffer.h: doxygen, remove unused constructor, move inclas inlies
512         to inlines after class def.
513
514         * buffer.C (pop_tag): use string operations instead of strcmp
515
516         * bmtable.c: doxygen, small cleanup
517
518         * LaTeX.h: remove friend operator==
519
520 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
521
522         * screen.C: 
523         * lyxrc.[Ch]:
524         * lyxfunc.C: 
525         * lyxfont.[Ch]: 
526         * lyx_cb.C: 
527         * intl.[Ch]: 
528         * commandtags.h: 
529         * buffer.C: 
530         * WorkArea.[Ch]: 
531         * LyXAction.C: 
532         * BufferView_pimpl.C:
533         * BufferView.[Ch]: remove cruft
534
535 2001-02-14  Juergen Vigna  <jug@sad.it>
536
537         * lyxfunc.C: removed #if 0 unused code
538
539         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
540
541         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
542
543         * text2.C (SetSelection): added a BufferView * parameter
544
545 2001-02-13  Juergen Vigna  <jug@sad.it>
546
547         * lyxfunc.C (Dispatch): fixed protected blank problem.
548         * BufferView2.C (protectedBlank): added LyxText * parameter.
549
550         * tabular.C (AppendRow): forgot to set row_info of newly added row.
551         (AppendColumn): same as above for column_info.
552
553         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
554         (moveCursorUpdate): use a LyXText param for support of InsetText.
555
556         * BufferView_pimpl.C (doubleClick): added support for InsetText.
557         (tripleClick): ditto
558
559         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
560
561         * BufferView_pimpl.C (update): added LyXText param to honor insets.
562
563         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
564
565         * text2.C (SetSelection): set correct update status if inset_owner
566         (ToggleFree): ditto
567
568 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
569
570         * tabular.C: remove some commented code.
571
572 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
573
574         * BufferView_pimpl.C: call hideSplash()
575
576         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
577
578         * include_form.h:
579         * bibforms.h: remove
580
581         * lyxfunc.C:
582         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
583           add LFUN_CHILD_CREATE
584
585         * counters.h: fix tiny typo
586         
587         * lyx_cb.C:
588         * lyx.h:
589         * lyx_gui.C:
590         * lyx.C: move splash to frontends/xforms/
591
592         * lyx_gui_misc.C: move Include and Bibform to frontends
593
594         * lyxvc.h: clarify comment
595
596         * vspace.C: tiny housekeeping
597
598 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
599
600         * text.C (PrepareToPrint): RTL Fix.
601
602         * paragraph.C (GetUChar): New method.
603         (String):  Use GetUChar.
604
605         * buffer.C (asciiParagraph): Use GetUChar.
606
607 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
608
609         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
610
611 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
612
613         * buffer.h:
614         * buffer.C: rename to getLogName(), handle
615           build log / latex log nicely
616
617 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
618
619         * MenuBackend.C: 
620         * MenuBackend.h: remove support for reference menuitem type.
621
622 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
623
624         * BufferView_pimpl.C: housekeeping
625         * BufferView_pimpl.h:
626         * LyXView.h:
627         * Makefile.am:
628         * Timeout.C:
629         * Timeout.h:
630         * minibuffer.h: move Timeout GUI-I
631                           
632 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
633
634         * lyxrc.C (read): Update converters data-structures.
635
636 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
637
638         * LaTeX.h (operator!=): add operator != for Aux_Info 
639
640 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
641
642         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
643
644         * LaTeXLog.C: deleted, useful code moved to Buffer
645
646         * buffer.h:
647         * buffer.C: new function getLatexLogName()
648
649         * lyx_gui_misc.C:
650         * lyx_gui.C:
651         * lyxvc.C:
652         * lyxvc.h:
653         * lyxfunc.C: use frontends for LaTeX and VC logs
654
655 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
656
657         * LaTeX.h: yet another std:: that Allan forgot.
658
659         * Variables.C (set): renamed from isset(), because this clashes
660         with some HP-UX macros (grr).
661
662 2001-02-06  Allan Rae  <rae@lyx.org>
663
664         * LaTeX.h: Another bug fix.  Missing std:: this time.
665
666 2001-02-04  Allan Rae  <rae@lyx.org>
667
668         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
669         floats problem. I've left it commented out because it's not quite
670         correct.  It should also test that the current object is a table or
671         figure inset.  But I haven't gotten around to figuring out how to do
672         that.  I *think* it'll be something like: "table" == inset.type()
673
674         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
675         bool.
676
677 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
678
679         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
680         all the citation/databases/styles in the auxilary file. 
681         (run): Rerun latex if there was a babel language error.
682
683 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
684
685         * text.C (Backspace): Preserve the font when changing newline char
686         with a space.
687         (BreakParagraph): If the cursor is before a space, delete the space.
688
689         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
690
691 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
692
693         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
694         new argument (code).
695         (ChangeCitationsIfUnique): New method.
696
697         * paragraph.C (GetPositionOfInset): Handle bibkey.
698
699 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
700
701         * BufferView_pimpl.h: change type of Position::par_pos to
702         LyXParagraph::size_type. 
703
704 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
705
706         * BufferView_pimpl.C (savePosition, restorePosition): Write
707         messages to minibuffer.
708
709 2001-01-28  José Matos  <jamatos@fep.up.pt>
710
711         * buffer.C (makeDocBookFile): adds support for document language.
712         A silly restriction on the name of LatexCommand types where removed.
713         Added support for CDATA sections, allows to chars unescaped, used
714         among others in code, to avoid escape < and >.
715         
716 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
717
718         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
719         saved positions instrad of a stack. Furthermore, a position is
720         stored using paragraph id/paragraph position.
721
722         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
723         Remove LFUN_REF_BACK.
724
725 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
726
727         * converter.C (dvipdfm_options): New method.
728
729 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
730
731         * vspace.C (isValidLength): Fix for empty input string.
732
733 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
734
735         * LyXAction.C (init): change description of LFUN_FIGURE to
736         "Insert Graphics"
737
738 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
739
740         * LaTeX.C: add using directive
741
742 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
743
744         * MenuBackend.C (expand): Fix the sorting of the formats.
745
746 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
747
748         * lyx_main.C: tiny error message fix
749
750 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
751
752         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
753         calling fl_initialize(). This fixes the problem with ',' as
754         decimal separator in text files.
755
756 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
757
758         * trans.C (process): Fix the keymap bug.
759
760 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
761
762         * LaTeX.C (scanAuxFiles): New method. Provides support for
763         multiple bibliographies (when using the bibtopic/bibunits pacakges).
764         (scanLogFile) Scan for "run BibTeX" messages.
765
766         * buffer.C (makeLaTeXFile): Do not load the ae package when using
767         OT1 font encoding. Also, load the aecompl package if the ae
768         package is loaded.
769
770         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
771
772 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
773
774         * texrow.C (increasePos): turn two error messages into debug
775         messages. 
776
777 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
778
779         * LaTeX.C (scanAux): Handle the \@input macro.
780         (runBibTeX): Use scanAux().
781
782         * language.C (latex_options_): New field.
783
784         * LaTeXFeatures.C (getMacros): Add language macros.
785
786         * buffer.C (makeLaTeXFile): Small fix.
787
788 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
789
790         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
791
792         * text2.C: add a using directive.
793
794 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
795
796         * BufferView2.C:
797         * lyx_gui_misc.h:
798         * lyxfr1.C:
799         * lyxfunc.C: kill LyXBell.
800
801 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
802
803         * text.C (IsBoundary): Remove the error message
804         
805         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
806
807         * lyxrc.C (setDefaults): Correct initialization value for
808         font_norm_type.
809
810 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
811
812         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
813         gotoError().
814
815         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
816         and GotoNextNote().
817
818         * src/LyXAction.C: Added reference-next.
819
820         * text.C (InsertChar): Use contains instead of strchr.
821
822         * lyx_cb.C (MenuInsertLabel): Enable default value code.
823
824 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
825
826         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
827         alignment commands (when needed).
828
829         * text.C (InsertChar): Add ':' to number separator chars.