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