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