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