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