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