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