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