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