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