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